Welcome, Guest. Please login or register.

Author Topic: Harddrives  (Read 3323 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Harddrives
« on: May 08, 2003, 04:28:17 AM »
There is no low level format on IDE/ATA drives.

What those PC "Low Level Format" tools do, is to write the whole disk full of 0 or 1, starting from the first physical block and ending at the last physical block (on amiga terms, this will overwrite RDB, all partitioning information, all partitions and user data).

HDToolBox "Low Level Format" does not do this. It send a special SCSI command to the device, and this is always ignored or reported as an error by IDE/ATA drives.

IDE/ATA drives can be reinitialized though, as described above. If this "so called" low level formatting (which really is not low level formatting at all) is performed, it will take VERY long time. How long? Depends on the size of the HD and the speed of the IDE bus. To get rough idea, divide the total size of the HD (MB) with the speed of the interface (MB/sec), result is seconds. Depending on the tool (if it does verify), the time could double. Also allow some percentage of overhead.
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Harddrives
« Reply #1 on: May 09, 2003, 01:52:00 AM »
Quote
Not really, it depends on the IDE drive. When I LLF'd my partitions years ago

You can't low level format partitions. The low level format erases the whole disk. If it works, you will lose ALL partitions and the drive will appear uninitialized in HDToolBox.

Quote
After I've partitioned my drives I LLF them, so that I know they have been named properly (rarely HDToolbox gave me a partition that I couldn't format properly - this was after NOT LLF'ing the drive.

Again, you cannot low level format partitions.

Quote
I redid the partitions in HDToolbox and LLF'd the drive, everything was fine after that).

Again, if the low level format succeeds, you lose all partitions, so you didn't really LLF.

Quote
I don't LLF my drives anymore

...and you never did.


Perhaps you are mixing up normal format and LLF here?
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show all replies
    • http://www.iki.fi/sintonen/
Re: Harddrives
« Reply #2 on: May 09, 2003, 01:54:11 AM »
Quote
Not really, it depends on the IDE drive.

The early IDE drives indeed did accept this command, and the HD only ended up unusable. That is why it was disabled later.