Welcome, Guest. Please login or register.

Author Topic: Software recommendation for checking for bad sectors  (Read 2114 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Software recommendation for checking for bad sectors
« on: April 27, 2006, 12:54:31 PM »
Use ScanDisk to do a thorough scan and it will check the disk surface for bad sectors, and mark any that it finds.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Software recommendation for checking for bad sectors
« Reply #1 on: April 27, 2006, 01:54:16 PM »
Scandisk should tell you at the end if it has found any errors. If it doesn't report anything, then it finds no errors.

I don't know why you would need to see the location of the bad blocks. They are marked in a table on the disk, so the disk itself will ensure that the blocks are not written to.

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10
 

Offline motorollin

  • Hero Member
  • *****
  • Join Date: Nov 2005
  • Posts: 8669
    • Show all replies
Re: Software recommendation for checking for bad sectors
« Reply #2 on: April 27, 2006, 02:14:14 PM »
Just make sure the option to automatically fix errors is DISABLED, otherwise it might fix things without telling you. If that option is disabled, it will warn you if it finds any bad sectors (and I think it actually tells you which sector it is too, so you could mark it in HDToolBox if you want to use it on your Amiga).

--
moto
Code: [Select]
10  IT\'S THE FINAL COUNTDOWN
20  FOR C = 1 TO 2
30     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NAAAA
40     DA-NA-NAAAA-NAAAA DA-NA-NA-NA-NA-NA-NAAAAA
50  NEXT C
60  NA-NA-NAAAA
70  NA-NA NA-NA-NA-NA-NAAAA NAAA-NAAAAAAAAAAA
80  GOTO 10