[SOLVED] Add 2 disks to existing Raid0

Stumpy

Member
Jan 2, 2020
12
2
23
36
Hi

i have an Raid0 with 2 disks called scratch which i want to expand by another 2 disks but i cant find the right command for it.
i want to have all 4 disks in that raid0 (i know its risky, the data on them isnt that important)
i deleted every partition on those 2 new disks.

can i just write

Code:
add scratch /dev/sdac /dev/sdad

scratch_raid0.jpgdisks_to_add.jpg
 
nvm, i found out that i can test the command with.

Code:
zpool add –n
Code:
zpool add scratch /dev/sdac /dev/sdad
was correct
 
  • Like
Reactions: root.root.ooo