Partitioning & Formatting

Slides:



Advertisements
Similar presentations
Storage Management Lecture 7.
Advertisements

Working with Disks and Devices
Chapter 1 Introducing Windows Operating Systems
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)
Return to the Office 2007 web page Lesson 3: Managing Computer Files.
XP Class Agenda – 09/06/2011 Discuss process of application development (see slides from 09/01/2011) Present computer data organization. Explore files,
MCT260-Operating Systems I Operating Systems I Navigating the File System.
Introduction to File Systems 9/27/2006. NTFS New Technology File System Each volume has its own directory NOT a rewrite of FAT system, but rather a totally.
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.
Implementing Hard Drives Chapter 10
Chapter 4: Operating Systems and File Management 1 Operating Systems and File Management Chapter 4.
Lesson 7-Creating Network File Systems. Overview Understand Novell’s network file system (NFS). Understand Windows file storage. Utilization of NFS.
Chapter 7 Working with Files.
Storage and NT File System INFO333 – Lecture Mariusz Nowostawski Noria Foukia.
IT Essentials: PC Hardware and Software 1 Chapter 7 Windows NT/2000/XP Operating Systems.
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.
Microsoft Office 2013 ®® Managing Your Files. XP Objectives Explore the differences between Windows 7 and Windows 8 Plan the organization of files and.
4 1 Operating System Activities  An operating system is a type of system software that acts as the master controller for all activities that take place.
Chapter 3 Managing Disk and File Systems. File Storage Basics Windows XP supports two types of storage Basic Dynamic Basic storage system Centers on partitioning.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
IOS110 Introduction to Operating Systems using Windows Session 5 1.
Windows XP: Continue Files and Folders. Files & Directories n We store programs and data on secondary storage devices using a file system. n These are.
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.
Managing Disks and Drives Chapter 13 powered by dj.
Multiboot System under Windows XP – Ubuntu – Windows 7 Qiong LIN - 28 April 2012.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
Windows Vista Inside Out Chapter 28 - Chapter 28 - Managing Disks and Drives Last modified
MCSE Guide to Microsoft Windows Vista Professional Chapter 5 Managing File Systems.
FILE SYSTEMS. Presented to: Sir. Ahmad Kareem Presented by: Sadia Rasheed Bsit
Adding a Hard Drive. BIOS / UEFI The Unified Extensible Firmware Interface (UEFI) defines a software interface between an operating system and platform.
File and File Systems Compiled by IITG Team Need to be reorganized and reworded.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
FILE MANAGEMENT Computer Technology Timpview High School.
This courseware is copyrighted © 2016 gtslearning. No part of this courseware or any training material supplied by gtslearning International Limited to.
© ExplorNet’s Centers for Quality Teaching and Learning 1 Classify file systems, file organization, and libraries. Objective Course Weight 5%
ITMT Windows 7 Configuration Chapter 4 – Working with Disks and Devices ITMT 1371 – Windows 7 Configuration 1.
A+ Guide to Managing and Maintaining Your PC, 7e Chapter 2 Introducing Operating Systems.
NT1110 Computer Structure and Logic Unit 1 OPERATING SYSTEMS.
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
Fundamentals of Windows Mouse n 4 Basic Operations: –Pointing –Clicking –Double Clicking –Dragging.
Day 28 File System.
Unit 4 – Technology literacy
Windows 7 and file management
DIT314 ~ Client Operating System & Administration
Class Agenda – 09/07/2011 Present computer data organization
Loading an Operating System
Disks and Formatting Ch 3.
Working with Disks Lesson 4.
Windows – File System There is a different file system for each hardware device The different file systems are identified at the root by an alpha character.
Computer Literacy BASICS
Windows XP File Systems
Introduction to Computers
File Managements.
Booting Up 15-Nov-18 boot.ppt.
Managing Your Files.
Chapter 8 Managing Files.
Chapter 8 Managing Files.
File Management File Explorer © EIT, Author Gay Robertson, 2017.
Chapter 4 File Basics.
Chapter Overview Operating System Basics
File Management Staying Organized.
Managing Your Files.
In The Name Of Allah Whose Blessings Are Uncountable.
Storage Management Lecture 7.
Instructor Materials Chapter 5: Windows Installation
Chapter 5 – Files, Directories, and the File System
Presentation transcript:

Partitioning & Formatting Exam: 902 1.2 Given a scenario, install Windows PC operating systems using appropriate methods

Root Directories One challenge of using any OS is finding the data and files that you need An OS manages a hard drive, optical drive, or other drive using directories and files Directories are also known as folders The drive (no matter the type) is generally organized with a single root directory The root directory can hold files or other directories These “other directories” are called subdirectories, child directories, or simply folders Any directory can have files and other subdirectories in it

Storage devices such as a USB drive or hard drive are organized into directories and subdirectories that contain files

