Speicherboy: Unterschied zwischen den Versionen
Erscheinungsbild
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
<syntaxhighlight lang="bash" highlight="1" line> | |||
root@speicherboy ~ # mdadm --detail /dev/md | |||
mdadm: /dev/md does not appear to be an md device | |||
root@speicherboy ~ # mdadm --detail /dev/md2 | |||
/dev/md2: | |||
Version : 1.0 | |||
Creation Time : Fri Jul 8 20:55:13 2011 | |||
Raid Level : raid6 | |||
Array Size : 5797625088 (5.40 TiB 5.94 TB) | |||
Used Dev Size : 1932541696 (1843.02 GiB 1978.92 GB) | |||
Raid Devices : 5 | |||
Total Devices : 5 | |||
Persistence : Superblock is persistent | |||
Intent Bitmap : Internal | |||
Update Time : Sun Mar 9 10:40:08 2025 | |||
State : clean | |||
Active Devices : 5 | |||
Working Devices : 5 | |||
Failed Devices : 0 | |||
Spare Devices : 0 | |||
Layout : left-symmetric | |||
Chunk Size : 128K | |||
Consistency Policy : bitmap | |||
Name : speicherboy:2 (local to host speicherboy) | |||
UUID : 9827dac2:c5f2da90:3b95e739:fe0493f1 | |||
Events : 160984 | |||
Number Major Minor RaidDevice State | |||
4 8 34 0 active sync /dev/sdc2 | |||
7 8 66 1 active sync /dev/sde2 | |||
6 8 2 2 active sync /dev/sda2 | |||
8 8 50 3 active sync /dev/sdd2 | |||
5 8 18 4 active sync /dev/sdb2 | |||
</syntaxhighlight> |
Version vom 9. März 2025, 12:22 Uhr
root@speicherboy ~ # mdadm --detail /dev/md
mdadm: /dev/md does not appear to be an md device
root@speicherboy ~ # mdadm --detail /dev/md2
/dev/md2:
Version : 1.0
Creation Time : Fri Jul 8 20:55:13 2011
Raid Level : raid6
Array Size : 5797625088 (5.40 TiB 5.94 TB)
Used Dev Size : 1932541696 (1843.02 GiB 1978.92 GB)
Raid Devices : 5
Total Devices : 5
Persistence : Superblock is persistent
Intent Bitmap : Internal
Update Time : Sun Mar 9 10:40:08 2025
State : clean
Active Devices : 5
Working Devices : 5
Failed Devices : 0
Spare Devices : 0
Layout : left-symmetric
Chunk Size : 128K
Consistency Policy : bitmap
Name : speicherboy:2 (local to host speicherboy)
UUID : 9827dac2:c5f2da90:3b95e739:fe0493f1
Events : 160984
Number Major Minor RaidDevice State
4 8 34 0 active sync /dev/sdc2
7 8 66 1 active sync /dev/sde2
6 8 2 2 active sync /dev/sda2
8 8 50 3 active sync /dev/sdd2
5 8 18 4 active sync /dev/sdb2