Press "Enter" to skip to content

NFS挂载报错wrong fs type, bad option

当前使用Centos系统,通过NFS客户端使用mount挂载时报错以下内容:

mount: wrong fs type, bad option, bad superblock on 192.168.1.135:/data,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount. helper program)

       In some cases useful info is found in syslog - try
       dmesg | tail or so.

原因是当前客户端缺少/sbin/mount/mount.nfs
解决办法:安装nfs-utils包后重新挂载即可

yum install nfs-utils

Be First to Comment

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注