Network File System (protocol)

From HTYP, the free directory anyone can edit

Jump to: navigation, search

Contents

[edit] Navigation

computing: software: operating systems: Linux: Network File System (NFS)

[edit] Overview

This is a seed article. You can help HTYP by watering it.

[edit] 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.

[edit] Links

[edit] Reference

Personal tools