Partitioning Hard Drives. Disk Organization MBR tells layout of the disk Primary PartitionExtended Partition Logical Drives.

Slides:



Advertisements
Similar presentations
Disk Fundamentals. More than one platter (round cylinders)
Advertisements

Linux Boot Loaders. ♦ Overview A boot loader is a small program that exists in the system and loads the operating system into the system’s memory at system.
18th August, 2005 CS431 Course Presentation 1 Booting of a Computer System Harpreet Singh.
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.
Linux Booting Procedure
Operating Systems University of Moratuwa Department of Electronic and Telecommunication Engineering Short Course on Computer Hardware and Assembly July.
Linux can be generally divided into four major components: 1. KERNEL – OS, ultimate boss The kernel is the core program that runs programs and manages.
Booting the Linux Kernel Dr. Michael L. Collard 1.
Linux Installation LINUX INSTALLATION. Download LINUX Linux Installation To install Red Hat, you will need to download the ISO images (CD Images) of the.
Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.1 © Copyright IBM Corporation 2008 Unit 2 Installing.
04/21/2004CSCI 315 Operating Systems Design1 Disk Management.
Chapter 3 Understanding the Boot Process and Command Line.
Managing Your Hard Disk and Operating System 23,26 March :30pm - 4:00pm.
Linux+ Guide to Linux Certification, Second Edition Chapter 3 Linux Installation and Usage.
Linux Installation Chapter II. Linux Distributions Pre-packaged, installable Linux Anyone can compile a distribution, have to inculde GPL Available for.
Basic Input Output System
11 INSTALLING WINDOWS XP Chapter 2. Chapter 2: Installing Windows XP2 INSTALLING WINDOWS XP  Prepare a computer for the installation of Microsoft Windows.
S.Ha.R.K. Workshop28/02/05 S.Ha.R.K. Installation HowTo Tullio Facchinetti University of Pavia - Italy.
1 Web Server Administration Chapter 3 Installing the Server.
Installing Windows XP and Windows Installing two different versions of Windows on the same machine. In this example, Windows 2000 and Windows XP.
Bootloader / multi-boot
Lesson 4-Installing Network Operating Systems. Overview Installing and configuring Novell NetWare 6.0. Installing and configuring Windows 2000 Server.
Linux Install. Resources Guide to Linux Installation and Administration, Nicholas Wells, Course Technology, 2000.
Installation Ubuntu for Libraries. Step 1: Download Head on to Pick Ubuntu LTS; just click the big orange.
Disk Volume Management CSS-1. Terms  Extent – any contiguous set of clusters  Partition – extent treated as a disk  Volume - partition formatted with.
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.
Disk Formatting.
Implementing Hard Drives Chapter 10
Basic Computer Maintenance Basic Computer Maintenance Clean and Cool Deleting Temporary Files Scandisk Backup Your Data How to.
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
IT Essentials - Chapter 4 Operating System Fundamentals.
Linux+ Guide to Linux Certification, Third Edition
CompTIA Linux+ Certification
Linux+ Guide to Linux Certification Chapter Three Linux Installation and Usage.
Unix File System Internal Structures By C. Shing ITEC Dept Radford University.
Linux Booting Procedure
Obtain the necessary components. Adaptors Boards, Data Cables, Power Splitters, if not supplied. Obtain the necessary components. Adaptors Boards, Data.
Day 4 Understanding Hardware Partitions Linux Boot Sequence.
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.
10/1/2015 Chapter 2 Installing Windows XP Professional.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
Chapter 6: Linux Filesystem Administration
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.
Multiboot System under Windows XP – Ubuntu – Windows 7 Qiong LIN - 28 April 2012.
1 EN0129 PC and Network Technology - 1 Sajjad Shami Adrian Robson Gerhard Fehringer School of Computing, Engineering & Information Sciences Northumbria.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
IT2204: Systems Administration I 8b).Booting (Supplementary Notes)
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
Virtual Memory Review Goal: give illusion of a large memory Allow many processes to share single memory Strategy Break physical memory up into blocks (pages)
FAT File Allocation Table
Chapter 8: Installing Linux The Complete Guide To Linux System Administration.
Genesis: From Raw Hardware to Processes Andy Wang Operating Systems COP 4610 / CGS 5765.
Copyright © Genetic Computer School 2008 Computer Systems Architecture SA 8- 0 Lesson 8 Secondary Management.
Disk storage systems Question#1 (True/False) A track is divided into multiple units called sectors.
© N. Ganesan, Ph.D., All rights reserved. Windows Server Installation Nanda Ganesan, Ph.D.
System initialization Unit objectives A.Outline steps necessary to boot a Linux system, configure LILO and GRUB boot loaders, and dual boot Linux with.
This courseware is copyrighted © 2016 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
Linux Introduction Linux was developed in the early 1990’s by Linus Torvald computer science student at the University of Helsinki Linux is distributed.
Chap- 2 BOOTING & SHUTDOWN LINUX SYSTEM Created by: Asst. Prof. Ashish Shah, J.M.PATEL COLLEGE, GOREGOAN W 1.
Chapter 3 Installing Red Hat Linux
Windows XP File Systems
Introduction to Computers
Partitioning a Hard Drive
Basic Computer Maintenance
Operating System Module 1: Linux Installation
Booting Up 15-Nov-18 boot.ppt.
Genesis: From Raw Hardware to Processes
OPS235: Week 5 Lab4: Investigations 1 – 3
Instructor Materials Chapter 5: Windows Installation
Presentation transcript:

