Low-level Format

Download Report

Transcript Low-level Format

Partitioning a Hard Drive
©Richard Goldman
Revised January 8, 2001
Revised December 9, 2002
1

Unformatted
Hard Drive
2
Hard Drive must be
low level formatted
before it is partitioned.



Low Level Format – Tracks
& Sectors are added
Normally done by Hard
Drive Manufacturer.
The SCSI drives usually
have software that will
allow you to Low level
format a drive if
necessary.
3
Partitioning
C:
Primary Partition

Create Master Boot Sector



Master Partition Table
Master Boot Code
Located at:





Cylinder 0
Head 0
Sector 1
Create Primary Partition
Volume Boot Record

Located at:

First sector in partition
4
Partitioning
C:

Extended Partition

Create Extended Partition
5
Partitioning
C:

Logical Volumes in
Extended Partition

D:

Create Logical Volumes D:
& E:
Create Volume Boot Records
in each new volume
E:
6
High Level
Formatting
C:

Format Primary Partition


Create Root Directory
Create File Allocation Tables
(2 FATs)
D:
E:
7
High Level
Formatting
C:
D:

Format First Logical
Volume in Extended
Partition

E:

Create Root Directory
Create File Allocation
Tables (2 FATs)
8
High Level
Formatting
C:
D:

E:
Format Second Logical
Volume in Extended
Partition


Create Root Directory
Create File Allocation
Tables (2 FATs)
9
C:
Install Windows 9X
Operating System

Install Operating System
on Primary Partition

DOS Kernel


D:


IO.SYS
MSDOS.SYS
Command.COM
Windows 9X

Use


FORMAT C: /S
SYS C:
E:
10
C:
Install Applications

Install Applications on any
Partition – Example:

Microsoft Office


D:



E:

Word
Excel
Power Point
Quicken
Other Software
Location:

Most applications will select
C: as the default drive but
can be redirected to install
on other drives.
11
C:
Store Data


D:
Store data on any
partition
Use partitions to
organize your data
E:
12
Types of Partitions

Primary:




Extended:


A drive that is bootable (if an operating system is
loaded on it).
A drive that programs can be installed and run on.
A drive that can be used to store data.
A partition that can hold up to 23 (D:-Z:) logical
partitions.
Logical Drives Within an Extended Partition


A drive that programs can be installed and run on.
A drive that can be used to store data.
13
Using FDISK to Create a
Primary Partition

Run FDISK
(from your Startup Floppy)

Enter:



[1] “Create a DOS partition or Logical DOS Drive”
[1] “Create a Primary DOS partition”
The size of partition you want to create
14
Using FDISK to Create an
Extended Partition

Run FDISK
(from your Startup Floppy)

Enter:



[1] “Create a DOS partition or Logical DOS Drive”
[2] “Create an Extended DOS partition”
The size of partition you want to create
15
Using FDISK to Create a Logical
Drive in an Extended Partition

Run FDISK
(from your Startup Floppy)

Enter:



[1] “Create a DOS partition or Logical DOS Drive”
[3] “Create Logical DOS drive(s) in the extended
DOS partition”
The size of partition you want to create
16
Partitioning Creates a
Master Boot Sector

The first sector of a hard drive


Cylinder 0, head 0, sector 1
Contains the Master Partition Table

A list describing the partitions (4 max) on the disk





Contains the Master Boot Code


Where each partition starts and ends
How big each partition is
The type of file system
If it is bootable
Program that runs the boot program on the active partition
Created with:



FDISK (DOS & Win 9X)
Disk Manager (NT & Win 2000)
Partition Magic or other third party program
17