[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 [2015/12/19 05:17 (UTC)] – [Problems/Solutions] jamesaxlhowtos:network_services:nfs-quick_and_dirty_setup [2015/12/19 05:19 (UTC)] – [Problems/Solutions] jamesaxl
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 ()