User Tools

Site Tools


nfs

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
nfs [2023/07/25 04:10] wigumsnfs [2024/07/23 16:19] (current) – external edit 127.0.0.1
Line 3: Line 3:
 <code>nano /etc/exports</code> <code>nano /etc/exports</code>
  
-    /nfs_share 192.168.1.1/24(rw,sync,no_subtree_check)+<code>/nfs_share 192.168.1.1/24(rw,sync,no_subtree_check)</code>
  
 **Start the NFS and RPC daemons** **Start the NFS and RPC daemons**
Line 27: Line 27:
  
  
-Client Setup+__Client Setup__
  
 Create the mount point Create the mount point
Line 51: Line 51:
 <code>nano /etc/fstab</code> <code>nano /etc/fstab</code>
  
-add: +<code>my.nfs.server:/nfs_share /mnt/nfs_share nfs rw,defaults 0 0</code>
- +
-my.nfs.server:/nfs_share /mnt/nfs_share nfs rw,defaults 0 0+
  
  
 NOTE ABOUT AUTO_MOUNTING NOTE ABOUT AUTO_MOUNTING
 If you mount at boot and the server machine is unavailable, it will cause your client machine to take a long time to boot as the NFS client will make multiple attempts to connect and you will have to wait for it to time-out for each attampt.  If you mount at boot and the server machine is unavailable, it will cause your client machine to take a long time to boot as the NFS client will make multiple attempts to connect and you will have to wait for it to time-out for each attampt. 
nfs.1690258214.txt.gz · Last modified: 2024/07/23 16:19 (external edit)