Displaying 1 result from an estimated 1 matches for "stephi".
Did you mean:
steph
2002 Nov 28
1
Samba share is not writeable
...his directory.
Below is an example of my shell commands and subsequent output:
[root@laptop jhall]# ls -l /home
##See that the dir samba is writable by jhall
drwx------ 37 jhall users 4096 Nov 27 19:42 jhall
drwx------ 2 jhall users 4096 Nov 27 11:09 samba
drwx------ 21 stephie stephie 4096 Nov 27 14:58 stephie
##This is how I mount the share
[root@laptop jhall]# mount -t smbfs -o
user=jhall,uid=jhall,gid=root,dmask=0700,fmask=0777 //desktop/SharedDocs
/home/samba
Password:
[root@laptop jhall]# ls -l /home
##Now it is mounted, and I can read and execute everyth...