Partitioning a Hard Drive

Slides:



Advertisements
Similar presentations
Hard Disks Low-level format- organizes both sides of each platter into tracks and sectors to define where items will be stored on the disk. Partitioning:
Advertisements

Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
BSD Partitions COEN 152/252 Computer Forensics. BSD Partitions Some BSD systems use IA32 hardware  Designed to co-exists with MS partitions.  Use DOS.
Disk Fundamentals. More than one platter (round cylinders)
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
2 © 2004, Cisco Systems, Inc. All rights reserved. IT Essentials I v. 3 Module 4 Operating System Fundamentals.
Genesis: from raw hardware to processes System booting sequence: how does a machine come into life.
Linux+ Guide to Linux Certification Chapter Nine System Initialization.
04/21/2004CSCI 315 Operating Systems Design1 Disk Management.
计算机系 信息处理实验室 Lecture 5 Startup and Shutdown
Drives, Directories and Files. A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered.
Chapter 3 Understanding the Boot Process and Command Line.
FILE SYSTEMS. File Names 1 to 255 characters in length  This includes the path You can use uppercase and lowercase (case-aware, but not case-sensitive)
Digital Forensics Module 11 CS /26/2004Module 112 Outline of Module #11 Overview of Windows file systems Overview of ProDiscover Overview of UNIX.
Managing Your Hard Disk and Operating System 23,26 March :30pm - 4:00pm.
Lecture 10: The FAT, VFAT, and NTFS Filesystems 6/17/2003 CSCE 590 Summer 2003.
1 Web Server Administration Chapter 3 Installing the Server.
Partitioning Hard Drives. Disk Organization MBR tells layout of the disk Primary PartitionExtended Partition Logical Drives.
Linux Install. Resources Guide to Linux Installation and Administration, Nicholas Wells, Course Technology, 2000.
FILES  A file is a collection of related information  Files are kept in directories on a disk.
FDISK Partitioning Hard Disks. History We bought our new hard disk drive –Right size for BIOS and OS –Right connections (PATA/SATA) We installed our new.
Chao-Hsien Chu, Ph.D. College of Information Sciences and Technology The Pennsylvania State University University Park, PA Disk.
Implementing Hard Drives Chapter 10
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 8 Understanding and Installing Hard Drives.
Unix File System Internal Structures By C. Shing ITEC Dept Radford University.
LIS508 lecture 5: storage devices Thomas Krichel
Presented to: Sir Ahmad Karim
Disk Structures. CTEC 1102 Formatting a Disk Two parts to formatting a disk:  Low-level (physical) formatting  High level (logical) formatting Low-level.
Linux Booting Procedure
Lecture 9: The FAT and VFAT Filesystems 6/16/2003 CSCE 590 Summer 2003.
Gene Perkins, Lassen High School Networking Academy
1 Chapter Overview Floppy Disk Drives Hard Disk Drives.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 2 How an OS Works with Hardware and Other Software.
Operating Systems Advanced OS - E. OS Advanced Evaluating an Operating System.
Computer Hardware PC Operating Systems. What is an operating system? An OS is the interface between the user and the computer hardware It provides the.
Hard Drive Installation ©Richard L. Goldman Revised - January 4, 2001.
Introduction to Hard Drives Chapter 6 - Key Terms Information Compiled by Diane Ferris, Michele Henderson & Vicki Kertz.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
File System Management File system management encompasses the provision of a way to store your data in a computer, as well as a way for you to find and.
Windows NTFS Introduction to Operating Systems: Module 15.
1 EN0129 PC and Network Technology - 1 Sajjad Shami Adrian Robson Gerhard Fehringer School of Computing, Engineering & Information Sciences Northumbria.
The disk surface is divided into tracks. into tracks. 1.
Storage Devices.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
1 Dynamic Drives ©Richard Goldman July 28, Basic Drive MBR VBRMFT VBRMFT VBRDirFAT C: (NTFS) D: (NTFS) E: (FAT32) MBR VBRMFT VBRMFT VBRDirFAT.
Macintosh Hierarchical File System by Imad Qamar 2190-B.
DISK THEORY. Disk Theory n How information is stored on disk n How we can take advantage of that when bad things happen.
1 Floppy Drive Formatting ©Richard Goldman February, 2001.
L Instructor: Šimek Václav, Straka Martin ITP – PC laboratory.
CES Industries, Inc. Hard Disk Drive Lesson 6. 1.Information stored magnetically on the surface of the disk, in a similar fashion to the floppy disk.
FAT File Allocation Table
SIR SONS IN RETIREMENT Computer User Group. HARD DRIVE FORMATTING LOW-LEVEL FORMATTING PARTITIONING HIGH-LEVEL FORMATTING –ERASER:
NTFS Filing System CHAPTER 9. New Technology File System (NTFS) Started with Window NT in 1993, Windows XP, 2000, Server 2003, 2008, and Window 7 also.
Disk storage systems Question#1 (True/False) A track is divided into multiple units called sectors.
Microsoft Window 9X Operating System Richard Goldman © February 28, 2001.
System initialization Unit objectives A.Outline steps necessary to boot a Linux system, configure LILO and GRUB boot loaders, and dual boot Linux with.
A+ Guide to Software Managing, Maintaining and Troubleshooting THIRD EDITION Chapter 3 Understanding the Boot Process and Command Line.
Chapter 12: File System Implementation
I/O Resource Management: Software
Windows XP File Systems
Introduction to Computers
Chapter 6 Windows 9x/Me Commands and Startup Disk
Booting Up 15-Nov-18 boot.ppt.
Troubleshooting (CPU)
Chapter Overview Operating System Basics
Disk Structure Analysis
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
Presentation transcript:

Partitioning a Hard Drive 9/14/2018 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002 Richard Goldman

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. Extended: A partition that can hold up to 23 (D:-Z:) logical partitions. Logical Drives Within an Extended Partition

Unformatted Hard Drive

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.

Partitioning Primary Partition C: Create Master Boot Sector Master Partition Table Master Boot Code Located at: Cylinder 0 Head 0 Sector 1 Create Primary Partition Volume Boot Record First sector in partition

Partitioning C: Extended Partition Create Extended Partition

Logical Volumes in Extended Partition Partitioning C: Logical Volumes in Extended Partition Create Logical Volumes D: & E: Create Volume Boot Records in each new volume D: E:

Format Primary Partition High Level Formatting C: Format Primary Partition Create Root Directory Create File Allocation Tables (2 FATs) D: E:

Format First Logical Volume in Extended Partition High Level Formatting C: Format First Logical Volume in Extended Partition Create Root Directory Create File Allocation Tables (2 FATs) D: E:

Format Second Logical Volume in Extended Partition High Level Formatting C: D: Format Second Logical Volume in Extended Partition Create Root Directory Create File Allocation Tables (2 FATs) E:

Install Windows 9X Operating System C: Install Operating System on Primary Partition DOS Kernel IO.SYS MSDOS.SYS Command.COM Windows 9X Use FORMAT C: /S SYS C: D: E:

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. D: E:

Store data on any partition Use partitions to organize your data C: Store data on any partition Use partitions to organize your data D: E:

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. Extended: A partition that can hold up to 23 (D:-Z:) logical partitions. Logical Drives Within an Extended Partition

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

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

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

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