On Fri, 29 Jul 2016 07:03:30 PM Piers Rowan via luv-main wrote:
> - Set up a Raspberry Pi server which exposes a single file system
> - Link it to the USB HDD's of different sizes that I have lying around
> - I save my data to it for backups
> - The data is placed redundantly over the drives so it can recover from 
> one [or more] dying
> 
> Bonus point:
> - I can remove one of the drives and access the data on it directly (so 
> it is FAT32 not Linux RAID)
> 
> Any ideas? GFS?

GFS (GFS2 being the supported version) is about multiple nodes using the same 
shared block devices, pretty much the opposite of what you need.

If you want multiple block devices of different sizes in one array then BTRFS 
is the only option.  But RAID-1 is the only level of RAID that should be 
considered safe with BTRFS at this time.  Also this files the "remove one 
drive" criteria.

To satisfy the "remove one drive" criteria you want to have some user-space 
system for synchronising files by copying them around.

Whatever you choose make sure you have checksums, USB devices aren't the most 
reliable ways of storing data.

-- 
My Main Blog         http://etbe.coker.com.au/
My Documents Blog    http://doc.coker.com.au/
_______________________________________________
luv-main mailing list
[email protected]
https://lists.luv.asn.au/cgi-bin/mailman/listinfo/luv-main

Reply via email to