mount: unknown filesystem type "smbfs"

原贴: http://hi.baidu.com/joe266/blog/item/a2ddfdef94729211fdfa3ce8.html

查看文章
 
mount: unknown filesystem type "smbfs"
2008-11-05 19:03

mount: unknown filesystem type "smbfs’

今天在使用FC6时,发现mount不了windows的共享盘

mount -t smbfs -o username=xxx,password=xxx //hostname/dir /mnt/tmp

mount: unknown filesystem type ’smbfs’

系统已经不能识别smbfs文件系统了

查资料说RHE5的kernel已经不再支持smbfs,而改用Common Internet File Systemcifs(cifs)取代了原有的smbfs,猜想fc6也做了这个改动,所以命令就改为:

# mount -t cifs -o username=xxx,password=xxx //hostname/dir /mnt/tmp

很顺利地mount上了


类别:网管.linux | 添加到搜藏 | 浏览( 63) | 评论 (0)
上一篇: Apache以及PHP的默认编码问题解...    下一篇: 关于grub.conf中rhgb quiet

你可能感兴趣的:(linux系统管理,linux网络管理)