Jeffrey’s Blog

FC5,找不到smbmount,mount -t smbfs也不认了

Filed under: 系统管理 — Jeffrey @ Tuesday, August 29th, 2006 6:34 pm 1,994 views   Print This Post  

# mount -t smbfs -o username=xxx,password=xxx //hostname/dir /mnt/tmp
mount: unknown filesystem type 'smbfs'
查了一下,Fc5已经没有smbmount了,而fc5的kernel也没有支持smbfs,而改用了Common Internet File Systemcifs(cifs)取代了原有的smbfs,所以命令就改为:
# mount -t cifs -o username=xxx,password=xxx //hostname/dir /mnt/tmp

给本文打分: 1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment

京ICP备06038449号