Hi folks,

I'm attempting to mount a Linux drive via Samba from a Linux box like so:

mount -t smbfs -o
username=someusername,password=somepassword,workgroup=workgroup
//localhost/dev/hda3 /mnt/devbox

This error results:
21874: session setup failed: ERRSRV - ERRbadpw (Bad password - name/password
pair in a Tree Connect or Session Setup are invalid.)

Directory's been created (devbox) under /mnt/ directory. DF on the box I'm
attempting to mount shows:

Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda3             30233928  12852120  15845996  45% /
/dev/hda1               101089      9193     86677  10% /boot
/dev/hda2             42330704   3414040  36766364   9% /opt
none                    514528         0    514528   0% /dev/shm

I know the username and password is correct, but the name of the box may not
be (shows 'localhost' at prompt when logged in). 

What am I doing incorrectly?

Thanks,
Eve


-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to