topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday April 23, 2024, 3:18 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Last post Author Topic: Is "Quick Format" safe?  (Read 17879 times)

40hz

  • Supporting Member
  • Joined in 2007
  • **
  • Posts: 11,858
    • View Profile
    • Donate to Member
Re: Is "Quick Format" safe?
« Reply #25 on: November 16, 2010, 10:32 PM »
This is somewhat of a shock to me - first, because this means a format doesn't wipe your data. Second, because new bad sectors might not be discovered merely from a read, and sector reallocation only kicks in on a write. Eek.

Thanks for making me look into this, Joker - I'll be sure to do an explicit single-pass wipe instead of format from now on.

You could always try a Low Level Format, it worked on my 1TB Samsung - took a very long time, probably the same amount as doing a single-pass wipe.

FWIW, AFAIK all modern "low level format" utilities actually perform a "zero-fill erase" or "single-pass wipe" operation - so it's all just different ways of saying the same* thing.  ;D

--------------

* I personally prefer the phrase: "hit it on the head."  A fellow tech has coined the term skooge , which I also like. ("Better skooge that puppy first if you're gonna reuse it!") :mrgreen:

« Last Edit: November 16, 2010, 10:45 PM by 40hz »

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,643
    • View Profile
    • Donate to Member
Re: Is "Quick Format" safe?
« Reply #26 on: November 17, 2010, 01:35 AM »
FWIW, AFAIK all modern "low level format" utilities actually perform a "zero-fill erase" or "single-pass wipe" operation - so it's all just different ways of saying the same* thing.  ;D

But I believe that a LLF also initiates a bad block scan, something a single-pass wipe won't.



Edit: Remove f0dder reference because of my misinterpretation.
« Last Edit: November 17, 2010, 01:41 AM by 4wd »

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Is "Quick Format" safe?
« Reply #27 on: November 17, 2010, 01:43 AM »
This is somewhat of a shock to me - first, because this means a format doesn't wipe your data. Second, because new bad sectors might not be discovered merely from a read, and sector reallocation only kicks in on a write. Eek.

Thanks for making me look into this, Joker - I'll be sure to do an explicit single-pass wipe instead of format from now on.
You could always try a Low Level Format, it worked on my 1TB Samsung - took a very long time, probably the same amount as doing a single-pass wipe.
There's no such thing as end-user "low level format" and there hasn't been for years and years - all this does is to fill the drive with zero sectors:
While it is impossible to perform an LLF on most modern hard drives (since the mid-1990s) outside the factory, the term "low-level format" is still being used (erroneously) for what should be called the reinitialization of a hard drive to its factory configuration (and even these terms may be misunderstood). Reinitialization should include identifying (and sparing out if possible) any sectors which cannot be written to and read back from the drive, correctly. The term has, however, been used by some to refer to only a portion of that process, in which every sector of the drive is written to; usually by writing a zero byte to every addressable location on the disk, sometimes called zero-filling.
- carpe noctem

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,643
    • View Profile
    • Donate to Member
Re: Is "Quick Format" safe?
« Reply #28 on: November 17, 2010, 01:47 AM »
So my terminology is wrong - so sue me :P

But I believe that a LLF also initiates a bad block scan, something a single-pass wipe won't.

And I probably should of put it this way:

But I believe that a Reinitialisation, (what I termed LLF), also initiates a bad block scan, something a single-pass wipe might not, (depending on the software you use).
« Last Edit: November 17, 2010, 01:52 AM by 4wd »

f0dder

  • Charter Honorary Member
  • Joined in 2005
  • ***
  • Posts: 9,153
  • [Well, THAT escalated quickly!]
    • View Profile
    • f0dder's place
    • Read more about this member.
    • Donate to Member
Re: Is "Quick Format" safe?
« Reply #29 on: November 17, 2010, 01:51 AM »
So my terminology is wrong - so sue me :P
Even HDD manufacturers use the term (erroneously) in their HDD tools, so it's easy to see why people get confused :)
- carpe noctem

4wd

  • Supporting Member
  • Joined in 2006
  • **
  • Posts: 5,643
    • View Profile
    • Donate to Member
Re: Is "Quick Format" safe?
« Reply #30 on: November 17, 2010, 01:54 AM »
Still, when you compare it to what it used to do on some early ATA drives, (render them useless or do nothing), it could be called an improvement. :)