Live data from Hacker News

My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures

louwrentius.com

311–314 of 314 posts

Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures

#311
post #309

Earlier quoted context omitted.

i do this on my synoligy using btrfs. i’m still not convinced SSD caching gives any benefit for a home user. 5 spindle drives can already read and write faster than line rate on the NIC (1gbe) so what is the point of adding another failure point?

> 5 spindle drives can already read and write faster than line rate on the NIC (1gbe) so what is the point of adding another failure point? SSDs are more about latency than throughput. (And who wants to deal with five spindle drives in a desktop computer?) In any case, in my case I had the SSD first and bought the HDD to expand my storage capacity. I don't know whether your use case cares about latency, or about the…

You manage 5 discs in a device because you care about data protection, being safer than a single disc.

Yes SSDs in theory are faster but you are only as fast as your slowest link, which is the spindle drive. so that cache is a buffer only for frequently read data. in home environments they’re next to useless. in enterprises they’re certainly useful.

Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures

#312
post #309

Earlier quoted context omitted.

> 5 spindle drives can already read and write faster than line rate on the NIC (1gbe) so what is the point of adding another failure point? SSDs are more about latency than throughput. (And who wants to deal with five spindle drives in a desktop computer?) In any case, in my case I had the SSD first and bought the HDD to expand my storage capacity. I don't know whether your use case cares about latency, or about the…

You manage 5 discs in a device because you care about data protection, being safer than a single disc. Yes SSDs in theory are faster but you are only as fast as your slowest link, which is the spindle drive. so that cache is a buffer only for frequently read data. in home environments they’re next to useless. in enterprises they’re certainly useful.

> Yes SSDs in theory are faster but you are only as fast as your slowest link, which is the spindle drive. so that cache is a buffer only for frequently read data. in home environments they’re next to useless.

If you check the numbers I gave above, I have 2 TiB SSD and 8 TiB hard disk. My 'frequently read data' is basically all the data I care about accessing. The other 8 TiB is mostly for eg steam games I installed and forgot about or for additional backups of some data from cloud services, like Google Photos. These are mostly write-once-read-never.

And eg if I happen to access a steam game that's currently on the HDD, it will quickly migrate to the SSD.

My 'working set' of data is certainly smaller than 2 TiB.

Five disks are safer than a single disk (if you store things multiple times or with erasure coding), but if you stick all five disks in a single device, the safety gains are rather more limited.

Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures

#313
post #312

Earlier quoted context omitted.

You manage 5 discs in a device because you care about data protection, being safer than a single disc. Yes SSDs in theory are faster but you are only as fast as your slowest link, which is the spindle drive. so that cache is a buffer only for frequently read data. in home environments they’re next to useless. in enterprises they’re certainly useful.

> Yes SSDs in theory are faster but you are only as fast as your slowest link, which is the spindle drive. so that cache is a buffer only for frequently read data. in home environments they’re next to useless. If you check the numbers I gave above, I have 2 TiB SSD and 8 TiB hard disk. My 'frequently read data' is basically all the data I care about accessing. The other 8 TiB is mostly for eg steam games I installed…

yea so again the single spindle drive is slowing it down. the spindle drive doesn’t get faster because it has an SSD, if you read something from the spindle it will read at the same speed the spindle is rated at. after it’s loaded into the SSD then it’s faster. but only then

> Five disks are safer than a single disk (if you store things multiple times or with erasure coding), but if you stick all five disks in a single device, the safety gains are rather more limited.

There are devices called storage servers or NAS. this idea of not putting more than one spindle in a machine is foreign to me.

Re: My 71 TiB ZFS NAS After 10 Years and Zero Drive Failures

#314

After 20 years using ext3 and ext4 I only lost data when ffing around with parted and did.

There's an infinite amount of ways you can lose data. Here's one of my recent stories: https://www.rollc.at/posts/2022-05-02-disaster-recovery/ Just among my "personal" stuff, over the last 12 years I've completely lost 4 hard drives due to age/physical failure. ZFS made it a no-deal twice, and aided with recovery once (once I've dd'd what was left of one drive, zvol snapshots made "risky" experimentation cheap&easy)…

Thanks for the link.

I just realised I wrote down "did" instead "dd" :D

I used photorec and other utilities with others disks, also FAT.

Post reply on HN