Live data from Hacker News

I turned my old desktop into 2.5TB NAS Linux server with a few hard drives

medium.com

1–4 of 4 posts

Re: I turned my old desktop into 2.5TB NAS Linux server with a few hard drives

#2
If I'm reading this correctly, there is no redundancy... so if a drive shits the bed, you've lost data... I know having a mix of drive sizes is a pain, but if you have at least multiples of 2 of each size, having a bunch of mirrors and then stripe across would be better. You do lose space, but you gain redundancy. In theory, say 6 drives, 3 different sizes, using zfs. 1 pool full of three mirrors. 500gb, 750gb and 1tb pairs would give you at least some redundancy. But this is just me thinking out loud...

Re: I turned my old desktop into 2.5TB NAS Linux server with a few hard drives

#4
post #2

If I'm reading this correctly, there is no redundancy... so if a drive shits the bed, you've lost data... I know having a mix of drive sizes is a pain, but if you have at least multiples of 2 of each size, having a bunch of mirrors and then stripe across would be better. You do lose space, but you gain redundancy. In theory, say 6 drives, 3 different sizes, using zfs. 1 pool full of three mirrors. 500gb, 750gb and 1t…

yeah I was thinking about doing it in RAID, but then I thought: I am gonna be using this NAS just for a redundant backups from my external hard drive and laptop, so I won't really lose anything if it shits the bed :D