Menu

Post image 1
Post image 2
1 / 2
0

The mdadm backup file: when it's needed, and when it isn't

DEV Community·Imre Péntek·18 days ago
#0nPi3UMm
Reading 0:00
15s threshold

I'm planning a home storage build, and one thing I want to understand before I commit is how to grow a RAID5 array safely. Here's what I've learned. For demonstration purposes I'm going to do it in VirtualBox. You can say it’s bottlenecked intentionally for demonstration purposes, and it’s at least partially true. This is how I'm going to reach my starting point from zero: sudo parted /dev/sdb --script mklabel gpt mkpart primary 1MiB 100% set 1 raid on Enter fullscreen mode Exit fullscreen mode the 1MiB partition alignment matters for RAID performance, make sure your partitions align to mebibyte boundary.…

Continue reading — create a free account

Join HashtagPLUS to read full articles, follow hashtags, vote, and join the conversation.

Read More