12-30-2017, 02:22 PM
(This post was last modified: 01-01-2018, 09:07 AM by freeloader.
Edit Reason: Avoiding confusion and bad fix
)
By way of update: this is fixed now. Seems there was an error with my drives, perhaps faulty configuration of the RAID setup.
Steps taken to resolve:
1. unplug all external hard drives from the powered HUB
2. insert drive 1: set new partition table (sudo parted /dev/sd[?] mklabel gpt) - repeat for two other drives
3. remove the previous RAID 0 array (see https://www.digitalocean.com/community/t...untu-16-04 under "Resetting Existing RAID Devices")
4. install new RAID 0 array (see https://www.digitalocean.com/community/t...untu-16-04 under "Creating a RAID 0 Array")
Later edit: this did not do the trick, see below for second attempt at a fix.
Steps taken to resolve:
1. unplug all external hard drives from the powered HUB
2. insert drive 1: set new partition table (sudo parted /dev/sd[?] mklabel gpt) - repeat for two other drives
3. remove the previous RAID 0 array (see https://www.digitalocean.com/community/t...untu-16-04 under "Resetting Existing RAID Devices")
4. install new RAID 0 array (see https://www.digitalocean.com/community/t...untu-16-04 under "Creating a RAID 0 Array")
Later edit: this did not do the trick, see below for second attempt at a fix.