Jump to content

All disk shows unassigned SOLVED


nmotion96

Recommended Posts

34 minutes ago, nmotion96 said:

I had single parity. 

 

3 hours ago, nmotion96 said:

I'm using unraid 6.1.5.

Yeah, doh!

 

You can either assign all disks as data disks, there should only be one unmountable disk, if so that's parity, then do a new config assign all disks, check parity is already valid and run a correcting parity check, or to do it in a safer way and keep parity 100% in sync mount each disk read only from the CLI:

 

First create a mount point, e.g.:

mkdir /temp

then mount a disk read only:

mount -o ro /dev/sdX1 /temp


Replace X with the correct letter, note the 1 after the device, i.e., sdc1, if it doesn't mount it's parity, if it does it's a data disk, unmount the disk with:

umount /temp

and repeat for the others.

 

If there's only one unmountable disk it's parity, assign it to the parity slot and the remaining disks as data disks, order doen't matter with single parity, before starting the array check "parity is already valid" and start the array.

 

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...