Partitions (Volumes) PM Video 22:24 In order to use a hard drive, or a portion of a hard drive, in Windows you need to first partition it and then format it Some hard drives can be divided into 1 or more partitions (called volumes) Why would you want multiple partitions? You can use multiple partitions to organize data; the OS is on the C drive and data is stored on a second partition A hard drive is physical, partitions are logical If you divide a physical disk into multiple partitions, each partition has its own root directory You can set up a dual or multi-boot system

A hard drive can be divided into 1 or more partitions that are identified by a letter such as drive C: or drive D:

MBR & GPT YT Video 6:24 Before a hard drive can be used it needs to have a partition scheme configured The partition scheme allows the hard drive to be divided into partitions The most common disk partitioning system is the Master Boot Record (MBR) partitioning scheme Maps of partitions are kept in the MBR, which is on the first sector of the hard drive MBR disks have 2 limitations: 1. Max size of a partition is 2 TB 2. Limited to 4 partitions 4 primary partitions Or, 3 primary partitions and a 4th extended partition can hold 1 or more logical drives The Globally Unique Identifier Partition Table (GPT) system overcomes the limitations of the MBR system Support disks larger than 2 TB and 128 partitions

A hard drive with 4 partitions; the 4th partition is an extended partition

System Partition vs Boot Partition The System Partition (usually drive C:) is the active partition of the hard drive that contains the OS program to start up (or boot) Windows (you will only have 1 of these) The Boot Partition is the partition where the Windows OS is stored (can have multiple boot partitions) Windows assigns 2 functions to partitions that hold the OS

NTFS FAT64 FAT32 FAT16 File Systems Before a drive can be used it must be assigned a drive letter and formatted using a file system A file system is the overall structure an OS uses to name, store, and organize files on a drive Windows supports 4 types of file systems for hard drives: Linux uses the Extended File System (ext2, ext3, ext4) 1 EB volumes 16 TB file sizes NTFS FAT64 FAT32 FAT16

File Systems FAT16 FAT32 FAT64 NTFS Older file system, only recommended on volumes less than 4 GB FAT32 Supports volumes up to 2TB, supports files sizes up to 4GB, no journaling (so more corruption), no file level security, but can be used with almost any device FAT64 Also called exFAT supports files sizes up to 16EB and theoretical partitions of 64ZB but still lacks NTFS’s extra features such as compression and encryption NTFS Efficient file system, supports file and folder security, disk compression, disk quotas, long file names, journaling, and volumes larger than 2TB are possible

Path, Filename, Extension PM Video 4:11 When you refer to a drive and folders pointing to a file, the drive letter and directories are called the path Path: C:\Data\Business\Letter.docx The 1st part of the name before the period is known as the filename C:\Data\Business\Letter.docx The part after the filename is called the file extension C:\Data\Business\Letter.docx The file extension indicates what program uses the file and the type of content in the file (.docx is a Word doc)

The complete path to a file includes the volume letter, directories, filename, and file extension; the colon, backslashes, and period are required to separate items in the path

Directory Structure A directory structure is the way an operating system’s file system is displayed to the user Specific folder locations to be aware of include those for user data and settings, program files, and Windows data The following slide assume Windows is installed on the “C” drive

Directory Windows XP Directory Windows Vista Direcotry Windows 7 Description C:\Documents and Settings C:\Users When a user logs onto Windows a user profile is created which is a collection of user data and settings C:\Program Files C:\Program Files - for 64 bit user applications C:\Program Files (x86) - for 32 bit user applications When a program is installed program files are stored in a default location C:\Windows The OS needs a place to keep hardware and software configuration, user preferences, and application settings (besides the registry)

How to Create a File Methods to create a file: Method 1: Open a particular application and create a new file Method 2: Use Windows Explorer or the Computer window Right-click in the unused white area in the right pane of the window and point to New Click the application you want to use in order to create a file You can then rename the file name

How to Create a Folder Method to create a folder: First select the folder you want as the parent folder Right-click in the white area of the right pane Point to New from the shortcut menu Select one of three choices for folder types The folder is created and highlighted so that it may be renamed You can create folders within folders within folders However the maximum length of a path and filename cannot exceed 260 characters

How to Copy, Move, and Rename How to copy a file or folder: Right-click the file or folder, select Copy from the menu Click in white area of the folder where the copied item goes and select Paste from the menu How to move or copy (alternative method): Drag and drop item to its new location (move) To copy, hold down the Ctrl key while you drag and drop How to rename a file or folder: Right-click the file or folder and select Rename from the menu

How to Delete Files or Folders How to delete a file or folder: Select the item and press the Delete key Can also, right-click on the item and select Delete from the menu To select multiple items to delete, copy, or move at the same time, hold down the Shift or Ctrl key as you click The Shift key selects adjacent items in a list The Ctrl key selects nonadjacent items in a list