RAID

From DWIKI
Revision as of 10:20, 19 August 2024 by Tony (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Redundant Array of Inexpensive Disks

Links

Raid calculators


ACHTUNG don't forget block/partition alignment!

Cache settings

write through

write back

always write back

HOWTO

Remove raid metadata from disk

DISK=/dev/sdc
# the last bit
dd if=/dev/zero of=$DISK bs=512 seek=$(( $(blockdev --getsz $DISK) - 1024 )) count=1024
# the first bit
dd if=/dev/zero of=$DISK bs=512 count=1


FAQ

Raid levels

RAID 0

stripe

RAID 1

mirror

BBU

Relative State of Charge

Should be well above 90%