Find the answer to your Linux question:
Results 1 to 3 of 3
I have a redhat 9 box that I need to access via nfs. On the client machine I get the following error: # mount 192.168.1.5:/var/log/httpd /mnt mount.nfs: mount to NFS ...
  1. #1
    Just Joined!
    Join Date
    Feb 2006
    Location
    Pittsburgh
    Posts
    32

    [SOLVED] nfsd: unrecognized service

    I have a redhat 9 box that I need to access via nfs. On the client machine I get the following error:

    # mount 192.168.1.5:/var/log/httpd /mnt
    mount.nfs: mount to NFS server 'rpcbind' failed: RPC Error: Program not registered
    mount.nfs: internal error

    on the redhat server that needs to be allowing nfs access, I get:

    nfsd: unrecognized service

    when I try:

    service nfsd start

    However:

    # service --status-all | grep nfs
    nfsd is stopped

    Any advice on how I can get my server to start nfs? Thanks.

  2. #2
    Just Joined!
    Join Date
    Feb 2009
    Posts
    54
    I believe the correct service name is nfs - "service nfs start". "showmount -e localhost" should show the exported shares after this.

  3. #3
    Just Joined!
    Join Date
    Feb 2006
    Location
    Pittsburgh
    Posts
    32
    Quote Originally Posted by druidmatrix View Post
    I believe the correct service name is nfs - "service nfs start". "showmount -e localhost" should show the exported shares after this.
    Yes indeed, thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...