码迷,mamicode.com
首页 > 其他好文 > 详细

mount: wrong fs type

时间:2015-07-14 15:44:54      阅读:244      评论:0      收藏:0      [点我收藏+]

标签:

# mount -t nfs -o nolock 192.168.1.84:/home/jason/filesys /mnt/nfs
mount: wrong fs type, bad option, bad superblock on 192.168.1.84:/home/jason/filesys,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       In some cases useful info is found in syslog - try

       dmesg | tail  or so

# ls -l /bin/mount
lrwxrwxrwx    1 root     3355           19 Oct 21  2013 /bin/mount -> mount.util-linux-ng

# ls /bin/mount.util-linux-ng -l
-rwxr-xr-x    1 root     3355        56044 Oct 21  2013 /bin/mount.util-linux-ng

注意:mount.util-linux-ng不支持NFS

修改为:

#busybox mount -t nfs -o nolock 192.168.1.84:/home/jason/filesys /mnt/nfs

版权声明:本文为博主原创文章,未经博主允许不得转载。

mount: wrong fs type

标签:

原文地址:http://blog.csdn.net/jiazhen/article/details/46876905

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!