Difference between revisions of "Network File System (protocol)"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(New page: ==Navigation== {{#lst:Linux|navbar}}: Network File System (protocol) (NFS) ==Overview== {{seed}} ==Notes== How to set up NFS: * on the server: ** list paths to share n /etc/exports, o...)
 
m (links - ref - wikipedia)
 
Line 12: Line 12:
  
 
The server's exported paths should now be available at <u>/path/to/where/to/mount</u> on the client.
 
The server's exported paths should now be available at <u>/path/to/where/to/mount</u> on the client.
 +
==Links==
 +
===Reference===
 +
* {{wikipedia}}

Latest revision as of 03:07, 17 January 2008

Navigation

{{#lst:Linux|navbar}}: Network File System (NFS)

Overview

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Notes

How to set up NFS:

  • on the server:
    • list paths to share n /etc/exports, one per line
    • run 'exportfs -va'
  • on the client:
    • mount -t nfs server:/path/to/share /path/to/where/to/mount

The server's exported paths should now be available at /path/to/where/to/mount on the client.

Links

Reference