通过以下方式挂载NFS目录时:
sudo mount 192.168.1.5:/home/shared /mnt/common
我收到以下错误:
mount: wrong fs type, bad option, bad superblock on 192.168.1.5:/home/shared, 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.
内核是最新的。
这个问题已经被问过了(例如here和here),但是要么没有回答,要么对我的情况没有帮助。
怎么了?
3
我之前遇到过这个问题,只需安装扩展工具sudo apt-get install cifs-utils
user413408的修复对我没有帮助。
—
Nuzzolilo '16
可以通过CentOS客户端解决类似的问题
—
MarkHu '16
sudo yum install nfs-utils
。
发生相同的错误,因为必须先对驱动器进行分区!听起来似乎很明显,但只需将其从那里开始即可。
—
MrE