mount: wrong fs type, bad option, bad superblock on 192.168.20.23:/xx xx[z]

Problem:

hyan1@hyan1-desktop:~$ sudo mount -t nfs 128.224.160.16:/pek-cdftp1 /home/hyan1/mapcd
[sudo] password for hyan1: 
mount: wrong fs type, bad option, bad superblock on 128.224.160.16:/pek-cdftp1,
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

Resolve:

hyan1@hyan1-desktop:~$ sudo apt-get install nfs-common

你可能感兴趣的:(mount: wrong fs type, bad option, bad superblock on 192.168.20.23:/xx xx[z])