Results 1 to 3 of 3
I have the NFS service started by going to system - services and start nfs and also by typing service nfs start in the terminal
i have also installed nfs ...
- 11-19-2011 #1Just Joined!
- Join Date
- Nov 2011
- Posts
- 6
I cant install NFS!!! I'm pulling my hair out
I have the NFS service started by going to system - services and start nfs and also by typing service nfs start in the terminal
i have also installed nfs utils by typing yum install nfs utils
I CANNOT get yum install system-config-nfs to work, i get no package found or nothing to do everytime... i just need the NFS tab to show up under system - applications
please help...
- 11-19-2011 #2Just Joined!
- Join Date
- Sep 2011
- Posts
- 14
1st step: read up on how to use yum because you might need to search for a missing package.
Hint to step 1 (more of a giveaway):Code:man yum
More to the point, you don't actually need system-config-nfs in order to run an nfs server. Just make sure the startup script (in /etc/rc.d/init.d in most distros) is executable, assuming the server is installed correctly. Then you need to configure the server and make sure your firewall doesn't block connections, etc.Code:yum provides system-config-nfs
Most configuration is in the file /etc/exports:
Code:man exports
- 11-19-2011 #3Just Joined!
- Join Date
- Nov 2011
- Posts
- 6
thanks for the help, that actually cleared a few things up
kudos!


Reply With Quote
