mount: unknown filesystem type 'smbfs'

今天在使用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

成功!!

猜你喜欢

转载自hwzyyx.iteye.com/blog/1175486
今日推荐