Lab
6-4 Installing a Second Hard Drive
Objective
You must format a hard drive to
install a file system. In this lab exercise you will learn how to properly install
and optimize the FAT file system.
After completing this lab, you will
be able to:
- Format a partition.
- Use the SCANDISK utility to optimize
performance.
- Use the DEFRAG utility to optimize performance.
Materials Required
- Operating system:Windows
9x
- Lab workgroup size: 2 students
- You MUST do this on your LAB computer (not the
classroom DELLs. We never open those.)
- One DOS boot disk that includes the Format and
SYS commands
- One DOS disk that contains both the SCANDISK and
DEFRAG utilities
Lab Setup & Safety Tips
- Each workstation’s hard drive should contain one
unformatted primary partition that has been set as active during lab 6-1.
- Be sure that the data stored on your lab
workstation has been backed up before you proceed with this lab exercise.
Formatting the new drive
- Power off your lab workstation.
- Install a second hard drive that does not have anyone else’s OS on it! You
want a plain drive. Get it from me.
- Be sure that second drive is mounting in your
CMOS.
- Insert the boot disk into drive A. If you do not have a boot disk, make
one. You should have it in your disk set!
- Power on your lab workstation and allow it to
boot from your DOS boot disk.
- At the A prompt, type FORMAT driveletterofnewdrive
- When asked to confirm before proceeding, type Y
and press Enter. The format command begins to format drive C.
- When formatting is completed, type a volume
label of DRIVE 1.
aking drive bootable
You can use many different commands
to make a drive bootable. Following are two examples of command sequences:
Using the SYS command
- Power off your lab workstation.
- Insert the boot disk into drive A.
- Power on your lab workstation and allow it to
boot from your DOS boot disk.
- At the A prompt, type SYS A: driveletter: and press Enter.
Using the Format command
The /S switch tells DOS to add
system information to the drive after it has been formatted. Use the /? option to view other FORMAT switches.
- Power off your lab workstation.
- Insert the boot disk into drive A.
- Power on your lab workstation and allow it to
boot from your DOS boot disk.
- At the A prompt, type FORMAT driveletter: /S.
- When asked to confirm before proceeding, type Y
and press Enter.
- When formatting is completed, type a volume
label of DRIVE 1.
Using the SCANDISK utility
- Insert the disk that contains the SCANDISK
utility.
- At the A prompt, type SCANDISK and press Enter.
- Allow SCANDISK to verify your file and directory
structure, and to complete a surface scan.
- When SCANDISK has completed, use the View Log
option to view any errors that SCANDISK might have encountered.
- After examining the view log, exit the SCANDISK
utility.
Using the DEFRAG utility
- Insert the disk that contains the DEFRAG
utility.
- At the A prompt, type DEFRAG and press Enter.
- Allow DEFRAG to reorganize the hard drive (this
should happen quickly if the drive was formatted recently).
- When the defragmentation
is completed, exit the DEFRAG utility.
Review Questions
Circle True or False.
- Using the SCANDISK utility will delete all files
less than 512 K in size. True / False
- The DEFRAG utility places file clusters in
consecutive order. True / False
- You should run the SCANDISK utility only once
every three months. True / False
- Describe the functionality of the DEFRAG
utility.
- You are currently employed as a PC desktop
support technician at My World. One of your customers, Jamie, calls to
tell you that her computer is running more slowly than it did last month.
List two utilities that Jamie might use to improve the performance of her
computer.
- John is currently running DEFRAG, and it is
taking a long time. John called you to ask what the DEFRAG program does,
and why it seems to be so slow. Over the last year John has never run the
DEFRAG utility. Describe to John both the purpose of the DEFRAG utility and
explain why it is taking so long to run.