datahoarder
Who are we?
We are digital librarians. Among us are represented the various reasons to keep data -- legal requirements, competitive requirements, uncertainty of permanence of cloud services, distaste for transmitting your data externally (e.g. government or corporate espionage), cultural and familial archivists, internet collapse preppers, and people who do it themselves so they're sure it's done right. Everyone has their reasons for curating the data they have decided to keep (either forever or For A Damn Long Time). Along the way we have sought out like-minded individuals to exchange strategies, war stories, and cautionary tales of failures.
We are one. We are legion. And we're trying really hard not to forget.
-- 5-4-3-2-1-bang from this thread
view the rest of the comments
I wouldn't mix SW and HW raid, if you can, try to stick with just one or the other. By mixing them you'll open yourself up to a whole can of worms if there's a disk failure IMO
If this was BTRFS (or to a lesser extent, ZFS), then the solution would be to chuck the external USB enclosure into JBOD mode, and just add the disks to the array, where the storage will grow automatically in relation to the newly added disk, and you wouldn't need to change your script...
Since you're using mdadm, I believe you'll need to add two new disks, but I'm not too sure if you can expand the space on the existing mountpoint without using a filesystem merging tool
Edit: accidentally submitted early
Thanks for the ideas - at first i was thinking i could simplify by having the disk enclosure mount as a single drive and then I would just need to merge my existing software setup. Im getting pretty unanimous feedback that this is not a good idea.
I'll dive deeper into mdadm's documentation and see if I can do some magic here. I realize it's not the most elegant solution, but I'd really prefer keeping my existing setup and add to it.
Thanks again for your input, I appreciate it!