2024-12-30, 02:12 PM
(2024-12-30, 04:03 AM)chaserix Wrote:Code://192.168.0.14/media /mnt/lxc_shares/nas_rwx cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=storage,pass=my_password 0 0
Try adding "noperm" to the end of the options.
Code:
//192.168.0.14/media /mnt/lxc_shares/nas_rwx cifs _netdev,x-systemd.automount,noatime,uid=100000,gid=110000,dir_mode=0770,file_mode=0770,user=storage,pass=my_password,noperm 0 0