重装系统后挂载一般会出现如下问题:
#problem :
ivy@ivy-OptiPlex-380:/source$ sudo mount 192.168.9.18:/home/deep/dev-env/source .
mount: wrong fs type, bad option, bad superblock on 192.168.9.18:/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.<type> helper program)
系统日志中可能有一些重要的信息,试试用 dmesg | tail 之类的命令查看。
# resolve:
ivy@ivy-OptiPlex-380:~$ sudo apt-get install nfs-common