I have a raspberry pi (pi os x64) and have a mount point to a nas drive.
I have added the following line to my fstab file to connect to the drive:
\\<ip-address>\nas-share /mnt/nas cifs credentials=/etc/nas-credentials,iocharset=utf8,uid=1000,gid=1000,file_mode=0770,dir_mode=0770,nofail 0
reading and writing seems to be fine from the nas as well as from the rpi. but I have issues redirecting a data folder to this location. It might be related to the lack of linux permissions on the nas drive mount. is there a way I can use the raspberry linux permissions on the mounted drive?
I have added the following line to my fstab file to connect to the drive:
\\<ip-address>\nas-share /mnt/nas cifs credentials=/etc/nas-credentials,iocharset=utf8,uid=1000,gid=1000,file_mode=0770,dir_mode=0770,nofail 0
reading and writing seems to be fine from the nas as well as from the rpi. but I have issues redirecting a data folder to this location. It might be related to the lack of linux permissions on the nas drive mount. is there a way I can use the raspberry linux permissions on the mounted drive?

