88 points
*

Finally, a hard drive with the capacity to install more than 2 AAA game titles at once.

permalink
report
reply
21 points

But can it handle AAAA games?

permalink
report
parent
reply
9 points

Yes cause they’re smaller

permalink
report
parent
reply
13 points

This is obviously just in preparation for future AAA game sizes

permalink
report
parent
reply
24 points

Awesome can’t wait til they’re cheap so I can replace my many hard drives with just one much larger one.

permalink
report
reply
32 points

Make sure you buy two of them so you’ve got a backup. I’m uncomfortable storing 16TB worth of data on one drive, no way am I putting 32TB of anything I give a shit about onto one drive.

permalink
report
parent
reply
-51 points

If you have 20TB of data to store, a single drive is safer than splitting it across multiple drives. Few point of failure in total.

permalink
report
parent
reply
8 points

If it’s split up sure, but I’m talking about a raid > 0 setup and/or having backup copies of your data onto drive #2

permalink
report
parent
reply
9 points

This single point of failure equals to putting all of your eggs in the same basket.

permalink
report
parent
reply
39 points
*

If you are storing your own data a single drive is asking to lose all your data.

3 2 1 for all your important data.

permalink
report
parent
reply
3 points

First, if you have more than one disk, you should be either getting redundancy through mirroring, or building arrays of several disks with redundant methods like RAID5 / RAID6 / ZFS zraid2.

Second, no single copy of data is safe, you must always have recent, tested backups.

permalink
report
parent
reply
27 points

You are not ready to be lecturing on this topic.

permalink
report
parent
reply
5 points

You can buy large second hand enterprise hard disks for relatively cheap. 20TB disks are like 250 bucks.

permalink
report
parent
reply
14 points

Wonder what the bit error rates are like at that density in practice.

permalink
report
reply
18 points

They’re actually 128TB drives, but everything has to be written four times.

permalink
report
parent
reply
0 points
*

TL:DR; Bigger drives reduces the risk of data loss overtime. Please backup your data. RAID is not a backup.

As drives get bigger and bigger, the emotionally risk you feel when you fill them up is real. However, that is not the best way to think about it. Drives will inevitably fail, and drives are easily replaced commodities, their failure should be expected, and handled appropriately. RAID is not a backup, and does not reduce your risk of drive failure. RAID creates a safer environment for your data when a drive fails. How you should think about RAID is as if you are replacing a failed drive in advance, not as a reduction of risk of the drive failing.

To illustrate my point, we have Y of data to store. I can either split the data across X number drives, or store it all on a single drive. Which is safer? A single drive is objectively safer, given the same failure rate. So we have two cases for this situation. In both cases, this imaginary drive fails 10% of the time. The exact amount doesn’t matter so long as they are reasonably close.

Case A: You have 1 drive holding all your data. There is a 1/10 chance it fails. Your risk is 10%.

Case B: You have X drives holding all your data. Each drive has a 1/10 chance of failing. so a 1−(9/10​)^X chance any of the drives fail. For all of X, your rate of failure is higher than 1/10. For two drives you have 19% chance of failure, three drives is 27%.

In all cases your rate of failure increases the more drives you add to hold your data. Please do not become confused by what RAID does for this illustration. RAID will not prevent drive failures. RAID allows you to, in essence, “pre-fail” a drive in advance. A drive will fail, and some RAID configurations(1,5,6) will replace the functionality of the failed drive until you can replace the “real” failed drive. RAID did not prevent your drive failure, it only moved the time the failure happened to be convenient for the user. A RAID1 array with a failed drive is still a failed drive that needs to be replaced, and still needs to be restored from backup/re-striped.

Let’s take the cases of no RAID vs RAID1.

Case A: You have 1 drive holding all your data. When the drives fails, you stop your work, and replace the drive immediately.

Case RAID1: You have 1 drive holding all your data. You continue working because you’ve been very busy. You replace the drive when you have some downtime a week later.

In Case A, you had lost productivity because the drive failed at an inconvenient time, in the RAID1 case you could schedule the drive replacement for a later date when you had some spare time, huge improvement in the user experience. But wait! I said in the case of RAID1 only one of the drives was holding my data, should I have said 2 drives were? Yes, in a literal sense the RAID1 holds a copy of the data in the second drive. However, RAID is not a backup, it is a system to schedule the time of drive failures. Your backup of the RAID array is what holds a real second copy of your data, not your mirrored drive, because RAID is not a backup. Your second drive was still present in Case A, it was just replaced after the failure occurred, rather than before the first one failed.

Be safe with your data. please make backups, and verify you can restore from them regularly. RAID is not a backup.

permalink
report
reply
1 point

How should I go about verifying or rehearsing data restoration when my main computer is fine and don’t have a spare to test with?

permalink
report
parent
reply
1 point

