LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   smbfs (https://www.linuxquestions.org/questions/slackware-14/smbfs-62485/)

ljames 05-29-2003 09:50 AM

smbfs
 
Cant seem to mount a windows share to my slack 9 machine...have compiled the smbfs support in the kernel both as kernel and modules and still no luck...error message as follows

Mount : wrong fs type, bad option, bad superblock on //computer/share or too many mounted file systems

im using:

mount -t smbfs -o username=user,passsword=pass //computer/share /mnt/smbfs

any help is appreciated

t3stm0nk3y 05-29-2003 11:50 AM

Try this
 
mount -t smbfs -o username=user,password=pass,workgroup=workgroup //pooter/dir /mnt/pooter

Sometimes if you are trying to mount an NT base share it wants to know what workgroup you are from.

or

mount -t smbfs //pooter/dir /mnt/pooter

Sometimes if you are trying to mount a 9x or XP Home (not pro) it doesn't care what the username is as long as you have the right password.

Astro 06-01-2003 08:26 PM

Try using smbmount //192.168.0.6/share /path/to/mount/point

it might ask for the password if there is one on the share.... if there is no password just hit enter.


All times are GMT -5. The time now is 04:59 AM.