Jump to content

Hi,

 

I am looking for a way to take 4 drives and have them show as 1 drive without the data loss? (Maybe I'm being stupid here) so If I remove 1 drive the data on that drive will not show untill plugged back in. so basicly if one drive fails I only loose that data? the data on the other drives is fine.

 

Maybe something doesn't exist but never know until you ask.

 

Many Thanks

-Jonathan

Link to comment
https://linustechtips.com/topic/809200-4-drives-without-raid/
Share on other sites

Link to post
Share on other sites

In Windows you're talking about Spanned Volumes, but spanned volumes dont work that way - you cant just plug/unplug the drives at will and have your files all be intact while that drive is removed.

 

If you want each disk as its own folder in a folder somewhere such as on your desktop, then you could use MKLINK to create symbolic links

https://technet.microsoft.com/en-us/library/cc753194(v=ws.11).aspx

 

If you want it in a dedicated storage server like this though, then you could use FlexRAID as Ashley pointed out, or there's also unRAID where you can have 1 more disk to create a spanned parity.

Spoiler

Desktop: Ryzen9 5950X | ASUS ROG Crosshair VIII Hero (Wifi) | EVGA RTX 3080Ti FTW3 | 32GB (2x16GB) Corsair Dominator Platinum RGB Pro 3600Mhz | EKWB EK-AIO 360D-RGB | EKWB EK-Vardar RGB Fans | 1TB Samsung 980 Pro, 4TB Samsung 980 Pro | Corsair 5000D Airflow | Corsair HX850 Platinum PSU | Asus ROG 42" OLED PG42UQ + LG 32" 32GK850G Monitor | Roccat Vulcan TKL Pro Keyboard | Logitech G Pro X Superlight  | MicroLab Solo 7C Speakers | Audio-Technica ATH-M50xBT2 LE Headphones | TC-Helicon GoXLR | Audio-Technica AT2035 | LTT Desk Mat | XBOX-X Controller | Windows 11 Pro

 

Spoiler

Server: Fractal Design Define R6 | Ryzen 3950x | ASRock X570 Taichi | Asus RTX 4060 Dual OC | 64GB (4x16GB) Corsair Vengeance LPX 3000Mhz | Corsair RM850v2 PSU | Fractal S36 Triple AIO + 4 Additional Venturi 120mm Fans | 8 x 20TB Seagate Exos X22 | 4 x 16TB Seagate Exos X18 | 3 x 2TB Samsung 970 Evo Plus NVMe | LSI 9211-8i HBA

 

Spoiler

NAS: Innovision 4U 24-bay chassis (12GB MiniHD SGIO Backplane) | Intel Core i9-10980xe | EVGA X299 FTW-K | EVGA RTX 2080Ti Super FTW3 | 128GB (8x16GB) Corsair Vengeance LPX 3200Mhz | DEEPCOOL PN1000M PSU| Noctua NH-D12L Chromax Black | 16 x 16TB Seagate Exos X18 | 2 x 2TB Samsung 990 Pro | 2 x 2TB Intel U.2 P4510 | LSI 9305-24i HBA

 

Link to comment
https://linustechtips.com/topic/809200-4-drives-without-raid/#findComment-10161143
Share on other sites

Link to post
Share on other sites

22 minutes ago, AshleyAshes said:

Oh wait, now I remember  It's something windows USED to do with Storage Spaces, but it was discontinued.  DriveBender was a market response tot hat.

Hi,

 

Been looking at DriveBender a little bit looks good but I cannot get definitive answer, so if I copy my library of ripped movies to a Drive Bender pool the data will spread across how ever many drives I have and If I loose 1 drive I will only loose the data on that drive rather then everything spread across all the drives?

 

Thanks

Link to comment
https://linustechtips.com/topic/809200-4-drives-without-raid/#findComment-10162507
Share on other sites

Link to post
Share on other sites

47 minutes ago, TehJonny said:

Hi,

 

Been looking at DriveBender a little bit looks good but I cannot get definitive answer, so if I copy my library of ripped movies to a Drive Bender pool the data will spread across how ever many drives I have and If I loose 1 drive I will only loose the data on that drive rather then everything spread across all the drives?

 

Thanks

Yes, that's exactly what it does.  It takes multiple drives and pools them into a single virtual drive.  On the file level however, each drive is still just it's own NTFS drive,  You can rip them out and access their files with any other computer.  If one dies then you only lose the files on the dead drive.  DriveBender also lets you use drives of any size and use them fully/

However you may want to look into FlexRAID.  It's more expensive but it offers parity options.  Using only one drive for parity you can have an unlimited number of storage drives, again any size, and with a parity drive you can survive up to one disc failing.  It gives you SOME protection but it's a lot easier to manage than a highly complicated RAID, ZFS/ZPool or UnRAID solution.

Link to comment
https://linustechtips.com/topic/809200-4-drives-without-raid/#findComment-10162742
Share on other sites

Link to post
Share on other sites

1 hour ago, AshleyAshes said:

Yes, that's exactly what it does.  It takes multiple drives and pools them into a single virtual drive.  On the file level however, each drive is still just it's own NTFS drive,  You can rip them out and access their files with any other computer.  If one dies then you only lose the files on the dead drive.  DriveBender also lets you use drives of any size and use them fully/

However you may want to look into FlexRAID.  It's more expensive but it offers parity options.  Using only one drive for parity you can have an unlimited number of storage drives, again any size, and with a parity drive you can survive up to one disc failing.  It gives you SOME protection but it's a lot easier to manage than a highly complicated RAID, ZFS/ZPool or UnRAID solution.

Thanks for all the help, hopefully you can help a bit more, I tried Blender and it does exacly what I want expect for the fact it creates empty folders on Each drive Lets Say Moive folder will be on all 4 drives but the file is only on 1? which idk bothers me all these empty folders.

 

with FlexRaid which is nicer and doesn't create these random folders and just shows whats on each disk but will not let me remove driver letters and Pool the drives? unless theres something I am missing that allows you to add drives without having drive letters assigned to physical disks, which Blender does allow.

 

I know these are very nit picky things but really want it to be how I want it.

 

Hopefully you know of a way to sort out one or the other?

 

Thanks

Link to comment
https://linustechtips.com/topic/809200-4-drives-without-raid/#findComment-10163199
Share on other sites

Link to post
Share on other sites

3 minutes ago, TehJonny said:

Thanks for all the help, hopefully you can help a bit more, I tried Blender and it does exacly what I want expect for the fact it creates empty folders on Each drive Lets Say Moive folder will be on all 4 drives but the file is only on 1? which idk bothers me all these empty folders.

 

with FlexRaid which is nicer and doesn't create these random folders and just shows whats on each disk but will not let me remove driver letters and Pool the drives? unless theres something I am missing that allows you to add drives without having drive letters assigned to physical disks, which Blender does allow.

 

I know these are very nit picky things but really want it to be how I want it.

 

Hopefully you know of a way to sort out one or the other?

 

Thanks

I normally didn't touch the actual drives once they were behind the software unless I had to go in for servicing.  Like, for example, I had a drive KINDA die but I was able to pull it and copy out 90% of the data using other tools.

But yeah, DriveBender produces the entire folder structure on every drive.  And yeah, I think that FlexRAID needs every drive to have a mount.

 

Take your pick. :P

Link to comment
https://linustechtips.com/topic/809200-4-drives-without-raid/#findComment-10163216
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×