[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
Last revisionBoth sides next revision
howtos:network_services:nfs-quick_and_dirty_setup [2015/12/19 05:17 (UTC)] – [Problems/Solutions] jamesaxlhowtos:network_services:nfs-quick_and_dirty_setup [2018/05/27 21:27 (UTC)] – [NFS - Quick and Dirty Setup] Tested on 14.2, still good. Nice howto :-) bifferos
Line 2: Line 2:
 ====== NFS - Quick and Dirty Setup ====== ====== NFS - Quick and Dirty Setup ======
  
-Known to work on Slackware 14 14.1 \\ +Known to work on Slackware 1414.1 and 14.2 \\ 
  
 ====== Assumptions ====== ====== Assumptions ======
Line 102: Line 102:
 </code> </code>
 Sometimes it is important to share files that are owned as root with the proper permissions, in these cases this can be done by simply adding the **no_root_squash** attribute to the **/etc/exports** configuration. Sometimes it is important to share files that are owned as root with the proper permissions, in these cases this can be done by simply adding the **no_root_squash** attribute to the **/etc/exports** configuration.
 +
 **Edit the /etc/exports file:** **Edit the /etc/exports file:**
 <code> <code>
-/nfs 192.168.0.195/32(rw,sync,no_root_squash)+/nfs_share 192.168.1.1/24(rw,sync,no_root_squash)
 </code> </code>
 ====== Sources ====== ====== Sources ======
 howtos:network_services:nfs-quick_and_dirty_setup ()