Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How long should it take to zero an 80GB drive? More than 25 min?
#11
combo updater didn't go and then it wouldn't boot. maybe zeroing the drive would make it work but i don't have the time to waste on it
Reply
#12
> writing to sectors should, in thoery, map out bad sectors. i think the "write zeros" option
> does something more intensive to get rid of the intermitent blocks.

Writing zeros does nothing more than write zeros.

It's not like a low-level format a la SCSI at all.

It doesn't map out bad sectors, but it *might* overwrite a region that the OS had trouble writing to before, it *might* get rid of some corrupt data in the boot block and additionally, it makes it a trifle harder for a data recovery tool to snag your deleted data.

http://docs.info.apple.com/article.html?artnum=107437
Reply
#13
Writing zeros does not directly map out bad sectors. But if a write operation fails to a sector, the drive controller will remap it to a spare.
Reply
#14
so the ultimate end result is essentially the same?
Reply
#15
>>Writing zeros does nothing more than write zeros.

Then why the hell does it take so long??
Reply
#16
Basically, yes. Indirectly it will get some (most?) bad sectors remapped.
Reply
#17
> so the ultimate end result is essentially the same?

No.

With old fashioned SCSI drives a user can map out an almost unlimited number of bad sectors via low level format.

IDE drives don't permit that. Instead, they have a limited number of bad sectors that they can map out beyond which the drive may become unusable and for most drives, those sectors that have errors will already have been mapped out before zeroing.

But if zeroing forces the drive to map out bad sectors then zeroing an IDE drive can end up exceeding the capacity of the drive's limited number of remapped sectors, which basically means that the drive is toast.

Of course, if you've got a lot of bad sectors cropping up anyway then you're an idiot for zeroing it rather than replacing it.

More info:
http://www2.uic.edu/~aciani1/sector_blues.html#3.2
Reply
#18
> > Writing zeros does nothing more than write zeros.
>
> Then why the hell does it take so long??

Come back and ask that question again after you've transferred 80GB to that drive and compared times.
Reply
#19
>>Come back and ask that question again after you've transferred 80GB to that drive and compared times.

Careful, I may just do that.
Reply
#20
Shouldn't be at all surprised. Single pass on a 400GB drive is 3 hours.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)