挂载mount问题“wrong fs type, bad option, bad superblock on ”的解决办法

挂载mount问题“wrong fs type, bad option, bad superblock on ”的解决办法

重装系统后挂载一般会出现如下问题:

#problem :

$ sudo mount 192.168.0.184:/home/deep/dev-env/source .
mount: wrong fs type, bad option, bad superblock on 192.168.0.184:/home/deep/dev-env/source,
missing codepage or helper program, or other error
(for several filesystems (e.g. nfs, cifs) you might
need a /sbin/mount. helper program)
系统日志中可能有一些重要的信息,试试用 dmesg | tail 之类的命令查看。

解决方案
sudo apt-get install nfs-common


你可能感兴趣的:(挂载mount问题“wrong fs type, bad option, bad superblock on ”的解决办法)