A simple way of doing it, is to just move some of the data somewhere else, and then restore that backup. If the contents are fine, then all is well, and if they aren’t, then you can delete the broken restore, and move the files back where they were. Depending on how you are doing backups, some system have built in “dry-run” style tests were they can test themselves, but you should still verify the contents every so often.

permalink
report
parent
reply
2 points

Restore file -> md5sum against original -> delete -> repeat with another file.

Script it up!

permalink
report
parent
reply
15 points

Bits of what you wrote are reasonable, but your premise is incorrect.

Consider a scenario with a degraded RAID 1 array comprised of two 1.6 TB disks capable of transferring data at a sustained rate of 6 Gbps: you should be able to recover from a single disk failure in just over half an hour.

Repeat the same scenario with 32 TB members, now we’re looking at a twelve hour recovery - twelve hours of intensive activity that could push either of your drives over the edge. Increasing data density actually increases the risk of data loss.

Finally, we say you shouldn’t think of RAID as a backup because the entire array could fail, not for the excruciatingly literal reasons you are attempting to convey. If you lose half of a two disk mirror set, you haven’t lost any data.

permalink
report
parent
reply
-7 points
*

Consider a scenario with a degraded RAID 1 array comprised of two 1.6 TB disks capable of transferring data at a sustained rate of 6 Gbps: you should be able to recover from a single disk failure in just over half an hour.

Repeat the same scenario with 32 TB members, now we’re looking at a twelve hour recovery - twelve hours of intensive activity that could push either of your drives over the edge. Increasing data density actually increases the risk of data loss.

The speed and method you use recover from data loss is not relevant to the discussion of how to handle drive failure. That varies wildly depending on your specific setup.

Finally, we say you shouldn’t think of RAID as a backup because the entire array could fail, not for the excruciatingly literal reasons you are attempting to convey. If you lose half of a two disk mirror set, you haven’t lost any data.

My premise is that reducing the number of drives reduces the risk of drive failure which could lead to data loss. RAID is not a backup, because it literally isn’t. If you have two drives in RAID1 you have 1 set of your data. If you have 4 drives in RAID6 you have 1 set of your data. In both examples you have a single very durable drive, but you do not have a backup. A backup prevents data loss, RAID does not.

Think of it this way. You have a single very large drive, and you explicitly only use 1/2 of it. The other 1/2 of the drive becomes broken and you cannot read or write to it. The first 1/2 work perfectly fine, and fits all your data. Would you consider this drive functional, or failed? A RAID degradation is a warning to the user that a portion of the single drive is broken, and needs to be repaired. A RAID block device should always be treated as a single physical drive, with varying levels of durability and warning signs depending upon its configuration. It can’t be a backup, because all its doing is delaying the eventual failure. Delaying a failure does not prevent the failure from happening, and does not help you when a failure occurs.

permalink
report
parent
reply
7 points

You can’t have a three drive RAID 6 array.

Please just stop.

permalink
report
parent
reply
3 points
*

You’re assuming that the failure rate for drives are all the same though. Aren’t the failure rates for new high capacity drives typically higher?

permalink
report
parent
reply
1 point

Yes their failure rates are usually a bit higher, but usually less than the increase in rate from using more than one disk instead. A bit of math can be done using Backblaze’s disk failure rate data to get a reasonable approximation of the overall risk of failure.

permalink
report
parent
reply
7 points

Your RAID may fail a disk, but you still have your data on another disk(s). It is not a backup since data is replicated and deletion , means deletion…but raid gives you breathing room to recover from disaster

permalink
report
parent
reply
-5 points

Exactly! RAID gives you the breathing room to react to the partial failure of the full RAID array disk. I appreciate your understanding.

permalink
report
parent
reply
0 points

RAID is a backup, obviously It doesn’t work if you store the backup on the computer that has the primary on it as well. Regardless of what solution you choose.

permalink
report
parent
reply
3 points

No, RAID can be used for backup like having two or three different RAID arrays at different locations. But RAID itself isn’t a backup. It’s as the name implies redundancy instead of backup.

permalink
report
parent
reply
20 points

Still not enough to hold all my porn.

permalink
report
reply
3 points

Holy shit how addicted are you?

permalink
report
parent
reply
11 points

Least addicted porn downloader.

permalink
report
parent
reply
7 points

Perhaps there are content provider. Shooting in RAW stakes of a lot of space.

permalink
report
parent
reply
5 points
Deleted by creator
permalink
report
parent
reply

PC Gaming

!pcgaming@lemmy.ca

Create post

For PC gaming news and discussion. PCGamingWiki

Rules:

  1. Be Respectful.
  2. No Spam or Porn.
  3. No Advertising.
  4. No Memes.
  5. No Tech Support.
  6. No questions about buying/building computers.
  7. No game suggestions, friend requests, surveys, or begging.
  8. No Let’s Plays, streams, highlight reels/montages, random videos or shorts.
  9. No off-topic posts/comments.
  10. Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)

Community stats

  • 5.3K

    Monthly active users

  • 4.2K

    Posts

  • 26K

    Comments