I read an article comparing various "for-free" NAS solutions, and FreeNAS came out quite well if you are willing to spend the time researching/configuring it. I want to make a home NAS, and is FreeNAS for me?
I have existing 500GB, 750GB, and 1TB hard drives (1 of each) on which I have my photos, some home videos, and other stuff that I would like to preserve; a RAIDed NAS solution seemed better than simply keeping 3 copies. My main concern is data integrity over availability or performance, but I don't have thousands of dollars for a high-end storage server.
My first idea for a solution was to buy a 1.5TB drive and a 2TB drive and put them all into a 5-disk software RAID6 on a Linux box. This would allow me to grow the (ext4) partition as I eventually replace the 500GB drive with a 3TB, the 750GB with a 4TB etc. Unfortunately, this solution would not protect the data from silent corruption, so that is why I started looking at something ZFS-ish.
I know that I can't change the number of disks (columns) to RAIDZ/RAIDZ2, but can I use non-identical drives? Just like I could iteratively swap out 1TB drives for 2TB drives, can I swap out the smallest drive for a larger one "growing" the file-system? These seem to be my two main concerns before jumping onto FreeNAS.
I have existing 500GB, 750GB, and 1TB hard drives (1 of each) on which I have my photos, some home videos, and other stuff that I would like to preserve; a RAIDed NAS solution seemed better than simply keeping 3 copies. My main concern is data integrity over availability or performance, but I don't have thousands of dollars for a high-end storage server.
My first idea for a solution was to buy a 1.5TB drive and a 2TB drive and put them all into a 5-disk software RAID6 on a Linux box. This would allow me to grow the (ext4) partition as I eventually replace the 500GB drive with a 3TB, the 750GB with a 4TB etc. Unfortunately, this solution would not protect the data from silent corruption, so that is why I started looking at something ZFS-ish.
I know that I can't change the number of disks (columns) to RAIDZ/RAIDZ2, but can I use non-identical drives? Just like I could iteratively swap out 1TB drives for 2TB drives, can I swap out the smallest drive for a larger one "growing" the file-system? These seem to be my two main concerns before jumping onto FreeNAS.