Image

Imagedogoncouch wrote in Imagelinux 😎productive

Listens: Death Cab For Cutie - Lightness

Samba

EDIT: I reworded the first paragraph, sorry for the ambiguity.

I'm trying to mount a Samba share on my laptop (powerbook 12", gentoo, kernel 2.6). I've mounted the share fine on another computer here successfully (some intel, gentoo, 2.6). The server is a windows machine. The sbm.conf files on both clients are empty. As far as I know, there is no difference between the two client setups except the PPC thing. Anyway, here's the error I get:

# mount -t smbfs -o username=user,password=password //192.168.0.138/Content /mnt/content
8005: session setup failed: ERRDOS - ERRnoaccess (Access denied.)
SMB connection failed

My kernel .config is available here if you should want to have a look.

I'm not mistyping the username or password, cause the command works fine copied and pasted on the other client. Anyone have any idea what could be up with this?