PDA

View Full Version : mount a network folder with kernel (2.4.22-1.2115.nptl)


linuxzouk
15th May 2004, 06:16 AM
i'm using Fedora Core 1

i can ping 192.168.0.1 and it will respond, but when i try to mount it by using:

mount //192.168.0.1/linux /mnt/my_network_shares/linux -t smbfs -o username=myusername,password=mypassword

or

smbmount //192.168.0.1/linux /mnt/my_network_shares/linux -o username=myusername,password=mypassword

i'll get this error:

ERROR: smbfs filesystem not supported by teh kernel
Please refer to the smbmnt (8) manula page
smbmnt failed: 255

I have no problem with that command at kernel (2.4.22-1.2188.nptl).

But what is the correct syntax of network mount for kernel (2.4.22-1.2115.nptl)?