The only big problem I had was that the drive was mounted as read only on my linux system. I could sudo to get write permissions but it only helped on command line operations. From GUI it was read only. Darn.
I know nothing about mount so I had to bang my head against a wall for quite some time. Googling for help made it even more confusing. I finally gave up and read the manual for mount and figured out how to do it.
Automatic mounting is based on configuration on /etc/fstab. The original entry for my NAS was
//netshare1.local/OpenShare /media/netshare1_openshare smbfs guest 0 0
To get it to mount as writable by my normal user id reynders I had to change it to this:
//netshare1.local/OpenShare /media/netshare1_openshare smbfs guest,uid=reynders,gid=users 0 0
Reboot and voilá!
Ei kommentteja:
Lähetä kommentti