I'm recently a new user to MX-Linux.
So far, everything works wonderfully. Thank you for offering the distro.
I do have two questions surrounding the automounting/dismount of an external NAS drive...
Cifs and samba installed. I've created a local mount folder /media/mynasname and given it chmod 777 and chown user permissions. I've also given cifs chmod u+s permissions.
My /etc/fstab entry is...
Code: Select all
//192.168.1.1/mynasfolder /media/nas/mynasfolder cifs noauto,_netdev,user,uid=1000,gid=1000,workgroup=WORKGROUP,rw,vers=1.0 0 0
Unfortunately, the drive is not being auto-mounted or auto-dismounted. Having been scouring the forum and internet, trying all kinds of solutions including a failed autofs attempt.
Wondering if there's a better recommedation for a fstab entry, or possibly a mount/umount script.
Thanks for any insight,
GM