Jump to content

nas mismatched drives

Atomicnerd64

I want a nas but I have many mismatched drives. is there an os that I can install on my computer that will work with that or should I just buy more of one kind of drives?

I am a member of the PCMasterRace. I am terribly sad to announce that I own a PeasantStation 3 Super Slim. it's in a drawer away from my glorious PC.
F@H stats:http://fah-web.stanford.edu/cgi-bin/main.py?qtype=userpage&username=AngelKoura

Link to comment
Share on other sites

Link to post
Share on other sites

16 minutes ago, Atomicnerd64 said:

I want a nas but I have many mismatched drives. is there an os that I can install on my computer that will work with that or should I just buy more of one kind of drives?


Mismatched drives will work just fine in a standard installation.

Link to comment
Share on other sites

Link to post
Share on other sites

17 minutes ago, Atomicnerd64 said:

I want a nas but I have many mismatched drives. is there an os that I can install on my computer that will work with that or should I just buy more of one kind of drives?

freenas might be able to do something

6600K - ASUS Z270i Gaming ITX - 8GB Corsair  Vengence LPX DDR4 2400MHZ - EVGA 1070SC - 120GB HyperX Savage SSD - CX430 PSU:|

PSU tier list- 

 

Link to comment
Share on other sites

Link to post
Share on other sites

If they're the same size but mismatched brands, it's not really a big deal. If they're mismatched sizes, then you'll want to pool them together. For Windows there's Storage Spaces (built in to windows, needs to be enabled) and FlexRAID (paid for). For Linux there's unRaid (price varies on number of drives).

 

FreeNAS you'd have to create a dev for each drive individually then put them into a volume. However if any single drive dies, it takes out the entire volume. I would not recommend this. If you put them into any sort of raid array, each drive will scale down to the size of your smallest drive and slowest. So say you have 4 8tb 7200rpm drives and 1 1tb 5400rpm drive, it would mean once you raid them you'd only have 5 1tb 5400rpm drives.

Link to comment
Share on other sites

Link to post
Share on other sites

Actually mismatching the drive vendor is a common technique against protecting against one particular batch of drives failing after a certain amount of time.

I'd recommend you to search for pairs with the same or similar capacity, using them as a mirrored vdev in ZFS (FreeNAS or stock FreeBSD), and stripe them together for a RAID10, which resilvers faster if one drive fails, since you only have to rebuild one mirror, and also has more IOPs then a zRAID5.

Also, when you decide that you wan't to grow it, you just add more mirrored vdevs.

And if you wan't to grow a vdev, you just offline one drive, add a larger one, and use zpool online -e to grow the vdev to the common size of both disks in the vdev.

Link to comment
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

×