*Empty MediaWiki Message*

This commit is contained in:
Daniel.plominski 2014-09-11 23:31:23 +00:00
parent 891f0b8efa
commit c3fcffccab
1 changed files with 6 additions and 8 deletions

View File

@ -33,7 +33,7 @@ zfs set sharenfs="-maproot=root -network=172.22.0.0 -mask=255.255.0.0" zroot/sto
</source>
(fstab beispiel)
<source lang=bash>172.22.99.10:/storage/rpool /mnt/freebert.nfs nfs noauto,soft,noatime,acl,users,timeo=15 0 0</source>
<source lang=bash>172.22.99.10:/mnt/zroot/storage/rpool /mnt/freebert.nfs nfs noauto,soft,noatime,acl,users,timeo=15 0 0</source>
ZFS Clone Stand:
@ -55,7 +55,7 @@ mkdir /freebert-nfs
showmount -e 172.22.99.10
mount -t nfs 172.22.99.10:/storage/rpool /freebert-nfs -o soft,timeo=15,noatime
mount -t nfs 172.22.99.10:/mnt/zroot/storage/rpool /freebert-nfs -o soft,timeo=15,noatime
</source>
setting noatime is not recomended if you want to use mutt inside your nfs mountpoint.
@ -70,9 +70,7 @@ nfs_client_enable="YES"
mount:
<source lang=bash>
mount 172.22.99.10:/storage/rpool /freebert-nfs
mount 172.22.99.10:/storage/zimport /freebert-zimport
mount 172.22.99.10:/mnt/zroot/storage/rpool /freebert-nfs
</source>
@ -82,7 +80,7 @@ mount 172.22.99.10:/storage/zimport /freebert-zimport
Finder -> Gehe zu -> Mit Server verbinden (Apfel+K)
nfs://172.22.99.10/storage/rpool
nfs://172.22.99.10/mnt/zroot/storage/rpool
</source>
@ -92,7 +90,7 @@ bei Problemen mit Schreibrechten ->
<source lang=bash>
mkdir freebert-nfs
sudo mount -t nfs -o resvport,bg,nfc,nolocks,locallocks,intr,soft,wsize=32768,rsize=3276 172.22.99.10:/storage/rpool /Users/<DEIN NAME>/freebert-nfs
sudo mount -t nfs -o resvport,bg,nfc,nolocks,locallocks,intr,soft,wsize=32768,rsize=3276 172.22.99.10:/mnt/zroot/storage/rpool /Users/<DEIN NAME>/freebert-nfs
</source>
@ -112,7 +110,7 @@ Systemsteuerung -> Programme und Features (aktivieren/deaktivieren) -> Dienste f
Computer -> (Kontextmenü) Netzwerkadresse hinzufügen
\\172.22.99.10\storage\rpool
\\172.22.99.10\mnt\zroot\storage\rpool
</source>