I have a 60TB disk pool with DrivePool software and have no place to put my data and create a Linux based pool. I have to wait until I can afford a new 20TB disk as a temp storage.
Unless there is an easy way to convert a DrivePool to mergerfs etc.
How much data do you have, and are the drives identical? Usually I do in-place conversions by taking some drives offline, creating a degraded raid on them, migrating the data, then wiping the remaining drives and bringing them online in the new raid.
Works for zfs pools too, but you can’t create a pool with missing drives, you have to create a temporary block device then mark it offline, then replace it with the real drive once it’s free.
Unless there is an easy way to convert a DrivePool to mergerfs etc.
If I understood right, it’s just software joining together multiple NTFS drives. When you open in another os it’s just a normal NTFS drive
You could take two drives and create a raid1 (right? Or yolo without redundancy?) btrfs array. Move stuff from one drive, when it’s empty, format it as btrfs and add it to the array. Repeat for every drive.
But…
With this much data I wouldn’t risk if you don’t have experience with btrfs via cli
I have a 60TB disk pool with DrivePool software and have no place to put my data and create a Linux based pool. I have to wait until I can afford a new 20TB disk as a temp storage.
Unless there is an easy way to convert a DrivePool to mergerfs etc.
How much data do you have, and are the drives identical? Usually I do in-place conversions by taking some drives offline, creating a degraded raid on them, migrating the data, then wiping the remaining drives and bringing them online in the new raid.
Works for zfs pools too, but you can’t create a pool with missing drives, you have to create a temporary block device then mark it offline, then replace it with the real drive once it’s free.
Heh wow its been awhile since I checked my storage. Lol I forgot I added a bunch last year. Its actually at 116TB now with 13 free.
Wow! I thought my NAS was loaded, but good lord. What are you storing?
Linux ISOs 🏴☠️
I run my family’s Streaming Service.
Me too, but my library must not be nearly as impressive.
Those are rookie numbers.
Yeah good luck migrating that. Maybe if you’ve still got the torrents in your client, you could just delete and redownload some.
If I understood right, it’s just software joining together multiple NTFS drives. When you open in another os it’s just a normal NTFS drive
You could take two drives and create a raid1 (right? Or yolo without redundancy?) btrfs array. Move stuff from one drive, when it’s empty, format it as btrfs and add it to the array. Repeat for every drive.
But…
With this much data I wouldn’t risk if you don’t have experience with btrfs via cli