Unable to set up Samba client
by arubin from LinuxQuestions.org on (#6KNGN)
I am trying to set up Samba using the instructions at https://wiki.alienbase.nl/doku.php?id=slackware:samba
I think that I have the server set up ok but I am having difficulty with the client side
The mount command
Quote:
fails with Quote:
I have tried simplifying things to
Quote:
but these give me
Quote:
What am i doing wrong?
I think that I have the server set up ok but I am having difficulty with the client side
The mount command
Quote:
mount -t cifs //192.168.0.1/public /mnt/samba/bob/public -o rw,uid=0,gid=10,fmask=664,dmask=775 -U <some_special_user> |
mount: bad usage |
Quote:
mount -v -t cifs //192.168.1.51/smbguest /mnt/samba/alan or mount -v -t cifs //192.168.1.51/alan /mnt/samba/alan |
Quote:
mount error(13): Permission denied |