linux-mount: unknown filesystem type 'smbfs'解决方法记录

上一篇 / 下一篇  2010-02-05 09:59:46 / 个人分类:linux

今天在使用CentOS release 5.2 (Final),mount其它服务器的文件目录时

# mount -t smbfs -o username="administrator",password="" //192.168.1.100/cp /mnt/ntfs

提示出错:
mount: unknown filesystem type 'smbfs'

查资料后,说smbfs改为cifs了,所以要用下面的方法:

# mount -t cifs -o username="administrator",password="" //192.168.1.101/cp /mnt/ntfs

成功!!

 


TAG: Linux linux 解决 mount: unknown filesystem type

 

评分:0

我来说两句

Open Toolbar