Veranstaltungen/2009-12-04 ZFS-Workshop/Szenario: RAID-Z3
Aus UUGRN
shl@sonnenkind:~$ mkfile 100m HDD0 shl@sonnenkind:~$ mkfile 100m HDD1 shl@sonnenkind:~$ mkfile 100m HDD2 shl@sonnenkind:~$ mkfile 100m HDD3 shl@sonnenkind:~$ mkfile 100m HDD4
Erstellung eines RAID-Z3 Pools:
shl@sonnenkind:~$ pfexec zpool create testpool raidz3 ~/HDD0 ~/HDD1 ~/HDD2 ~/HDD3 ~/HDD4
shl@sonnenkind:~$ zpool status testpool pool: testpool state: ONLINE scrub: none requested config: NAME STATE READ WRITE CKSUM testpool ONLINE 0 0 0 raidz3-0 ONLINE 0 0 0 /export/home/shl/HDD0 ONLINE 0 0 0 /export/home/shl/HDD1 ONLINE 0 0 0 /export/home/shl/HDD2 ONLINE 0 0 0 /export/home/shl/HDD3 ONLINE 0 0 0 /export/home/shl/HDD4 ONLINE 0 0 0 errors: No known data errors