Hello All,
I have created an ibay "localwork" on the server to maintain the working files of all the users on our local network.
Inside the localwork ibay different directories have been created for all the users.
Now I want to mount only the particular user directory onto the user machines, but it is not allowing me to do the same and giving me the error:
5388: tree connect failed: ERRDOS - ERRnosuchshare (You specified an invalid share name)
SMB connection failed
I have used the following line in my fstab file
//192.168.1.100/localwork/files/hasan /home/hasan/test1 smbfs credentials=/home/hasan/.sambapass,uid=hasan,gid=hasan,dmask=0770,fmask=0660 0 0
where 192.168.1.100 is my server, /home/hasan/test1 is the destination directory.
But when i try to mount only the localwork directory using the lines as shown below it mounts succesfully, but it shows me all other user directories too.
//192.168.1.100/localwork /home/hasan/test1 smbfs credentials=/home/hasan/.sambapass,uid=hasan,gid=hasan,dmask=0770,fmask=0660 0 0
Can anyone please guide me through this problem .
Regards
Hasan