Home page Project on oscilloscope Hardware troubleshooting Tips, designing etc. Send your feedback Mail me at "b_joshi19@yahoo.com" About myself

Hard Disk Drive

The computer stores information that is permanent, on the Hard Disk platter. The Hard Disk is sealed in the Hard Disk Drive. The disc is made from aluminium with coating of magnetic material such as ferric oxide or chromium oxide. The Hard Disk Drive is very sensitive to shock and electrostatic discharge.

General

Data is stored on the surface of a platter in sectors and tracks. Tracks are concentric circles, and sectors are pie-shaped wedges on a track with magnetic marking and an ID number, Sectors have a sector header and an error correction code (ECC). In modern drives, sectors are numbered sequentially. A sector contains a fixed number of bytes -for example, 256 or 512. Either at the drive or the operating system level, sectors are often grouped together into clusters.

The process of low-level formatting a drive establishes the tracks and sectors on the platter. The starting and ending points of each sector are written onto the platter. This process prepares the drive to hold blocks of bytes. High-level formatting then writes the file-storage structures, like the file-allocation table, into the sectors. This process prepares the drive to hold files.

top

Cylinder

A group of tracks with the same radius is called a cylinder.

Data addressing

There are to methods for Drive's data addressing: CHS (cylinder-head-sector) and LBA (logical block address). CHS is used on most IDE drives, while LBA is used on SCSI and Enhanced IDE (EIDE) drives.

Cluster

In a computer system, a cluster is a group of servers and other resources that act like a single system and enable high availability and, in some cases, load balancing and parallel processing. In personal computer storage technology, a cluster is the logical unit of file storage on a hard disk; it's managed by the computer's operating system. Any file stored on a hard disk takes up one or more clusters of storage. A file's clusters can be scattered among different locations on the hard disk.

Installation

top

Partitioning and formatting the Drive.

There are two types of formatting: High Level and Low Level.

High Level Formatting

It is a formatting method that initializes portions of the hard disk and creates the file system structures on the disk, such as the master boot record and the file allocation tables. High-level formatting prepares drive partitions for the operating system by creating a root directory, from which all other subdirectories could be created, and creating a File Allocation Table (FAT), which keeps track of all information on the disks and all the relationships between different pieces of information.

Low Level Formatting

It is a formatting method that creates the tracks and sectors on a hard disk. Low-level formatting creates the physical format that dictates where data is stored on the disk. At this stage, the drive is being physically divided into tracks and sectors. Low-level formatting stays unchanged for the entire life of the drive unless the drive is re-formatted. A low-level format is also called a physical format.

The following is the steps for formatting the Hard Disk.

These steps will create partition on the Hard Disk and format it, but it takes some time. Formatting can also be done from windows by selecting the drive and selecting the 'format' command from file menu. There are many tools available that reduce the partitioning and formatting time.

top

Troubleshooting

Mostly there are only software level problems occur with the hard disk such as hard disk is not detected by the computer. This problem can be removed using the following procuder.

A message appears 'system boot failure, press any key when ready'.

If there are some bad sectors on the hard disk, use the scan disk tool of windows to lock the bad sectors area.

Hosted by www.Geocities.ws

1