Earlier quoted context omitted.
I agree. I think that the author may not have experienced these sorts of errors before. Yes, the average person may not care about experiencing a couple of bit flips per year and losing the odd pixel or block of a JPEG, but they will care if some cable somewhere or transfer or bad RAM chip or whatever else manages to destroy a significant amount of data before they notice it.
I had a significant data loss years ago. I was young and only had a deskop, so all my data was there. So I purchased a 300GB external usb drive to use for periodic backup. It was all manual copy/paste files across with no real schedule, but it was fine for the time and life was good. Over time my data grew and the 300GB drive wasn't large enough to store it all. For a while some of it wasnt backed up (I was young wit…
My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
181–190 of 314 posts
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#182>but for residential usage, it's totally reasonable to accept the risk. Polite disagree. Data integrity is the natural expectation humans have from computers, and thus we should stick to filesystems with data checksums such as ZFS, as well as ECC memory.
Make sure you have good continuous backups and perhaps RAID 1 on your file server (if you have one) to save efforts in case a disk fails and you are more than covered.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#183Regular reminder: RAID (and ZFS) don't replace backups. It's an availability solution to reduce downtime in event of disk failure. Many things can go wrong with your files and filesystem besides disk failure, eg user error, userspace software/script bugs, driver or FS or hardware bugs, ransomware, etc) The article mentions backups near the end saying eg "most of the data is not important" and the "most important" dat…
You shouldn’t ever do what I do if you really care about tour data.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#184>but for residential usage, it's totally reasonable to accept the risk. Polite disagree. Data integrity is the natural expectation humans have from computers, and thus we should stick to filesystems with data checksums such as ZFS, as well as ECC memory.
Most people don’t run ZFS on their laptop, desktop so let’s not pretend it’s such a huge deal.
>let’s not pretend it’s such a huge deal
Depends on the importance of you data right?
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#185I'm confused about optimizing 7 watts as important -- rough numbers, 7 watts is 61 kWh/y. If you assume US-average prices of $0.16/kWh that's about $10/year. edit: looks like for the netherlands (where he lives) this is more significant -- $0.50/kWh is the average price, so ~$32/year
My lowest is 85Kwh in an apartment a moth but that was because of perfect solar weather.
I average around 130 KWH a month now.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#186Really a non article as it feels like an edge case for usage. It's not on 24/7. No mention of I/O metrics or data stored. For all we know, OP is storing their photos and videos and never actually need to have 80% of the drives actually on and connected.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#187Earlier quoted context omitted.
How are the memory overheads of ZFS these days? In the old days, I remember balking at the extra memory required to run ZFS on the little ARM board I was using for a NAS.
That was always FUD more or less. ZFS uses RAM as its primary cache…like every other filesystem, so it if you have very little RAM for caching the performance will degrade…like every other filesystem.
Thank you thank you, exactly this! And additionally that cache is compressed. In the day's of 4GB machines ZFS was overkill but today...no problem.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#188Earlier quoted context omitted.
Just checked my scrub history, for 20TB on consumer hardware during the last two years it repaired twice around 2 and 4 blocks each time. So not much but at the same time with a special kind of luck might have been on an encrypted archive ^^.
That's all fine and good until that one random lone broken block stops you from opening that file you really need.
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#189What does one do with all this storage?
Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures
#190> It's possible to create the same amount of redundant storage space with only 6-8 hard drives with RAIDZ2 (RAID 6) redundancy. I've given up on striped RAID. Residential use requires easy expandability to keep costs down. Expanding an existing parity stripe RAID setup involves failing every drive and slowly replacing them one by one with bigger capacity drives while the whole array is in a degraded state and incurri…