Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
6
rated 0 times [  6] [ 0]  / answers: 1 / hits: 12974  / 2 Years ago, wed, august 3, 2022, 5:34:16

Reading this link, it describes how to make a RAID array out of USB sticks, however it describes the process using Gentoo now I don't know about gentoo and have never used it, but I'm supposing this is possible in Ubuntu if so how?.


More From » usb

 Answers
0

Ubuntu uses udev so you don't need to execute the mknod command in those instructions.



As mentioned, mdadm is well documented as doesn't care whether the devices are hard disks, usb drives, or even LVM partitions. Examples:



Create a mirrored partition:



mdadm /dev/md0 --create --level=1 -n 2 /dev/sdb1 /dev/sdc1


4 disk RAID 5:



mdadm /dev/md5 --create --level=5 -n 4 /dev/sdb2 /dev/sdc2 /dev/sdd2 /dev/sde2

[#36341] Thursday, August 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ronicod

Total Points: 71
Total Questions: 111
Total Answers: 111

Location: Montenegro
Member since Fri, Dec 10, 2021
2 Years ago
ronicod questions
Thu, Nov 11, 21, 06:26, 3 Years ago
Sun, May 7, 23, 13:57, 1 Year ago
Sun, Jun 26, 22, 06:13, 2 Years ago
Fri, Oct 14, 22, 13:55, 2 Years ago
;