This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| nfs [2023/07/25 02:02] – wigums | nfs [2024/07/23 16:19] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| < | < | ||
| - | | + | < |
| **Start the NFS and RPC daemons** | **Start the NFS and RPC daemons** | ||
| Line 22: | Line 22: | ||
| + | =====mount nfs shares===== | ||
| + | |||
| + | |||
| + | |||
| + | __Client Setup__ | ||
| + | |||
| + | Create the mount point | ||
| + | |||
| + | < | ||
| + | |||
| + | Start the RPC daemon | ||
| + | |||
| + | < | ||
| + | / | ||
| + | |||
| + | Mounting | ||
| + | |||
| + | On the CLIENT machine we'll cover 2 options here: manually mounting and auto-mount at boot | ||
| + | |||
| + | __MANUALLY MOUNT__ | ||
| + | |||
| + | < | ||
| + | |||
| + | AUTO-MOUNT AT BOOT | ||
| + | Add the mount command to /etc/fstab | ||
| + | |||
| + | < | ||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | NOTE ABOUT AUTO_MOUNTING | ||
| + | If you mount at boot and the server machine is unavailable, | ||