[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 revision
Previous revision
Next revisionBoth sides next revision
howtos:network_services:nfs-quick_and_dirty_setup [2014/01/21 00:28 (UTC)] – Forgot to start RPC on client - fixed 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 1: Line 1:
 <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). --> <!-- Add your text below. We strongly advise to start with a Headline (see button bar above). -->
 +====== NFS - Quick and Dirty Setup ======
 +
 Known to work on Slackware 14 & 14.1 \\  Known to work on Slackware 14 & 14.1 \\ 
  
Line 17: 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 49: 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 55: 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 ()