Hiya, I haven't got that much of an idea what I'm doing here, so apologies in advance if I'm doing something dumber than usual.
I build a SuSE linux box and am trying to share it on a windows network. I got samba running, and can see my shares on the other machines, but when I tried to access them it said invalid user/password. Then I realised I must have to have the permissions set more loose on the SuSE pc, so I logged on as root, and went to the directories I am trying to share (whole drive mounts) and ran chmod 777 directory name. This didn't error, but didn't change the permissions.
I tried verbose mode:
ssstorage:/ # chmod -v 777 storage_fixd
mode of `storage_fixd' changed to 0777 (rwxrwxrwx)
ssstorage:/ # ls -l | grep storage_fixd
drwxr-xr-x 2 root root 4096 Aug 9 09:18 storage_fixd
Chmod works normally elsewhere, but not on this drive mount / directory. Does anyone know what I have missed? Thanks for any assistance,
Dave =
