Koozali.org: home of the SME Server

bad tracks on disks

Offline axessit

  • *****
  • 213
  • +0/-0
bad tracks on disks
« on: November 09, 2009, 10:10:40 PM »
I have an old disk lying about pulled from a machine giving errors. I recall from SCO unix days when installing the OS you can scan the disk for bad tracks and it will flag the bad tracks so you can use the disk (OK, so I hear all the "why would you risk a bad disk", but I only want to play with the disk in setting up a quick'n'dirty test box and don't want to buy a new disk). Is there a way to implement this in the SME install process, or does it do it autmatically. Dare I say it, I know that's what a full format in WinXP install does (as opposed to the quick format option) ?

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: bad tracks on disks
« Reply #1 on: November 09, 2009, 10:58:19 PM »
I think it can't be included into SME's setup routines, but you can:
- plug that dick into a pc
- start with a live distro
- read mkfs.ext3 manpage (hint -c flag)

then you can use (at your risk) that disk

HTH