/* NFS Import unter Linux */

This commit is contained in:
W01f 2014-12-05 15:05:07 +00:00
parent a54e515439
commit b80c954ab7
1 changed files with 3 additions and 0 deletions

View File

@ -61,6 +61,9 @@ mount -t nfs 172.22.99.10:/mnt/zroot/storage/rpool /freebert-nfs -o soft,timeo=1
</source>
setting noatime is not recomended if you want to use mutt inside your nfs mountpoint.
entry for <code>mount -a</code> in /etc/fstab:
:<code>172.22.99.10:/mnt/zroot/storage/rpool /freebert-nfs nfs noauto,user,soft,timeo=15,noatime 0 0</code>
== NFS Import unter FreeBSD ==
<source lang=bash>