Partitioning Hard Drives

Disk Organization MBR tells layout of the disk Primary PartitionExtended Partition Logical Drives

Use of partitions All OSs do NOT have the same rules for partitioning MBR contains a layout of the partitioning info Primary Partition is always there –may consume all space –i.e. no Extended Partition Extended Partition needs to be sub-allocated –numerous logical drives possible –may have different OSs … more later

Drive Naming (DOS) MBR tells layout of the disk Primary PartitionExtended Partition Logical Drives Assuming no other drives and only DOS C: D:E:F:

Primary, Extended, Logical DOS was only programmed to see one normal partition. All other “partitions (logical drives)” had to be enclosed in an Extended partition Other OSs such as linux do not require an extended partition but can see and use them

2 Drives (DOS) MBR tells layout of the disk Primary PartitionExtended Partition Logical Drives C: E:F: MBR tells layout of the disk Primary PartitionExtended Partition Logical Drives D: G:H: Master Slave

How Do You Partition? The OS has a program called “fdisk” Linux and DOS both have fdisk and have varying degrees of compatibility. Linux sees DOS –will let you create DOS partitions DOS sees Linux as Non-Dos. –Will not create Non-Dos

Using DOS fdisk Create primary partition Create extended partition if necessary Create logical partitions within extended Exit fdisk and reboot Format each of the drives Be sure to make the primary partition bootable ( format c: /s )

Multi-booting machines Using more than one OS on the same machine The MBR also tells the BIOS which partition to boot from. Different OSs use different boot loaders so they may periodically need to be reset –(fdisk /mbr) Some boot loaders (DOS) only allow for booting their OS. E.g. DOS.

Multi-booting machines (ctd) Linux lets you choose –lilo –grub Some boot loaders have funny restrictions –boot partition must be on master drive –boot partition must be in first 1024 cylinders –most newer ones do not have those restrictions can boot from any partition

Multibooting (funny) MBR tells layout of the disk Primary DOS Partition Extended Partition Logical Drives C: NonDosD:E: Non Dos 1024 cyl

Why partition? OS may not support a logical drive as big as your disk; make the physical drive multiple logical drives. BIOS has it’s limitations too! May not want all of the disk to expire at the same time (system versus user space) Multiple OSs on the same disk (multi-boot) Different permissions/access Different File systems

Can you alter after loading files? Yes, but not a trivial process Typically these applications are available. Some freeware.. Some not Available in linux and DOS/windows Partition Magic is a good program that supports linux and windows file systems Typically reboot from a floppy while changing

How much space? Always depends on the question.. What are you going to store on it? Multiboot –Windows 98 needs >1G for bare installation –linux needs >1G depending on installation linux only –installation program will optimize allocation if you let it to handle the problem of preserving system space as needed.

Booting UP Bootloader determines which OS is used –lets you manually override –may boot with floppy to override BIOS has MORE control –which drive first CDROM (installations) Hard Drive - Typically Floppy - To override hard drive