在虚拟机下linux系统挂载台式机下的linux系统出现以下错误:
root@karl-desktop:~$ mount 10.2.10.126:/ /mnt
mount: wrong fs type, bad option, bad superblock on 10.2.10.126:/1,
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
解决方法:
root@karl-desktop:~$ mount 10.2.10.126:/ /mnt
mount: wrong fs type, bad option, bad superblock on 10.2.10.126:/1,
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
解决方法:
在终端下输入apt-get install nfs-common解决问题
转自:http://blog.163.com/zhaogan1986@126/blog/static/1404485782010716510222/
自己的问题解决
本文介绍了解决在Linux系统中通过NFS挂载另一台Linux系统时遇到的错误问题,具体表现为bad superblock等错误提示。文章提供了一种解决方案,即安装nfs-common包来解决此类问题。

1万+

被折叠的 条评论
为什么被折叠?



