Having one nagging problem with completing the setup of a new NAS device (WD My Book World Edition II). I can connect (samba) to the shares on the drive but cannot write to them from my PCLinuxOS machine. To check the share, tried it from a Windows XP laptop and first attempt it was able to copy a file to the share.
When I look at the mount I noticed that the share has r-x for permissions against it. Unmounted the drive, and tried to change the permissions on the share so that "Other" could both view and modify but when I did that I get the message to the effect that I was not authorized to do so (was using root access at the time).
Here is my fstab
# Entry for /dev/sdb1 :
UUID=8a8f5496-9f04-41b9-bfd0-4f09eae234a7 / ext3 defaults 1 1
none /dev/pts devpts defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
# Entry for /dev/sdb6 :
LABEL=homedir /home ext3 defaults 1 2
//192.168.0.54/Volume_1 /mnt/DMedia cifs auto,user,username=% 0 0
//192.168.0.50/LP2_WinC /mnt/LP2_WinC cifs auto,user,username=% 0 0
//192.168.0.50/LP2_WinF /mnt/LP2_WinF cifs auto,user,username=% 0 0
//192.168.0.53/Volume_1 /mnt/Media cifs auto,user,username=% 0 0
//192.168.0.55/Public /mnt/WMedia cifs auto,user,username=% 0 0
# WMedServe:/DataVolume/Public /mnt/Public nfs rsize=8192,wsize=8192,nosuid,soft 0 0
# Entry for /dev/sdb1 :
UUID=1ED42188D421636F /mnt/windows ntfs-3g defaults,umask=000 0 0
none /proc proc defaults 0 0
# Entry for /dev/sdb5 :
UUID=de56d527-d11d-4f18-90fe-57cac729d3d1 swap swap defaults 0 0
I highlighted the share that I'm having problems with (/mnt/WMedia). Have also tried to access via "nfs" (have since commented it out in the fstab above) but no success there either.
Any suggestions would be appreciated as to what I have overlooked.