Hi gang, Just having my second attempt at setting up samba. My ultimate goal is to have a server with 3 linux clients, 2 mac OSX, and a single windows client. I did manage to get the windows client mounted although it was with some assistance and I did not really understand what I had done. Currently I have the Server (linux) running on 192.168.0.14 and I though I would first try to get a linux client 192.168.0.1 connected. On the server I have a user named photo with a standard password. I also ran smbpasswd -a photo and added a password also. When I tried to connect I got this error smbmount "\\\\192.168.0.14\\home\\photo" /mnt/smbshare Password: 10924: session setup failed: ERRDOS - ERRnoaccess (Access denied.) SMB connection failed I know the fault is with me, but I have read through the docs and cannot see the problem. Kind regards Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."
Am Thursday, 14. April 2005 04:28 schrieb Kevin Waterson:> smbmount "\\\\192.168.0.14\\home\\photo" /mnt/smbshare > Password:well, i would try: mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshare hth dan
This one time, at band camp, Dan Am <samba@lonx.net> wrote:> well, i would try: > mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshareThis works well from my machine 192.168.0.1 but if I change the username to "username=kevin" I get a directory listing gconfd-kevin gconfd-root mapping-kevin mapping-root orbit-kevin orbit-root my smb.conf [public] looks like this [public] comment = Photos path = /home/photo public = yes writable = yes printable = no write list = @staff valid users = photo kevin Kind regards Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."
This one time, at band camp, Kevin Waterson <kevin@oceania.net> wrote:> This one time, at band camp, Dan Am <samba@lonx.net> wrote: > > > well, i would try: > > mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbshare > > This works well from my machine 192.168.0.1 but if I change the username > to "username=kevin" I get a directory listing > > gconfd-kevin gconfd-root mapping-kevin mapping-root orbit-kevin orbit-root > > my smb.conf [public] looks like this > [public] > comment = Photos > path = /home/photo > public = yes > writable = yes > printable = no > write list = @staff > valid users = photo kevin >Is this because the user kevin is a system user on the machine 192.168.0.1? Kind regards Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."
This one time, at band camp, Dan Am <samba@lonx.net> wrote:> mount -t smbfs -o "username=photo" //192.168.0.14/photo /mnt/smbsharesuccess and thanks to you kind sir Kind regards Kevin -- "Democracy is two wolves and a lamb voting on what to have for lunch. Liberty is a well-armed lamb contesting the vote."