PDA

View Full Version : what happened to smbfs in fstab?


Dr.Diesel
2005-12-23, 01:11 PM CST
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
2005-12-26, 01:47 AM CST
replace smbfs with cifs

Dr.Diesel
2005-12-26, 07:42 AM CST
replace smbfs with cifs

Thanks! That worked!