LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fstab smbfs mount is really mounting as cifs?? (https://www.linuxquestions.org/questions/linux-newbie-8/fstab-smbfs-mount-is-really-mounting-as-cifs-752512/)

jmpetre 09-03-2009 05:18 PM

fstab smbfs mount is really mounting as cifs??
 
I have this line in my /etc/fstab file:
Code:

//192.168.249.1/Primary /mnt/server smbfs username=***,password=*** 0 0
It mounts the system fine with the proper credentials. But when I check /etc/mtab, I see this:
Code:

//192.168.249.1/Primary /mnt/server cifs rw,mand 0 0
Why is it mounting as cifs, and how do I stop it? Cifs is giving me a very annoying error when I try to shut down, apparently it has something to do with stopping the network services before unmounting all shares, and CIFS hangs while it tried to unmount the share. So I want to just use samba.

Any ideas?

jstephens84 09-03-2009 05:26 PM

cifs is used by samba for connecting to windows share using samba I believe it also is newer than smbfs. Here is a good read on cifs.


All times are GMT -5. The time now is 11:28 PM.