Skip to content

Instantly share code, notes, and snippets.

View xmacan's full-sized avatar

Petr Macek xmacan

  • Kostax spol. s r. o.
  • Czech republic
View GitHub Profile

Run mdadm - this command is used to manage and monitor software RAID devices in linux.

mdadm --detail /dev/md0 or md<N>

mount -t ext4 /dev/md0 /share/MD0_DATA

Check disks

mdadm --examine /dev/sdd3