Find the answer to your Linux question:
Results 1 to 2 of 2
I cant seem to get NFS to work between two suse 10.2 machines and a router/switch. There is connectivity, I can ftp. I want NFS to work and I am ...
  1. #1
    Just Joined!
    Join Date
    Mar 2007
    Posts
    10

    Nfs?!?

    I cant seem to get NFS to work between two suse 10.2 machines and a router/switch. There is connectivity, I can ftp. I want NFS to work and I am not seeing any benificial HOWTOs out there, it seems that it should just work. I have the server started, I have the client started, I have created a share but the one is oblivious to the other with respect to NFS.

    I know there are other things out there for file sharing but its NFS that i want to work. Any help appreciated.

  2. #2
    Linux Enthusiast KenJackson's Avatar
    Join Date
    Jun 2006
    Location
    Maryland, USA
    Posts
    506
    Do you have appropriate entries in /etc/exports? Read man 5 exports about this.

    Do you have appropriate entries in /etc/fstab? Read man 5 fstab about this.

    Note that SUSE may have higher level tools to hide these details from you. I don't know about those, but it's Linux so you should be able to set it up via exports and fstab.

    Also, once /etc/exports is changed, you have to do something to get it noticed. Maybe
    /etc/init.d/nfs reload
    or
    exortfs -arv

Posting Permissions

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