3 155
contributi
Wtf (discussione | contributi) |
Wtf (discussione | contributi) |
||
Riga 105: | Riga 105: | ||
<pre> | <pre> | ||
# mount --bind /home/utente /export/utente | # mount --bind /home/utente /export/utente | ||
# mount --bind /altro /export/altro | # mount --bind /altro /export/altro | ||
</pre> | </pre> | ||
Riga 112: | Riga 112: | ||
<pre> | <pre> | ||
/home/utente /export/utente none bind 0 0 | /home/utente /export/utente none bind 0 0 | ||
/altro /export/altro none bind 0 0 | /altro /export/altro none bind 0 0 | ||
</pre> | </pre> | ||
Riga 118: | Riga 118: | ||
<pre> | <pre> | ||
/export 192.168.1.0/24(rw,fsid=0,no_subtree_check,sync) | /export 192.168.1.0/24(rw,fsid=0,no_subtree_check,sync) | ||
/export/utente 192.168.1.0/24(rw,no_subtree_check,sync,nohide) | /export/utente 192.168.1.0/24(rw,no_subtree_check,sync,nohide) | ||
/export/ | /export/altro 192.168.1.0/24(rw,no_subtree_check,sync,nohide) | ||
</pre> | </pre> | ||
contributi