zoukankan      html  css  js  c++  java
  • mount: wrong fs type

    # 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

  • 相关阅读:
    String类的concat()方法
    字符串转换为时间类型
    translate函数
    弹出窗口
    数据库大小写问题
    360浏览器屏蔽广告
    String.valueOf()
    测试
    选择排序算法
    输出101~200内的质数
  • 原文地址:https://www.cnblogs.com/wzjhoutai/p/6863602.html
Copyright © 2011-2022 走看看