docs master
authorTomas Mudrunka <tomas.mudrunka@gmail.com>
Fri, 12 Jan 2024 18:20:48 +0000 (19:20 +0100)
committerTomas Mudrunka <tomas.mudrunka@gmail.com>
Fri, 12 Jan 2024 18:20:48 +0000 (19:20 +0100)
c/mdraid-gen/mdraid.c

index f258b29f97c7dfb540b8faa5a39d539de97fdb37..5f2720ef4d605e3f6372dd718b6e29a17c0b7adb 100644 (file)
@@ -9,6 +9,10 @@ mdadm --examine test.img
 losetup /dev/loop1 test.img
 mdadm --assemble md /dev/loop1
 
+Some docs:
+https://raid.wiki.kernel.org/index.php/RAID_superblock_formats#Sub-versions_of_the_version-1_superblock
+https://docs.huihoo.com/doxygen/linux/kernel/3.7/md__p_8h_source.html
+
 */
 
 //#include <cstddef>
This page took 0.169359 seconds and 4 git commands to generate.