Quantcast
Channel: Why do I get "wrong fs type, bad option, bad superblock" error? - Ask Ubuntu
Browsing latest articles
Browse All 7 View Live

Answer by Zhihan Jiang for Why do I get "wrong fs type, bad option, bad...

I solved it by installing virtualbox. Do sudo apt-get install virtualbox-guest-utils It installs the mount.vboxsf

View Article



Answer by Jamildoit for Why do I get "wrong fs type, bad option, bad...

I was having this same problem in Ubuntu 14.04 LTS. I tried the nfs-common package install without any success. I was able to resolve the same issue you had by: Going to the Linux "disks" application....

View Article

Answer by Minos for Why do I get "wrong fs type, bad option, bad superblock"...

Try: mount -t nfs 192.168.1.5:/home/shared /mnt/common

View Article

Answer by Ely for Why do I get "wrong fs type, bad option, bad superblock"...

Make sure mount.cifs is listed into /sbin: ls -l /sbin/mount.cifs Check to see if package cifs-utils is installed: dpkg -l cifs-utils If it isn't, install the cifs libraries with sudo apt-get install...

View Article

Answer by muru for Why do I get "wrong fs type, bad option, bad superblock"...

The error message mentions: (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program) This is relevant given that you are trying to mount NFS. The /sbin/mount.nfs helper...

View Article


Answer by Arseni Mourzenko for Why do I get "wrong fs type, bad option, bad...

It appears that nfs-common package should be installed in order to be able to mount NFS directories. sudo apt-get install nfs-common When it's not, the mounting of an NFS directory results in the error...

View Article

Why do I get "wrong fs type, bad option, bad superblock" error?

When mounting an NFS directory by doing: sudo mount 192.168.1.5:/home/shared /mnt/common I get the following error: mount: wrong fs type, bad option, bad superblock on 192.168.1.5:/home/shared,...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images