Results 1 to 5 of 5
I have been trying to mount an NFS share from my REHL server for over an hour, and Google was not able to help me. So maybe someone here can, ...
- 01-09-2011 #1Just Joined!
- Join Date
- Dec 2010
- Location
- Key-stone state
- Posts
- 54
Fedora 14 mout NFS to REHL server
I have been trying to mount an NFS share from my REHL server for over an hour, and Google was not able to help me. So maybe someone here can, when I use the command:
mount -t nfs server3:/programs /programs
I get the folowing error :
mount: wrong fs type, bad option, bad superblock on server3:/programs,
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
Thanks for the help.
- 01-09-2011 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,695
Linux NFS Mount: wrong fs type, bad option, bad superblock on fs2:/data3 Error And Solution
You most likely do not have the NFS client libraries installed. Adjust above commands for Fedora (yum instead of apt-get) and install nfs-common.
Use the showmount command to list shares and verify the client can talk to the server.
- 01-09-2011 #3Just Joined!
- Join Date
- Dec 2010
- Location
- Key-stone state
- Posts
- 54
Ok, I did try to install the nfs-common utility with:
yum install nfs-common
I get the no package avilable, so I know I need to modfy the repositories fedora uses. What repoes would I need use to get nfs-common?
Thanks.
- 01-10-2011 #4Just Joined!
- Join Date
- Dec 2010
- Location
- Key-stone state
- Posts
- 54
I was able to get the shares to mount. For anyone who ends up stumbling on this post. I installed the nfs-utiles for fedora.
- 01-13-2011 #5Just Joined!
- Join Date
- Sep 2010
- Location
- Dhaka, Bangladesh
- Posts
- 29
you could also try
yum list | grep nfs
to find the necessary package...


Reply With Quote