PDA

View Full Version : what happened to smbfs in fstab?


Dr.Diesel
23rd December 2005, 08:11 PM
This in fstab:

//***.***.***.***/main /main smbfs users,uid=500,gid=500,username=****,password=**** 0 0

Now gives this?

[root@Garage sbin]# mount /main
ERROR: smbfs filesystem not supported by the kernel
Please refer to the smbmnt(8) manual page
smbmnt failed: 255
[root@Garage sbin]#

Anyone else? Does this need to go to Bugzilla or did they change the way it works?

Dragoran
26th December 2005, 08:47 AM
replace smbfs with cifs

Dr.Diesel
26th December 2005, 02:42 PM

replace smbfs with cifs

Thanks! That worked!