Skip to main content
Delphix

Troubleshooting Error "wrong fs type, bad option, bad superblock" While Trying to Mount/Unmount a VDB (KBA1344)

 

KBA

KBA#1344

Applicable Delphix Versions

Click here to view the versions of the Delphix engine to which this article applies
Major Release All Sub Releases
6.0 6.0.0.0, 6.0.1.0, 6.0.1.1, 6.0.2.0, 6.0.2.1, 6.0.3.0, 6.0.3.1, 6.0.4.0, 6.0.4.1, 6.0.4.2, 6.0.5.0, 6.0.6.0, 6.0.6.1, 6.0.7.0, 6.0.8.0, 6.0.8.1

5.3

5.3.0.0, 5.3.0.1, 5.3.0.2, 5.3.0.3, 5.3.1.0, 5.3.1.1, 5.3.1.2, 5.3.2.0, 5.3.3.0, 5.3.3.1, 5.3.4.0, 5.3.5.0, 5.3.6.0, 5.3.7.0, 5.3.7.1, 5.3.8.0, 5.3.8.1, 5.3.9.0

5.2

5.2.2.0, 5.2.2.1, 5.2.3.0, 5.2.4.0, 5.2.5.0, 5.2.5.1, 5.2.6.0, 5.2.6.1

5.1

5.1.0.0, 5.1.1.0, 5.1.2.0, 5.1.3.0, 5.1.4.0, 5.1.5.0, 5.1.5.1, 5.1.6.0, 5.1.7.0, 5.1.8.0, 5.1.8.1, 5.1.9.0, 5.1.10.0

5.0

5.0.1.0, 5.0.1.1, 5.0.2.0, 5.0.2.1, 5.0.2.2, 5.0.2.3, 5.0.3.0, 5.0.3.1, 5.0.4.0, 5.0.4.1, 5.0.5.0, 5.0.5.1, 5.0.5.2, 5.0.5.3, 5.0.5.4

Issue 

While trying to control a VDB (rewind/refresh/start/stop) an error similar to the following is raised:

ERROR : Details : Trying "mount" using dlpx_mount - stty: standard input: Inappropriate ioctl for device
stty: standard input: Inappropriate ioctl for device;mount: wrong fs type, bad option, bad superblock on 10.198.36.222:/public,;
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;

This message indicates that the NFS client software is not installed.

Troubleshooting 

Depending on your version of Linux, check to see that the appropriate NFS client software is installed. In the following example for Redhat, run the following command to see if the NFS client utilities are installed:

rpm -q nfs-utils

Resolution 

Install the NFS client utilities using the appropriate commands or utilities. The following example command is for Redhat:

sudo yum install nfs-utils