Veranstaltungen/2009-12-04 ZFS-Workshop/Szenario: RAID-Z2: Unterschied zwischen den Versionen

Aus UUGRN
(draft)
 
 
(3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 4: Zeile 4:
 
shl@sonnenkind:~$ mkfile 100m HDD3</pre>
 
shl@sonnenkind:~$ mkfile 100m HDD3</pre>
  
'''Erstellung eines RAID-Z1 Pools:'''
+
'''Erstellung eines RAID-Z2 Pools:'''
  
 
<pre>shl@sonnenkind:~$ pfexec zpool create testpool raidz2 ~/HDD0 ~/HDD1 ~/HDD2 ~/HDD3</pre>
 
<pre>shl@sonnenkind:~$ pfexec zpool create testpool raidz2 ~/HDD0 ~/HDD1 ~/HDD2 ~/HDD3</pre>
Zeile 28: Zeile 28:
 
[[Kategorie:ZFS]]
 
[[Kategorie:ZFS]]
 
[[Kategorie:ZFS-Workshop]]
 
[[Kategorie:ZFS-Workshop]]
 +
 +
 +
 +
 +
 +
<div align="center" style="border-top: 1px solid #0000a0; border-bottom: 1px solid #0000a0; margin:0; padding: 0.6em;">
 +
 +
[[ZFS-Workshop/Szenario: RAID-Z1|Szenario: RAID-Z1]] | [[ZFS-Workshop/Agenda|Agenda]] | [[ZFS-Workshop/Szenario: RAID-Z3|Szenario: RAID-Z3]]
 +
 +
</div>
 +
 +
{{:ZFS-Workshop/Navigation}}

Aktuelle Version vom 14. April 2022, 06:44 Uhr

shl@sonnenkind:~$ mkfile 100m HDD0
shl@sonnenkind:~$ mkfile 100m HDD1
shl@sonnenkind:~$ mkfile 100m HDD2
shl@sonnenkind:~$ mkfile 100m HDD3

Erstellung eines RAID-Z2 Pools:

shl@sonnenkind:~$ pfexec zpool create testpool raidz2 ~/HDD0 ~/HDD1 ~/HDD2 ~/HDD3
shl@sonnenkind:~$ zpool status testpool
  pool: testpool
 state: ONLINE
 scrub: none requested
config:

        NAME                       STATE     READ WRITE CKSUM
        testpool                   ONLINE       0     0     0
          raidz2-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

errors: No known data errors