NFS does not work. mount: wrong fs type, bad option, bad superblock

ManuelSchneid3r

This is what I got on server:

manuel@server ~ $ cat /etc/exports
  /var/share    192.168.178.20(rw, sync)
manuel@server ~ $ cat /etc/hosts.allow 
  portmap: 192.168.178.20
manuel@server /etc $ cat /proc/filesystems | grep nfs
  nodev nfs
  nodev nfs4

This is what I get on my machine:

manuel@Timeline:~$ sudo mount -t nfs 192.168.178.2:/var/share /media/share/
   mount: wrong fs type, bad option, bad superblock on 192.168.178.2:/exports/var/share,
       missing codepage or helper program, or other error
       (for several filesystems (e.g. nfs, cifs) you might
       need a /sbin/mount.<type> helper program)
       Manchmal liefert das Syslog wertvolle Informationen – versuchen
       Sie  dmesg | tail  oder so

server is Raspbian (Debian Wheezy) Timeline is Ubuntu 12.04

mdpc

Run exportfs -a on the server machine.

Also both machines have all of the needed NFS support packages and have nfs support? You can find if the kernel supports a specific filesystem by examining the output of cat /proc/filesystems.

And yes, the filename of the export file needs to be /etc/exports

Finally, check to see if you have enabled the NFS daemons during startup.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

mount: wrong fs type, bad option, bad superblock

From Dev

mount: wrong fs type, bad option, bad superblock on /dev/sdb on CentOS 6.0

From Dev

mount: wrong fs type, bad option, bad superblock on /dev/sdb on CentOS 6.0

From Dev

Cannot mount USB drive with "wrong fs type, bad option, bad superblock" error message

From Dev

Cannot mount dislocker-file loop: wrong fs type, bad option, bad superblock

From Dev

Wrong fs type, bad option, bad superblock on /dev/sdaX

From Dev

NTFS filesystem on external drive isn't recognised: "mount: wrong fs type, bad option, bad superblock on /dev/sdb1"

From Dev

NTFS filesystem on external drive isn't recognised: "mount: wrong fs type, bad option, bad superblock on /dev/sdb1"

From Dev

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

From Dev

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

From Dev

Unable to Mount RAID1 md0 - wrong fs type, bad option, bad superblock on /dev/md0, missing codepage or helper program, or other error

From Dev

mount: /new_root: wrong fs type, bad superblock on /dev/nvme0n1p4, missing codepage or helper program, or other error

From Dev

mount: /new_root: wrong fs type, bad superblock on /dev/nvme0n1p4, missing codepage or helper program, or other error

From Dev

enable to mount /dev/centos/home after lvresize, bad superblock

From Dev

Is a bad NFS mount preventing a clean boot?

From Dev

Is a bad NFS mount preventing a clean boot?

From Dev

FAT filesystem - bad superblock

From Dev

bad magic number in superblock

From Dev

Bad magic number in superblock external HDD

From Dev

bad usage on attempting to mount

From Dev

"mount: wrong fs type.." error when mounting USB

From Dev

Bad configuration option: ServerAliveInterval

From Dev

bad configuration option in git

From Dev

Linux - new hard drive, bad magic number in superblock

From Dev

Does a type assertion / type switch have bad performance / is slow in Go?

From Dev

mount nfs with nolock option, do not take effect

From Dev

How does _netdev mount option in /etc/fstab work?

From Dev

Listview with imagebutton bad work

From Dev

Listview with imagebutton bad work

Related Related

  1. 1

    mount: wrong fs type, bad option, bad superblock

  2. 2

    mount: wrong fs type, bad option, bad superblock on /dev/sdb on CentOS 6.0

  3. 3

    mount: wrong fs type, bad option, bad superblock on /dev/sdb on CentOS 6.0

  4. 4

    Cannot mount USB drive with "wrong fs type, bad option, bad superblock" error message

  5. 5

    Cannot mount dislocker-file loop: wrong fs type, bad option, bad superblock

  6. 6

    Wrong fs type, bad option, bad superblock on /dev/sdaX

  7. 7

    NTFS filesystem on external drive isn't recognised: "mount: wrong fs type, bad option, bad superblock on /dev/sdb1"

  8. 8

    NTFS filesystem on external drive isn't recognised: "mount: wrong fs type, bad option, bad superblock on /dev/sdb1"

  9. 9

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

  10. 10

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

  11. 11

    Unable to Mount RAID1 md0 - wrong fs type, bad option, bad superblock on /dev/md0, missing codepage or helper program, or other error

  12. 12

    mount: /new_root: wrong fs type, bad superblock on /dev/nvme0n1p4, missing codepage or helper program, or other error

  13. 13

    mount: /new_root: wrong fs type, bad superblock on /dev/nvme0n1p4, missing codepage or helper program, or other error

  14. 14

    enable to mount /dev/centos/home after lvresize, bad superblock

  15. 15

    Is a bad NFS mount preventing a clean boot?

  16. 16

    Is a bad NFS mount preventing a clean boot?

  17. 17

    FAT filesystem - bad superblock

  18. 18

    bad magic number in superblock

  19. 19

    Bad magic number in superblock external HDD

  20. 20

    bad usage on attempting to mount

  21. 21

    "mount: wrong fs type.." error when mounting USB

  22. 22

    Bad configuration option: ServerAliveInterval

  23. 23

    bad configuration option in git

  24. 24

    Linux - new hard drive, bad magic number in superblock

  25. 25

    Does a type assertion / type switch have bad performance / is slow in Go?

  26. 26

    mount nfs with nolock option, do not take effect

  27. 27

    How does _netdev mount option in /etc/fstab work?

  28. 28

    Listview with imagebutton bad work

  29. 29

    Listview with imagebutton bad work

HotTag

Archive