首页 > 其他 > 详细

解决挂载mount: wrong fs type, bad option, bad superblock on

时间:2021-05-12 14:59:29      阅读:11      评论:0      收藏:0      [点我收藏+]

  错误如下:

mount: wrong fs type, bad option, bad superblock on 192.168.1.7:data/nfsdir2,
       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.

  解决办法:

Centos :

yum install nfs-utils

Ubuntu:

sudo apt-get install nfs-common

 

解决挂载mount: wrong fs type, bad option, bad superblock on

原文:https://www.cnblogs.com/alexlv/p/14759266.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!