StuRa Diskussion:Server/FreeBSD: Unterschied zwischen den Versionen

Aus Wiki StuRa HTW Dresden
Zur Navigation springen Zur Suche springen
Zeile 6: Zeile 6:
* ZFS pool anlegen
* ZFS pool anlegen
  zpool create testpool1 /absoluter_pfad/zfstest1.file
  zpool create testpool1 /absoluter_pfad/zfstest1.file
* schauen, ob es geklappt hat
zpool status

Version vom 20. September 2011, 21:28 Uhr

ZFS Spielwiese

  • sollte jeder Admin mal gemacht haben, das ZFS schon ein wenig anders ist (meint JohannesSchneemann)
  • Testdateicontainer anlegen (jeweils 100MB)
dd if=/dev/urandom of=zfstest1.file bs=1M count=100
dd if=/dev/urandom of=zfstest2.file bs=1M count=100
  • ZFS pool anlegen
zpool create testpool1 /absoluter_pfad/zfstest1.file
  • schauen, ob es geklappt hat
zpool status