0 Members and 1 Guest are viewing this topic.
Restarting samba seems to have solved the issue. Guess I forgot to refresh the configuration file? The only problem I'm having is I can't write to the new shared folder which is in /mnt/NAS-40GB/share. I've chmod 555 to /mnt/NAS-40GB and chmod 777 /mnt/NAS-40GB/share, but still no write access?
sudo chmod -R 777 /mnt/NAS-40GB
Quote from: BkS on January 27, 2013, 01:43:40 amRestarting samba seems to have solved the issue. Guess I forgot to refresh the configuration file? The only problem I'm having is I can't write to the new shared folder which is in /mnt/NAS-40GB/share. I've chmod 555 to /mnt/NAS-40GB and chmod 777 /mnt/NAS-40GB/share, but still no write access?Perhaps it should be:Code: [Select]sudo chmod -R 777 /mnt/NAS-40GB
Thank you sir. All working perfectly now!