错误如下:

mount: wrong fs type, bad option, bad superblock on 192.168.1.7:data/nfsdir2,
       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.

  解决办法:

Centos :

yum install nfs-utils

Ubuntu:

sudo apt-get install nfs-common

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
  • 2021-12-09
  • 2022-12-23
  • 2021-10-12
  • 2021-06-18
猜你喜欢
  • 2021-08-11
  • 2021-05-29
  • 2022-01-16
  • 2022-12-23
  • 2021-05-20
  • 2022-02-02
相关资源
相似解决方案