mount: wrong fs type, bad option, bad superblock on CentOS 7

When you are mounting your nfs in CentOS, and this error appeared

mount: wrong fs type, bad option, bad superblock on ftpback-xxx-xx.ip-xxx-xx-xx.net:/export/ftpbackup/myserver,
       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.

Reason for error

You do not have NFS util in your machine

Solution

yum install nfs-utils -y

Tags:

1 thought on “mount: wrong fs type, bad option, bad superblock on CentOS 7”

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.