A. The first floppy disk was an 8-inch floppy developed by IBM in 1972.
B. The 5.25-inch disk (160 KB and 1.2 MB), introduced with the PC in 1981, is now obsolete.
C. The 3.5-inch disk is the current technology.
1. 1.44-MB capacity is the current standard; data is stored on both sides of the magnetic disk, using high density.
2. The 2.88-MB disk is not commonly used in today’s PC’s.
D. Both disk drives use a 34-lead ribbon cable but use different power plugs and voltages.
E. The 5.25-inch drive uses a Molex connector for power.
F. The 3.5-inch drive uses a mini connector.
G. After you install a new floppy disk drive in an older computer, you might have to use the basic input/output system (BIOS) to adjust the proper settings for type and position.
|3| 2. Keeping a Floppy Disk Drive Running
Floppy disk drives are usually rugged but are susceptible to failure because their internal components are exposed to environmental conditions and foreign objects.
Schedule monthly cleanings for best performance.
If a floppy disk drive doesn’t work, check the floppy disk first.
1. Ensure that the floppy disk is not write protected. If two or more disks are unreadable, the floppy disk drive might be bad.
2. Data errors caused by a defective floppy disk usually result in an “Abort, Retry, Fail” error message.
D. Check complementary metal-oxide semiconductor (CMOS) settings for problems that might cause the following errors:
1. General failure reading drive A (or B)
2. Not ready error reading drive A (or B)
3. Insert disk for A (or B) and press any key when ready
E. Check or change the floppy disk drive cable.
F. Change the floppy disk drive controller.
1. If an on-board controller fails, disable it and add an expansion card.
Replacing the motherboard is less expensive than repairing the floppy disk drive.
G. Replace the floppy disk drive as needed and discard the malfunctioning drive.
Chapter 9, Lesson 2
Hard Disk Drives
|4| 1. Physical Characteristics
A. The first form of PC mass storage was magnetic tape (cassette tape).
2. Has a blue connector on one end and a black connector on the other
|11| 8. Setting the System CMOS for the Hard Drive
A. Geometry values must be entered correctly in the CMOS.
B. Earlier CMOS versions allowed two drives, and later versions allow up to four drives.
Other devices besides hard disk drives can be added but must be configured correctly (CD-ROM, CD-R, tape).
1. An important consideration is whether the customer plans to upgrade the system in the future.
2. Only hard disk drives should be placed on the primary IDE channel, if possible.
3. A CD-ROM (or tape drive) can be configured as the master (primary) on the second channel (or the slave on either channel).
|12| D. There are over 45 preset types for CHS values.
1. The user type allows for manual entry of the values.
E. Most CMOS chips have an IDE autodetection setting.
F. If the wrong information is entered into the CMOS system, it might not recognize the entire drive.
G. Determining the geometry of a hard disk drive
1. Check the label.
2. Check the hard disk drive documentation.
3. Contact the manufacturer.
H. The hard disk drive must be assigned a drive name or letter.
1. The MS-DOS and Windows drive 0 is C, and 1 is D.
2. Drive letters may change when you add more drives.
3. The only fixed drive letters are A, B, and C.
|13| 9. Low-Level Formatting
Has three simultaneous functions:
1. Creates and organizes the sectors
2. Sets the proper interleave
3. Establishes the boot sector
B. Low-level formatting is not required on IDE and Ultra DMA drives. SCSI drives are low-level formatted using a built-in utility.
C. IDE drives use a special type of low-level formatting called embedded servo.
1. Is done by the manufacturer
2. Can also be done with a special utility provided by the manufacturer
|14| 10. Preparing the New Drive
A. Create a bootable disk with the following:
1. Use FORMAT A: /S to copy system files to the disk.
2. Copy FORMAT.COM (or FORMAT.EXE) and FDISK.COM.
B. Create a Windows 98 startup disk by going to Add/Remove Programs in Control Panel.
C. Use the bootable disk to partition and format the new drive.
|15| 11. Partitioning
A. Partitions
1. Divide the disk into several drive letters to organize data
2. Allow more than one OS to be accommodated
B. The primary partition stores the boot information for the OS.
C. The extended partition
1. Is for a hard disk drive (or part of a hard disk drive) that does not have an OS
2. May contain logical partitions within it
D. Use fdisk to partition a newly installed hard disk after the CMOS has been properly configured.
Disk drives larger than 4 GB might be limited on older systems.
1. Disk access is limited to the largest size recognized by that system.
F. The active partition and the primary partition are not necessarily the same thing.
1. The primary partition stores boot information for the computer.
2. The active partition contains the OS files.
3. The boot partition on advanced OSs contains a boot manager that
a. Marks the selected OS as active
b. Starts the OS located in that partition
|16| 12. High-Level Formatting
A. FORMAT.COM
1. Creates and configures the FATs
2. Creates the root directory
B. FAT
1. The base storage unit of a drive is a sector (512 bytes maximum).
2. The FAT is an index that tracks which part of a file is stored on which sector.
3. Each partition or floppy disk drive has two FATs stored near the beginning of the partition: FAT#1 and FAT#2.
4. The index has the address to the first part of a file.
5. If a file is stored over several sectors, each subsequent piece contains information linking it to the next. The last piece is marked with an end-of-file code.