0

I want to create a software raid on two identical SSDs

How do I create partitions and format them optimal?

lsblk

nvme0n1            259:0    0 953.9G  0 disk
nvme1n1            259:1    0 953.9G  0 disk

I probably have to use fdisk or parted to create partitions. What options do I need? Is this enough?

parted /dev/nvme0n1

(parted) mkpart primary ext4 0% 100%
(parted) set 1 raid on

0

You must log in to answer this question.

Browse other questions tagged .