/* NFS Import unter Linux */

This commit is contained in:
Shnifti 2014-08-16 16:59:58 +00:00
parent 48f2c75055
commit 8a7d5ce084
1 changed files with 1 additions and 2 deletions

View File

@ -53,11 +53,10 @@ mkdir /freebert-nfs
showmount -e 172.22.99.10
mount -t nfs 172.22.99.10:/usr/jails/storage.hq.c3d2.de/rpool /freebert-nfs -o soft,timeo=1,noatime
mount -t nfs 172.22.99.10:/storage/rpool /freebert-nfs -o soft,timeo=1,noatime
</source>
setting noatime is not recomended if you want to use mutt inside your nfs mountpoint.
== NFS Import unter FreeBSD ==
<source lang=bash>