0

How many times could i run something like

dd if=/dev/urandom/ of=/dev/sda 

before the hdd starts to suffer? I thought in a modern hard drive the head doesn't touch the platter, but i am still not sure. Could this be run like a million times. I mean, is there some upper limit? Thanks.

Daniel Gratz
  • 235
  • 1
  • 2
  • 4

1 Answers1

1

Could this be run like a million times

Yep, you can write to the same sector billions of times on modern magnetic disks, more so on enterprise-class disks than on consumer ones but yeah, SO many times that you'd get bored waiting for it to fail. This cannot be said for SSDs however, even on the newest and most expensive ones.

Chopper3
  • 101,299
  • 9
  • 108
  • 239
  • You're opening yourself up with "magnetic discs" there. After all, the source of much of the distorted information on this subject is in part the characteristics of _floppy_ magnetic disc media. M. O'Connor will be edified to hear that I've worn out track 0 of the odd _floppy_ disc in my time. (-: – JdeBP Jun 29 '11 at 16:51
  • 1
    @JdeBP I don't think "*modern* magnetic disks" fits the description of a floppy very well. – vcsjones Jun 29 '11 at 17:04