wrong fs type, bad option, bad superblock centos 5

if you get this error
wrong fs type, bad option, bad superblock
on centos 5

make sure you have nfs-utils installed on the server where you're mounting from
yum install nfs-utils

another important piece with nfs mounts is to have portmap running, so make sure it is

yum install portmap
service portmap start

Technology: 

Add new comment