Free Disk Management Programs

Disktective
Freeware disk reporting tool for Windows. It allows you to find out the size, distribution and structure of used disk space.A folder/directory may contain hundreds of subdirectories each containing thousands of files. Select any folder or disk and Disktective will create a report displaying the real sizes of all directories and all containing subdirectories.

FAT32 Formatter
Although the Fat32 file system supports volumes of up to 2TB (= 2000 Gigabytes), Windows only allows formatting FAT32 partitions when they are 32 gigabytes or smaller.This freeware and open-source “FAT32 Formatter” utility solves this problem by enabling you to format FAT32 drives and partitions of up to 2 TB.

FMT
Free format tools for floppies: 360kb, 720kb, 1.2mb, 1.44mb, 1.68mb & 1.72mb

IDE/ATA diagnostics utilities
Utilities for low level surface scans, detecting drive options, diagnosing IDE drives, detecting associations between physical and logical drives.

mkdosfs
A port of the Linux mkdosfs command line tool to Windows. It allows you to format FAT32 partitions also when they are larger than 32GB (Windows can only format FAT32 up to 32 Gb).

Partition Logic
A free hard disk partitioning program which can create, delete, format, defragment, resize, and move partitions and modify their attributes. It can also copy entire hard disks from one to another.

Ranish PartitionManager
Freeware. Ranish Partition Manager is a boot manager and hard disk partitioner. It gives users high level of control for running multiple operating systems, such as Windows 98/NT/XP, Linux, FreeDOS, and FreeBSD on a single disk.

Read More

Disk Imaging Problems

Disk imaging is not a trivial task. Degraded drives and drives whose physical defects have been repaired often yield a high read error rate, or read instability. Read instability means that multiple readings of the same data tend to yield different results each time. Read instability differs from cases where data originally written in error is read consistently each time, or where a physical scratch makes an entire part of the disk unreadable no matter how many read attempts are made.

What Causes Read Instability?

Repaired drives may have high read instability for a number of reasons. Donor parts, while nominally identical to the original failed parts, differ slightly due to tolerances in the manufacturing process. The majority of modern hard disk drives are individually tested at the factory and have optimized adaptive parameters burned into the read-only memory. If one or more parts are later replaced, the adaptive parameters are no longer optimized to the new configuration. Because modern drives are fine-tuned to obtain maximum performance and capacity, even small deviations from optimum can introduce a high rate of read errors.

In drives that have not been repaired, physical degradation due to normal use also means that adaptive parameters are no longer optimum, thus leading to read instability. For example, wear in the actuator bearings causes slight deviations in the distance the arm moves across the platter. As a result, the current that was once required to move the actuator to a certain track is no longer sufficient to move the arm precisely. Read errors can also be caused by dust infiltration into the disk drive over the course of its life, which may make the read process electronically noisy.

The important point is that failed drives tend to have read instability no matter what the reason for failure.

For the purposes of imaging a disk, read instability is not a major obstacle in principle, since each sector can be read several times and statistical methods can be applied to obtain the most likely correct value for each byte. However, because of the way that the basic input/output system (BIOS), operating system (OS), and drive firmware behave, it is impossible to obtain data during drive read instability without specialized hardware and software.

Why System Software Can’t Handle Read Instability

System software consists of a computer’s BIOS and OS. The primary reason that computers can’t handle read instability without specialized tools is that the system software reads each disk sector presuming that the sector is not corrupted—that is, that the data is read-stable. A sector on a disk typically consists of a header, 512 bytes of data, and error correction code (ECC) bytes (Figure 1). Other bytes are present to facilitate read/write synchronization.

For simplicity, the ECC bytes can be thought of as a checksum to validate data integrity. Most current hard disk drives are Advanced Technology Attachment (ATA) compliant devices. The system software reads the drive sector-by-sector, using the standard ATA read sector command. If a sector has a wrong ECC checksum, it returns no data, just an error, despite the fact that most of the bytes in the sector are likely correct and all are actually readable, even if some of the data is corrupt. The system software is unable to access data byte-by-byte, using other ATA read commands that read data regardless of ECC status.

 Example of Sector Format.

The system software reads drives in this way because the mandate of computer architecture is to create a reliable, stable machine that runs at the highest possible speed. The system software cannot allow errors to be propagated from the hard drive to the computer’s random access memory (RAM). These errors might be part of an executable file that would then cause the computer to stop responding. Thus, system software has a low tolerance for read instability and assumes that the drive is working correctly without delving into drive errors except to flag whole sectors as bad and to avoid reading them.

Also, in many cases the system software is unable to handle drive errors, a situation that may cause the system to stop responding.

Using the system software to read a drive is also time-consuming and involves intense drive processing, leading to further wear. This wear increases the likelihood of further disk degradation during the imaging process. See “Processing All Bytes in Sectors with Errors ” for more information on how disk imaging is by its nature very demanding on the drive, involving multiple reads on the entire disk and modifying its firmware data. Since progressive disk degradation is common (that is, read instability increases with use), it is desirable to reduce the
demands on the drive.

Thus, even a relatively low level of read instability, which is common for drives in recovery, can lead to the computer not being able to read the drive at all, despite the fact that the drive is still readable by other means.

Read More

Why is Drive Translation necessary?

image DOS and DOS based programs like Windows 3.x and Windows 95 cannot access drives over 1024 cylinders on their own, but require third party assistance to use large hard drives. SCSI drives handle this with drivers built in to the SCSI controller, so we will limit this discussion to ATA hard drives. There are several methods used to overcome the cylinder limitation, and all of them involve translation.

A translation scheme converts information from one form to another and back again. Think of it like this: If you go to a foreign country to conduct business and you don’t speak the language, you need a translator. The translator’s job is to convert information from one party into a language the other party can understand and vice versa. Without the services of a translator, the two parties have a limited exchange of information. A smile, a nod, and a mispronounced and grammatically incorrect “How are you?” is about all that is possible.

The types of translation support are as follows:

1. An ATA (IDE) host adapter with a BIOS that provides large drive support.

2. Third party software like EZ-Drive® and DiscWizard Starter Edition.

3. A motherboard BIOS that provides large drive support. Some of the terminology is as follows:

  • Logical Block Addressing (LBA)
  • Large
  • Extended Cylinder, Head, Sector (E-CHS)
  • Sector Translation
  • Sector or Track Mapping

These support features are the “language” translators that allow your operating system and hardware to speak two different “languages” and still interact successfully with one another.

All of the BIOS options, once installed, are transparent to the user. EZ-Drive and DiscWizard Starter Edition are not. In addition, there is one issue that both share — special procedures are needed to boot to a diskette when installing new software.

Dynamic Drive Overlay software like EZ-Drive and DiscWizard Starter Edition use similar techniques, at first glance, to overcome the 1024 cylinder limitation. Both programs load proprietary translation information on the boot hard drive that identifies which drive is using the program and gives the operating system access to the area of the drive over 1024 cylinders. Without this proprietary translation code loaded, the drive using EZ-Drive or DiscWizard Starter Edition is unrecognizable to the operating system. If the hard drive is using translating software, and you try to boot with an unmodified diskette in the floppy drive, the translating software does not get a chance to load, thereby rendering the hard drive unreadable. This is generally only a problem if the diskette is infected with a virus. Simply remove the diskette and reboot. The hard drive should boot normally.

Read More