LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   configure nfs service (https://www.linuxquestions.org/questions/linux-newbie-8/configure-nfs-service-848482/)

mahnaz 12-05-2010 12:30 PM

configure nfs service
 
hello! I am beginner in linux . I want to config nfs service on my fedora but I cant install portmap on my system please answer me! Thanks

acid_kewpie 12-05-2010 03:09 PM

Well what does 'can't install' mean? You need to install it. If you're having trouble doing that then you need to tell us more info about that, we aren't psychic.

chrism01 12-05-2010 05:36 PM

You may find this useful: http://www.linuxtopia.org/online_boo...fs-how-daemons. Note that if you've got NFSv4 (likely if it s recent Fedora release) then portmap is no longer reqd. This functionality has been folded into the nfs daemon. See also the other helper services so noted on that page.

mahnaz 12-06-2010 10:35 AM

can you explain how to install it ?

acid_kewpie 12-06-2010 11:40 AM

portmap should really already be installed, if not, run 'yum install portmap' as root

theNbomr 12-06-2010 04:23 PM

It may also be the case that installing nfs or nfsd with yum will be smart enough to also install dependencies like portmap..
It might also be the case that the OP doesn't correctly distinguish between 'not installed' and 'service not running'. My recollection is that Fedora will start up all dependency services for the NFS server by simply starting the NFS server. Try something like (as root):
Code:

service nfs start
##  .. or maybe
service nfsd start

--- rod.

mahnaz 12-07-2010 01:02 AM

thanks for your helps! I have another question . after starting nfs service how can I share file between two systems ?

Sayan Acharjee 12-07-2010 01:15 AM

Quote:

Originally Posted by mahnaz (Post 4183162)
thanks for your helps! I have another question . after starting nfs service how can I share file between two systems ?

http://tldp.org/HOWTO/NFS-HOWTO/server.html


All times are GMT -5. The time now is 12:30 AM.