Download presentation
Presentation is loading. Please wait.
Published byEdward Cameron Modified over 9 years ago
2
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002
3
2 Unformatted Hard Drive
4
3 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.
5
4 Partitioning 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 C:
6
5 Partitioning Extended Partition Create Extended Partition
7
6 C: Partitioning Logical Volumes in Extended Partition Create Logical Volumes D: & E: Create Volume Boot Records in each new volume D: E:
8
7 C: High Level Formatting Format Primary Partition Create Root Directory Create File Allocation Tables (2 FATs) D: E:
9
8 C: High Level Formatting Format First Logical Volume in Extended Partition Create Root Directory Create File Allocation Tables (2 FATs) D: E:
10
9 C: D: E: High Level Formatting Format Second Logical Volume in Extended Partition Create Root Directory Create File Allocation Tables (2 FATs)
11
10 Install Windows 9X Operating System Install Operating System on Primary Partition DOS Kernel IO.SYS MSDOS.SYS Command.COM Windows 9X Use FORMAT C: /S SYS C: C: D: E:
12
11 Install Applications Install Applications on any Partition – Example: Microsoft Office 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. C: D: E:
13
12 Store Data Store data on any partition Use partitions to organize your data C: D: E:
14
13 Types of Partitions Primary: 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. Extended: 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.
15
14 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
16
15 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
17
16 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
18
17 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 Where each partition starts and ends How big each partition is The type of file system If it is bootable Contains the Master Boot Code 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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.