I’ve just installed RockStor 3.9.1 on my new build (which powered up first time, and installed ok once I left alone things I didn’t understand… )
I’m trying to re-use some disks which used to be in my ReadyNAS. (mdraid/BTRFS), but I can’t create a new pool with them. When I go to the Disks page, they don’t have a gear icon to re-format them, but an info icon (‘i’ in a circle) with a tooltip that says
Mdraid member (UI pending)
Looks like I have to drop to system shell to wipe them?
Sorted. dd to butcher the partitions, although fdisk probably would have been better. I didn’t really need to write zeroes or random data. Then the disks had ‘?’ icons against them, but I could at least get
to the Disk Role Configuration page to wipe them, and then I could create a (Rockstor) Raid1 pool with them.
fdisk was a lot easier to delete the partitions, after a combination of
ls -la /dev/sd*
and
df -h
and
btrfs fi us
to make sure I was wiping the right disks (after getting the wrong miniSAS to 4x-sata breakout cable, the right one arrived today, and I could add my other 2 4TB drives)