Description of problem: Can't mount smbfs after FC5 upgrade. Mount reports: mount: unknown filesystem type 'smbfs' Version-Release number of selected component (if applicable): samba-client-3.0.21b-2 How reproducible: absolute Steps to Reproduce: 1. mount //somehost/someshare /mnt/someshare -t smbfs 2. 3. Actual results: mount: unknown filesystem type 'smbfs' Expected results: A mounted fs. Additional info: On FC4, (which I upgraded from), samba-client-3.0.8-0.pre1.3.i386 was installed, but FC5 installs samba-client-3.0.21b-2
smbfs is gone. use cifs instead.
I changed all the references to "smbfs" in /etc/fstab to "cifs". It now works.