[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howtos:network_services:nfs-quick_and_dirty_setup [2014/01/21 03:57 (UTC)] – Added title arfonhowtos:network_services:nfs-quick_and_dirty_setup [2014/01/22 04:48 (UTC)] – Just learned about the <file> tag... had to add arfon
Line 19: Line 19:
 <code>vi /etc/exports</code> <code>vi /etc/exports</code>
 add: \\  add: \\ 
-<code>/nfs_share 192.168.1.1/24(rw,sync,no_subtree_check)</code>+<file sh /etc/exports>/nfs_share 192.168.1.1/24(rw,sync,no_subtree_check)</file>
  
 Start the NFS and RPC daemons \\  Start the NFS and RPC daemons \\ 
Line 51: Line 51:
 <code> vi /etc/fstab</code> <code> vi /etc/fstab</code>
 add: \\  add: \\ 
-<code>my.nfs.server:/nfs_share /mnt/nfs_share nfs rw,defaults 0 0</code>+<file sh /etc/fstab>my.nfs.server:/nfs_share /mnt/nfs_share nfs rw,defaults 0 0</file>
  
 **SEMI-AUTO-MOUNT** \\  **SEMI-AUTO-MOUNT** \\ 
Line 57: Line 57:
 <code> vi /etc/fstab</code> <code> vi /etc/fstab</code>
 add: \\  add: \\ 
-<code>my.nfs.server:/nfs_share /mnt/nfs_share nfs rw,noauto 0 0</code>+<file sh /etc/fstab>my.nfs.server:/nfs_share /mnt/nfs_share nfs rw,noauto 0 0</file>
 then when you want to mount, just run: \\  then when you want to mount, just run: \\ 
 <code>mount /mnt/nfs_share</code> <code>mount /mnt/nfs_share</code>
 howtos:network_services:nfs-quick_and_dirty_setup ()