THOMAS RUSSELL, Information Technology Teacher

Size: px
Start display at page:

Download "THOMAS RUSSELL, Information Technology Teacher"

Transcription

1 THOMAS RUSSELL, Information Technology Teacher

2 Historical/Conceptual After installing the hard drive it needs to be partitioned. Partitioning is the process of electronically subdividing the physical hard drive into smaller units called partitions.

3 Historical/Conceptual A hard drive must have at least one partition, and you can create multiple partitions on a single hard drive

4 With partitions you can organize a drive to suit your needs. You can store multiple OS systems; store one OS in one partition and create additional partitions for another OS.

5 Master Boot Record The first sector of an MBR hard drive contains the master boot record (MBR). When your system boots, BIOS looks at the first sector of the HD for instructions. Without this code, the OS will not load.

6 The master boot record also contains the partition table, which describes the number and size of partitions on the disk

7 After the MBR locates the appropriate partition, the partition boot sector loads the OS on that partition. The partition boot sector stores information important to its partition, such as the location of the OS boot files.

8 OS boot files

9 Primary partitions and multiple Operating Systems. Primary partitions are assigned drive letters. The first primary partition ins Windows is always C: After that, they go from D to Z

10 Only one partition can be active at a time because you can run only one OS at a time.

11 Grand Unified Bootloader (GRUB) is a free Linux-based boot manager.

12 An Extended partition overcomes the four partition limit. It can contain multiple logical drives.

13 Dynamic Disk Dynamic disk calls a drive structure created with a dynamic disk a volume. With a dynamic disk, you can create as many volumes as you want you are not limited to four partitions.

14 When you turn a hard drive into a dynamic disk, you create as many volumes as you want. You can use software to create new drive structures that you can t do with MBR drives.

15 You can Implement RAID, span volumes over multiple drives, and extend volumes on one or more drives.

16 GUID Partition table The globally unique identifier partition table (GPT) has 3 improvements over MBR; It can have an almost unlimited number of partitions It has no restrictions on the size of the partitions

17 GPT Looks much like MBA but they are arranged by LBA instead of sectors. The partitions on a GPT drive go between the primary and back-up headers and arrays.

18 When to partition? When you install an OS to a new system When you add an additional drive to an existing system system

19 For years we used a program called FDISK to partition drives

20 Now we use a graphical program called Disk Management, found under Computer Management in Administrative Tools.

21 Partition Naming Problems When you create a new partition or volume in current versions of Windows, the Disk Management Tool only shows you re about to create a volume.

22

23 Partition Naming Problems Though the content menu says volumes you create partition on basic disk

24

25 Hard Drive Formatting Formatting does two things: It creates a file system (like a library catalog) And it makes the root directory

26 File Systems in Windows Windows use supports four separate Microsoft file systems FAT16 FAT32 NTFS And exfat/fat64

27 FAT MS-DOS version 2.1 supported hard drives using a data structure and indexing system to keep track of stored data on a hard drive and Microsoft called this structure the file allocation table.

28 The official term for a FAT is data structure, but it s like a two column spreadsheet. The left column gives each sector a hexadecimal number from 0000 to FFFF. Each hex character represents four bits. The right column contains information on the status of the sectors

29 Clustering enabled us to format partitions larger than 32 MB.

30 Clustering refers to combining a set of contiguous sectors and treating them as a single unit in FAT. These units are called file allocation units or clusters.

31 The number of sectors per cluster for FAT16

32 Example: You want to save a file mom.txt. Before saving the file. The FAT looks like this:

33 Windows finds the first open cluster and fills it. But the whole file wont fit into that cluster.

34 Needing more space, the OS goes through the FAT to find the nest open cluster, 3ABC. Before filling 3 ABC, the value of 3ABC is placed in 3ABB s status

35 Even after filling two clusters, the file still need more room so Windows must find another cluster. The 3ABD cluster has been marked FFF7 (bad cluster), so Windows skips it over it to find 3ABE.

36 Before filling 3ABE, Windows enters the value 3ABE in 3ABC status. Windows does not completely fill 3ABE, signifying that the entire mom.txt file has been stored. Windows enters FFFF in 3ABE s status, indicating the end of the file.

37 After saving all the clusters, Windows locates the file s folder and records the file name, size, date/ time and starting cluster, like this; mom.txt :04p 3ABB

38 Fragmentation Lets save two more files: Irsrob.doc Ibmhelp.doc

39 Fragmentation The irsrob.doc takes the next three clusters 3ABF, 3AC0 and 3AC1 and ibmhelp.com takes two clusters 3AC2 and 3AC3

40 If you erase mom.txt, Windows does not delete it. It marks it with the Greek sigma Letter. But data remains until space is needed.

41 You can use software to change the Greek letter back to normal and retrieve the deleted data.

42 Save on more file, taxrec.xls. This a a spreadsheet that will take sic clusters. It will reside in the same folder as mom.txt. Windows write to the drive, overwrites Mom.txt and still needs three clusters. The next clusters, 3AC4, 3AC5 and 3AC6 Page 361

43 Disk Defragmenter and Optimize Drives re-arrange the files into neat contiguous chunks.

44 FAT32 had 2 improvements It supports partitions up to 32TB It uses 32 bits to describe each cluster

45 NTFS New Technology File System. NTFS uses clusters and file allocation tables in a much more complex and powerful way compared to FAT and FAT32

46 NTFS utilizes an enhanced file allocation table called the master file table (MFT).

47 Security Improvements with NTFS Compression Encryption Disk Quotas Cluster Sizes

48 Shows configured quotas for a hard drive

49 If you want to format large USB flash drives with NTFS Windows allow you to do so.

50 exfat or FAT64 breaks the 4GB file size barrier of FAT32

51 Windows is straight-forward when going through the installation process.

52 You ll go through a few installation screens but You will eventually get to the Where do you want to install Windows? dialog box

53 Typical Windows 7 Disk Management

54 When you click OK, Windows will create the 100-MB System Reserve Partition as well as the partition you specified.

55 Disk Management Utility is the primary tool for partitioning and formatting drives after installation.

56 When you install an extra hard drive, Disk Management notices the new drive and starts the Hard Drive Installation Wizard. If you don t let the Wizard run, the drive will be listed as unknown.

57 Creating Partitions and Volumes in Disk Management. Right-click on the unallocated part of the drive and select New Simple Volume. Disk Management runs the New Simple Volume Wizard. You ll go straight to the sizing screen.

58

59 Specify a volume size and click Next. The wizard will ask if you want to assign a drive letter to the volume, mount it as a folder to an existing volume or do neither.

60

61 The last screen ask you for the type of format you want to use for this partition

62 To compress a file or folder, choose the one you want to compress, right-click and select Properties, Then Click the Advanced button and turn compression on.

63 Dynamic Disk once you convert a drive from a basic disk to a dynamic disk, primary and extended partition no longer exist.

64 To convert a basis disk to dynamic, just right-click the drive icon and select Convert to Dynamic Disk.

65 In Disk Management, right click any unallocated space can chose New Simple Volume.

66 You ll see a series of screens that prompt you on size and file system than then you are finished.

67 To extend of span, right-click the volume you want to make bigger and choose Extend Volume form the options.

68 This opens the Extend Volume Wizard and prompts you for the location of free space on a dynamic disk and the increased volume size you want to assign.

69 Two Way Mirror With the simple two-way mirror space, you can add speed a and resiliency. For every 10 GB of data to be stored, 20 GB of storage must be installed.

70 Error checking Errors happen! Tools used to find errors are called error checking utilities. Older Microsoft tools for this are ScanDisk and chkdisk. Current version of Windows uses the tool Error-checking. Mac uses Disk Utility

71 Properties Dialog Box

72 Check Disk Dialog Box

73 Disk and Repair Disk

74 Optimize drive with Defragment

75 Disk Cleanup Files in the recycle bin Temporary Internet files Downloaded program files Temporary files

76 Formatting Formatting is a slow process, your drive makes noise and you end up seeing errors like the one below.

77 Data Corruption Power surges accidental shutdowns, corrupted installation media and viruses can cause corruption and it shows up while Windows is running, like this:

78 Data Corruption SpinRite is a free utility that marks bad sectors accurately and does not disturb the data, enabling you to run it without fear of losing anything.

79 Third-Party Tools Great third party tools are available to give you more flexibility.

80 More Tools GParted is a powerful partition editor and it s free!

81 Implementing Hard Drives The End

Implementing Hard Drives

Implementing Hard Drives Implementing Hard Drives Chapter 12 Overview In this chapter, you will learn how to Explain the partitions available in Windows Discuss hard drive formatting options Partition and format hard drives Maintain

More information

EaseUS Partition Master

EaseUS Partition Master EaseUS Partition Master User Guide Table of content Table of content... - 2 - Overview... - 1 - Welcome... - 1 - Edition comparison... - 1 - Getting started... - 2 - Hardware requirements... - 2 - Supported

More information

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name

makes floppy bootable o next comes root directory file information ATTRIB command used to modify name File Systems File system o Designed for storing and managing files on disk media o Build logical system on top of physical disk organization Tasks o Partition and format disks to store and retrieve information

More information

Guide to Computer Forensics and Investigations Fourth Edition. Chapter 6 Working with Windows and DOS Systems

Guide to Computer Forensics and Investigations Fourth Edition. Chapter 6 Working with Windows and DOS Systems Guide to Computer Forensics and Investigations Fourth Edition Chapter 6 Working with Windows and DOS Systems Understanding Disk Drives Disk drives are made up of one or more platters coated with magnetic

More information

Machine Language and System Programming

Machine Language and System Programming زبان ماشين وبرنامه نويسی سيستم Machine Language and System Programming جلسه دوازدھم دانشگاه صنعتی ھمدان پاييز 1389 Objectives Explain the purpose and structure of file systems Describe Microsoft file structures

More information

COMP091 Operating Systems 1. File Systems

COMP091 Operating Systems 1. File Systems COMP091 Operating Systems 1 File Systems Media File systems organize the storage space on persistent media such as disk, tape, CD/DVD/BD, USB etc. Disk, USB drives, and virtual drives are referred to as

More information

Chapter Two File Systems. CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D.

Chapter Two File Systems. CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D. Chapter Two File Systems CIS 4000 Intro. to Forensic Computing David McDonald, Ph.D. 1 Learning Objectives At the end of this section, you will be able to: Explain the purpose and structure of file systems

More information

Advanced Operating Systems

Advanced Operating Systems Advanced Operating Systems File Systems: File Allocation Table, Linux File System, NTFS Lecture 10 Case Studies of File Systems File Allocation Table (FAT) Unix File System Berkeley Fast File System Linux

More information

Chapter. Chapter. Magnetic and Solid-State Storage Devices

Chapter. Chapter. Magnetic and Solid-State Storage Devices Chapter Chapter 9 Magnetic and Solid-State Storage Devices Objectives Explain how magnetic principles are applied to data storage. Explain disk geometry. Identify disk partition systems. Recall common

More information

H A N D O U T : I D E N T I F Y I N G A N D M I T I G A T I N G H A R D D R I V E I S S U E S

H A N D O U T : I D E N T I F Y I N G A N D M I T I G A T I N G H A R D D R I V E I S S U E S Revision Date: 5/31/2013 Time 1.0 Hour KEY POINT S A hard drive making a clicking sound is caused by the unloading and loading its heads. However, clicking, grinding or squealing means the hard drive may

More information

Operating Systems. Lecture File system implementation. Master of Computer Science PUF - Hồ Chí Minh 2016/2017

Operating Systems. Lecture File system implementation. Master of Computer Science PUF - Hồ Chí Minh 2016/2017 Operating Systems Lecture 7.2 - File system implementation Adrien Krähenbühl Master of Computer Science PUF - Hồ Chí Minh 2016/2017 Design FAT or indexed allocation? UFS, FFS & Ext2 Journaling with Ext3

More information

Disk Imaging with Knoppix

Disk Imaging with Knoppix Introduction This document explains how to use the CD-ROM bootable version of Linux, named Knoppix, to make and restore images of computer hard drives. Knoppix makes a very good system recovery tool for

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

More information

Configuring RAID with HP Z Turbo Drives

Configuring RAID with HP Z Turbo Drives Technical white paper Configuring RAID with HP Z Turbo Drives HP Workstations This document describes how to set up RAID on your HP Z Workstation, and the advantages of using a RAID configuration with

More information

Ubuntu Installation Manually Partition Windows 7 Create System Reserved

Ubuntu Installation Manually Partition Windows 7 Create System Reserved Ubuntu Installation Manually Partition Windows 7 Create System Reserved Created a new partition and installed Windows 7. /dev/sda1 - fat32 - Recovery Partition // /dev/sda2 - ntfs - System Reserved //

More information

GT 062 3TB Quickstart Addendum

GT 062 3TB Quickstart Addendum GT 062 3TB Quickstart Addendum NOTE: This document is an addendum to the GT 062 manual, and is intended for the GT 062 3TB model only. 610028 GT 062 3TB Quickstart Addendum.pdf June 17, 2009 The GT 062

More information

Macrorit Partition Expert 4.3.5

Macrorit Partition Expert 4.3.5 Content Macrorit Partition Expert 4.3.5... 1 User Manual... 1 Welcome... 1 About Macrorit Partition Expert... 1 Main Features... 1 Advanced Features... 1 Tools... 2 Unique Technology... 2 System Requirements:...

More information

OPERATING SYSTEMS CS136

OPERATING SYSTEMS CS136 OPERATING SYSTEMS CS136 Jialiang LU Jialiang.lu@sjtu.edu.cn Based on Lecture Notes of Tanenbaum, Modern Operating Systems 3 e, 1 Chapter 4 FILE SYSTEMS 2 File Systems Many important applications need to

More information

User Manual. AOMEI Partition Assistant 6.0

User Manual. AOMEI Partition Assistant 6.0 AOMEI Partition Assistant 6.0 User Manual Welcome... 3 About AOMEI Partition Assistant... 3 Working Computer Configuration... 4 Product Main Window... 5 Partition Operation Properties... 5 Partition Operations...

More information

Veritas System Recovery Disk Help

Veritas System Recovery Disk Help Veritas System Recovery Disk Help About recovering a computer If Windows fails to start or does not run normally, you can still recover your computer. You can use the Veritas System Recovery Disk and an

More information

Lab - Create a Partition in Windows 8

Lab - Create a Partition in Windows 8 Lab - Create a Partition in Windows 8 Introduction In this lab, you will create a FAT32 formatted partition on a disk. You will convert the partition to NTFS. You will then identify the differences between

More information

Lesson 1: Preparing for Installation

Lesson 1: Preparing for Installation 2-2 Chapter 2 Installing Windows XP Professional Lesson 1: Preparing for Installation When you install Windows XP Professional, the Windows XP Professional Setup program allows you to specify how to install

More information

1 Introduction What is QSAN Xreplicator? System requirements and supported media... 4

1 Introduction What is QSAN Xreplicator? System requirements and supported media... 4 QSAN XReplicator Table of contents 1 Introduction...4 1.1 What is QSAN Xreplicator?... 4 1.2 System requirements and supported media... 4 1.2.1 Minimum system requirements... 4 1.2.2 Supported operating

More information

Acronis Disk Director 11 Home. Quick Start Guide

Acronis Disk Director 11 Home. Quick Start Guide Acronis Disk Director 11 Home Quick Start Guide Copyright Acronis, Inc., 2000-2010. All rights reserved. "Acronis", "Acronis Compute with Confidence", "Acronis Recovery Manager", "Acronis Secure Zone",

More information

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23 FILE SYSTEMS CS124 Operating Systems Winter 2015-2016, Lecture 23 2 Persistent Storage All programs require some form of persistent storage that lasts beyond the lifetime of an individual process Most

More information

3 INSTALLING WINDOWS XP PROFESSIONAL

3 INSTALLING WINDOWS XP PROFESSIONAL INSTALLING WINDOWS XP PROFESSIONAL.1 Preparing for installation Objectives.1.1 Windows XP Professional Hardware Requirements.1.2 Hardware Compatibility List (HCL) check.1. Hard Disk Partition.1.4 Required

More information

2018/01/30 18:11 1/6 Disks Management HDD Management. Disks must be added before they can be formatted and mounted or configured in a RAID array.

2018/01/30 18:11 1/6 Disks Management HDD Management. Disks must be added before they can be formatted and mounted or configured in a RAID array. 2018/01/30 18:11 1/6 Disks Management HDD Management Disks management Disks must be added before they can be formatted and mounted or configured in a RAID array. All disks that you wish to configure in

More information

Older Operating Systems

Older Operating Systems Older Operating Systems Class Notes # 21 Windows 9X Maintenance January 27, 2004 Maintenance Wizard The Windows maintenance wizard automates the following: ScanDisk Disk Defragmenter Clearing system temporary

More information

EaseUS Partition Master

EaseUS Partition Master EaseUS Partition Master User guide Table of content Table of content...- 2 - Overview... - 1 - Welcome... - 1 - Edition comparison...- 1 - Basic knowledge...- 2 - Hard disk/partition... - 2 - Disk formatting...

More information

What does a file system do?

What does a file system do? System files What does a file system do? A file system is a method for storing and organizing computer files and the data they contain to make it easy to find and access them. File systems exist on hard

More information

Preview. COSC350 System Software, Fall

Preview. COSC350 System Software, Fall Preview File System File Name, File Structure, File Types, File Access, File Attributes, File Operation Directories Directory Operations File System Layout Implementing File Contiguous Allocation Linked

More information

Windows File System. File allocation table (FAT) NTFS - New Technology File System. used in Windows 95, and MS-DOS

Windows File System. File allocation table (FAT) NTFS - New Technology File System. used in Windows 95, and MS-DOS Windows File System Windows File System File allocation table (FAT) used in Windows 95, and MS-DOS NTFS - New Technology File System 2 Key features of NTFS NTFS uses clusters(rather than sectors) as units

More information

Hard Disk Organization. Vocabulary

Hard Disk Organization. Vocabulary Hard Disk Organization Vocabulary Platter: one ceramic plate, covered with magnetizable film where the bits are actually stored. Both sides of a platter can be used. Increasing the number of platters is

More information

Veritas System Recovery Disk Help

Veritas System Recovery Disk Help Veritas System Recovery Disk Help About recovering a computer If Windows fails to start or does not run normally, you can still recover your computer. You can use the Veritas System Recovery Disk and an

More information

File Shredders. and, just what is a file?

File Shredders. and, just what is a file? File Shredders. File shredders delete a file but they do that in a way that is different from how the Windows operating system (and all regular Windows applications) delete files. To understand the difference,

More information

Partitioning and Formatting Guide

Partitioning and Formatting Guide Partitioning and Formatting Guide Version 1.2 Date 05-15-2006 Partitioning and Formatting Guide This guide is designed to explain how to setup your drive with the correct partition and format for your

More information

Manual Format Windows 7 Using Usb Drive Fat32

Manual Format Windows 7 Using Usb Drive Fat32 Manual Format Windows 7 Using Usb Drive Fat32 How To Format A Hard Drive FAT32 In Windows 7 (1TB Toshiba) USB Drive The. A flash drive is a small and portable electronic device that saves data using flash

More information

File System. Preview. File Name. File Structure. File Types. File Structure. Three essential requirements for long term information storage

File System. Preview. File Name. File Structure. File Types. File Structure. Three essential requirements for long term information storage Preview File System File System File Name, File Structure, File Types, File Access, File Attributes, File Operation Directories Directory Operations Contiguous Allocation Linked List Allocation Linked

More information

HELO Media Recommendations

HELO Media Recommendations HELO Media Recommendations Introduction While HELO supports standard USB and SD card media and encodes content to relatively low bit-rates (up to 20 Mbps), the instantaneous performance requirements of

More information

AccessData Imager Release Notes

AccessData Imager Release Notes AccessData Imager 3.4.0.5 Document Date: 10/27/2015 2015 AccessData Group, Inc. All rights reserved. This document lists the changes in the verion of AccessData Imager. All known issues published with

More information

File System Implementation. Sunu Wibirama

File System Implementation. Sunu Wibirama File System Implementation Sunu Wibirama File-System Structure Outline File-System Implementation Directory Implementation Allocation Methods Free-Space Management Discussion File System Structure File

More information

Project 3 Help Document

Project 3 Help Document Project 3 Help Document Hard disk drive structure Since the FAT32 file system is originally designed for hard disk drives, it is necessary to understand the structure of a hard drive because FAT32 organize

More information

Segmentation with Paging. Review. Segmentation with Page (MULTICS) Segmentation with Page (MULTICS) Segmentation with Page (MULTICS)

Segmentation with Paging. Review. Segmentation with Page (MULTICS) Segmentation with Page (MULTICS) Segmentation with Page (MULTICS) Review Segmentation Segmentation Implementation Advantage of Segmentation Protection Sharing Segmentation with Paging Segmentation with Paging Segmentation with Paging Reason for the segmentation with

More information

Magic Card User Manual

Magic Card User Manual Table of Contents Magic Card User Manual Magic Card Introduction 2 What is Magic card? 2 Magic Card Features 2 Working Modes 3 Magic card editions 3 Installation 4 System Requirements 4 Pre-installation

More information

Modifying image file contents with Ghost Explorer. This section includes the following topics:

Modifying image file contents with Ghost Explorer. This section includes the following topics: Modifying image file contents with Ghost Explorer This section includes the following topics: Using Ghost Explorer Viewing image files and their properties Launching a file Extracting a file or directory

More information

Format Hard Drive After Install Ubuntu From Usb

Format Hard Drive After Install Ubuntu From Usb Format Hard Drive After Install Ubuntu From Usb is it possible to format and partition the new hdd (external to my laptop, and connected to my laptop via sata-usb adapter), and install Ubuntu on the new

More information

File System Interpretation

File System Interpretation File System Interpretation Part III. Advanced Techniques and Tools for Digital Forensics CSF: Forensics Cyber-Security Fall 2018 Nuno Santos Previously: Introduction to Android forensics! How does Android

More information

ECE 598 Advanced Operating Systems Lecture 14

ECE 598 Advanced Operating Systems Lecture 14 ECE 598 Advanced Operating Systems Lecture 14 Vince Weaver http://www.eece.maine.edu/~vweaver vincent.weaver@maine.edu 19 March 2015 Announcements Homework #4 posted soon? 1 Filesystems Often a MBR (master

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 8 Hard Drives A+ Guide to Managing and Maintaining your PC, 6e Chapter 8 Hard Drives Introduction Hard drive: most important secondary storage device Hard drive technologies have evolved rapidly Hard drive capacities

More information

EaseUS Disk Copy User Guide

EaseUS Disk Copy User Guide EaseUS Disk Copy User Guide Table of contents Welcome... - 1 - Glossary... - 1 - Getting Started... - 1 - Hardware Requirements... - 1 - System Requirements... - 1 - File System Supported... - 2 - Devices

More information

Boot Process in details for (X86) Computers

Boot Process in details for (X86) Computers Boot Process in details for (X86) Computers Hello,,, Let's discuss what happens between the time that you power up your PC and when the desktop appears. In fact we should know that the boot process differs

More information

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives

A+ Guide to Hardware, 4e. Chapter 7 Hard Drives A+ Guide to Hardware, 4e Chapter 7 Hard Drives Objectives Learn how the organization of data on floppy drives and hard drives is similar Learn about hard drive technologies Learn how a computer communicates

More information

Computer Forensics: Investigating Data and Image Files, 2nd Edition. Chapter 3 Forensic Investigations Using EnCase

Computer Forensics: Investigating Data and Image Files, 2nd Edition. Chapter 3 Forensic Investigations Using EnCase Computer Forensics: Investigating Data and Image Files, 2nd Edition Chapter 3 Forensic Investigations Using EnCase Objectives After completing this chapter, you should be able to: Understand evidence files

More information

Backup, File Backup copies of individual files made in order to replace the original file(s) in case it is damaged or lost.

Backup, File Backup copies of individual files made in order to replace the original file(s) in case it is damaged or lost. Glossary A Active Directory a directory service that inventories, secures and manages the users, computers, rules and other components of a Microsoft Windows network. This service is typically deployed

More information

Reinstalling Windows 95/98/ME/2000 Professional

Reinstalling Windows 95/98/ME/2000 Professional Reinstalling Windows 95/98/ME/2000 Professional Who needs this handout? If you have been instructed to reinstall Windows on your computer as a result of a recommendation from a computer consulting professional,

More information

Section 5 MUST BE COMPLETED BY: 12/5

Section 5 MUST BE COMPLETED BY: 12/5 Test Out Online Lesson 5 Schedule Section 5 MUST BE COMPLETED BY: 12/5 Section 5.1: Storage Devices This section provides an overview of storage devices. Concepts covered include: Common storage devices:

More information

Contents: Safety instructions... 1 Introduction... 3

Contents: Safety instructions... 1 Introduction... 3 Contents: Contents:...i Safety instructions... 1 Safety and installation... 1 Cabling... 1 Electromagnetic compatibility/ Conformity with norms... 2 Cleaning... 2 Recycling and disposal... 2 Data security...

More information

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1

Introduction to OS. File Management. MOS Ch. 4. Mahmoud El-Gayyar. Mahmoud El-Gayyar / Introduction to OS 1 Introduction to OS File Management MOS Ch. 4 Mahmoud El-Gayyar elgayyar@ci.suez.edu.eg Mahmoud El-Gayyar / Introduction to OS 1 File Management Objectives Provide I/O support for a variety of storage device

More information

Microsoft File Allocation Table

Microsoft File Allocation Table Microsoft File Allocation Table CSC362, Information Security originally appeared in late 1970s for small disks with simple folder structures uses a FAT to index files (naturally) the original FAT- 12 gave

More information

Manual Format Flash Drive Ntfs Allocation Unit Size

Manual Format Flash Drive Ntfs Allocation Unit Size Manual Format Flash Drive Ntfs Allocation Unit Size Hi, How do I determine the cluster size that is from the Manufacturer of any hard disk m.2 sata card back to the default manufacturer disk cluster size

More information

3.1. Storage. Direct Attached Storage (DAS)

3.1. Storage. Direct Attached Storage (DAS) 3.1. Storage Data storage and access is a primary function of a network and selection of the right storage strategy is critical. The following table describes the options for server and network storage.

More information

File Systems. What do we need to know?

File Systems. What do we need to know? File Systems Chapter 4 1 What do we need to know? How are files viewed on different OS s? What is a file system from the programmer s viewpoint? You mostly know this, but we ll review the main points.

More information

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52 Contents Getting Started.....................................................1 Installing the Software...........................................1 Using the Maxtor System Tray Icon................................6

More information

Hard facts. Hard disk drives

Hard facts. Hard disk drives Hard facts Text by PowerQuest, photos and drawings Vlado Damjanovski 2004 What is a hard disk? A hard disk or hard drive is the part of your computer responsible for long-term storage of information. Unlike

More information

running Recover My Files from the desktop icon (the program will open to the wizard); or,

running Recover My Files from the desktop icon (the program will open to the wizard); or, Page 1 of 6 Recover My Files Data Recovery Software English V3.98 When to Run a "Complete File Search" A "Complete File Search" is best used when files have been deleted and emptied from the Windows Recycle

More information

Lecture 29. Friday, March 23 CS 470 Operating Systems - Lecture 29 1

Lecture 29. Friday, March 23 CS 470 Operating Systems - Lecture 29 1 Lecture 29 Reminder: Homework 7 is due on Monday at class time for Exam 2 review; no late work accepted. Reminder: Exam 2 is on Wednesday. Exam 2 review sheet is posted. Questions? Friday, March 23 CS

More information

Example Implementations of File Systems

Example Implementations of File Systems Example Implementations of File Systems Last modified: 22.05.2017 1 Linux file systems ext2, ext3, ext4, proc, swap LVM Contents ZFS/OpenZFS NTFS - the main MS Windows file system 2 Linux File Systems

More information

FILE SYSTEM IMPLEMENTATION. Sunu Wibirama

FILE SYSTEM IMPLEMENTATION. Sunu Wibirama FILE SYSTEM IMPLEMENTATION Sunu Wibirama File-System Structure Outline File-System Implementation Directory Implementation Allocation Methods Free-Space Management Discussion File-System Structure Outline

More information

File System Concepts File Allocation Table (FAT) New Technology File System (NTFS) Extended File System (EXT) Master File Table (MFT)

File System Concepts File Allocation Table (FAT) New Technology File System (NTFS) Extended File System (EXT) Master File Table (MFT) File System Concepts File Allocation Table (FAT) New Technology File System (NTFS) Extended File System (EXT) Master File Table (MFT) 1 FILE SYSTEM CONCEPTS: FILE ALLOCATION TABLE (FAT) Alex Applegate

More information

File System NTFS. Section Seven. NTFS, EFS, Partitioning, and Navigating Folders

File System NTFS. Section Seven. NTFS, EFS, Partitioning, and Navigating Folders 13 August 2002 File System Section Seven NTFS, EFS, Partitioning, and Navigating Folders NTFS DEFINITION New Technologies File System or NTFS was first applied in Windows NT 3.0 back in 1992. This technology

More information

How to install the software of ZNS8022

How to install the software of ZNS8022 How to install the software of ZNS8022 1. Please connect ZNS8022 to your PC after finished assembly. 2. Insert Installation CD to your CD-ROM drive and initiate the auto-run program. The wizard will run

More information

Frequently asked questions from the previous class survey

Frequently asked questions from the previous class survey CS 370: OPERATING SYSTEMS [FILE SYSTEMS] Shrideep Pallickara Computer Science Colorado State University L28.1 Frequently asked questions from the previous class survey How are files recovered if the drive

More information

AISBackup. Backup 64-bit Windows 8.1 from a MBR disk and restore to a GPT, EFI boot enabled disk.

AISBackup. Backup 64-bit Windows 8.1 from a MBR disk and restore to a GPT, EFI boot enabled disk. AISBackup Backup 64-bit Windows 8.1 from a MBR disk and restore to a GPT, EFI boot enabled disk. This procedure documents backing up Windows 8.1, making the AISBackup bootable restore CD and restoring

More information

Build your own NAS with OpenMediaVault

Build your own NAS with OpenMediaVault Build your own NAS with OpenMediaVault Installation Minimum Requirements i486 or amd64 platform 1 GiB RAM 2 GiB HDD/DOM/CF/USB Thumb Drive used as OpenMediaVault system drive. Flash Drives without static

More information

Parallels Desktop 4.0 Switch to Mac Edition. Migrate your PC Tutorial.

Parallels Desktop 4.0 Switch to Mac Edition. Migrate your PC Tutorial. Parallels Desktop 4.0 Switch to Mac Edition Migrate your PC Tutorial www.parallels.com Migrate Your PC with Parallels Transporter Tutorial The enhanced Parallels Transporter included in Parallels Desktop

More information

How To Reinstall Grub In Windows 7 Without Losing Data And Programs

How To Reinstall Grub In Windows 7 Without Losing Data And Programs How To Reinstall Grub In Windows 7 Without Losing Data And Programs So if I install Windows 7 using CD again, will I lose Ubuntu? then yes you will lose Ubuntu, however if you reinstall Windows without

More information

UNDELETE User Guide

UNDELETE User Guide Active@ UNDELETE User Guide Contents 2 Contents Legal Statement...5 Active@ UNDELETE overview... 6 Getting started with Active@ UNDELETE... 7 Active@ UNDELETE views and windows... 8 Recovery Explorer view...

More information

CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed.

CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed. CHAPTER 11: IMPLEMENTING FILE SYSTEMS (COMPACT) By I-Chen Lin Textbook: Operating System Concepts 9th Ed. File-System Structure File structure Logical storage unit Collection of related information File

More information

HARD DISK MANAGER 11 / FULL FEATURES LIST. HDM 11 Professional. HDM 11 Server. Features. Virtualization. Add-on. Drive Partitioning

HARD DISK MANAGER 11 / FULL FEATURES LIST. HDM 11 Professional. HDM 11 Server. Features. Virtualization. Add-on. Drive Partitioning HDM 11 Server Features HDM 11 Professional HDM 11 Server + Virtualization Add-on Drive Partitioning Create Partition Express Create Partition Format Partition Delete Partition Undelete Partition Move/Resize

More information

Image rescue Quick Start Guide

Image rescue Quick Start Guide Image rescue Quick Start Guide Image Recovery - Recovers lost or deleted image files (JPEG, TIFF and RAW), from your memory card, even if you have erased them, reformatted the card, or your card has become

More information

ModeChanger

ModeChanger 35020808-02 2015.11 ModeChanger ModeChanger is a software utility that can switch the drive between normal mode and encrypted mode. Operating in encrypted mode will help protect your data. While the drive

More information

How to mount RAID on NVR7800. Application Notes. Version <1.0>

How to mount RAID on NVR7800. Application Notes. Version <1.0> How to mount RAID on NVR7800 Application Notes Version Preface: Creating RAID by EonOne Lite will reserve one HDD to be the spare drive. (e.g. Creating RAID5 needs at least 4 HDDs; creating RAID6

More information

PerfectSpeed PC Optimizer User Guide

PerfectSpeed PC Optimizer User Guide PerfectSpeed PC Optimizer User Guide Table of Contents Welcome to PerfectSpeed PC Optimizer!... 1 Introduction to PerfectSpeed PC Optimizer... 3 Install PerfectSpeed PC Optimizer... 5 Getting Started

More information

Windows Method Using Linux Live CD and Gparted

Windows Method Using Linux Live CD and Gparted Contents 1 Formatting and Partitioning USB Storage for DD-WRT 2 Windows Method Using Linux Live CD and Gparted 2.1 Linux Command Line Method 3 Formatting the /opt, /jffs and Data Partitions, and preparing

More information

Older geometric based addressing is called CHS for cylinder-head-sector. This triple value uniquely identifies every sector.

Older geometric based addressing is called CHS for cylinder-head-sector. This triple value uniquely identifies every sector. Review: On Disk Structures At the most basic level, a HDD is a collection of individually addressable sectors or blocks that are physically distributed across the surface of the platters. Older geometric

More information

PGP Whole Disk Encryption for Windows Quick Start Guide Version 9.10

PGP Whole Disk Encryption for Windows Quick Start Guide Version 9.10 PGP Whole Disk Encryption for Windows Quick Start Guide Version 9.10 What is PGP Whole Disk Encryption? The PGP Whole Disk Encryption (WDE) product is a software tool that provides multiple ways to protect

More information

Operating Systems. Operating Systems Professor Sina Meraji U of T

Operating Systems. Operating Systems Professor Sina Meraji U of T Operating Systems Operating Systems Professor Sina Meraji U of T How are file systems implemented? File system implementation Files and directories live on secondary storage Anything outside of primary

More information

Initial Bootloader. On power-up, when a computer is turned on, the following operations are performed:

Initial Bootloader. On power-up, when a computer is turned on, the following operations are performed: Initial Bootloader Introduction On power-up, when a computer is turned on, the following operations are performed: 1. The computer performs a power on self test (POST) to ensure that it meets the necessary

More information

PL-I Assignment Broup B-Ass 5 BIOS & UEFI

PL-I Assignment Broup B-Ass 5 BIOS & UEFI PL-I Assignment Broup B-Ass 5 BIOS & UEFI Vocabulary BIOS = Basic Input Output System UEFI = Unified Extensible Firmware Interface POST= Power On Self Test BR = Boot Record (aka MBR) BC =Boot Code (aka

More information

Manually Wipe Hard Drive Windows 7 Command Prompt Format

Manually Wipe Hard Drive Windows 7 Command Prompt Format Manually Wipe Hard Drive Windows 7 Command Prompt Format Pro tip: Use Windows 8's Format command to perform a secure disk wipe He asked me what program I would recommend for securely wiping a disk. Microsoft

More information

AccessData Imager Release Notes

AccessData Imager Release Notes AccessData Imager 3.3.0 Document Date: 12/08/2014 2014 AccessData Group, Inc. All rights reserved. This document lists the changes in AccessData Imager 3.3.0. All known issues published with previous release

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

More information

Imaging your Classmate (Veteran Image

Imaging your Classmate (Veteran Image Imaging your Classmate (Veteran Image Download) This document describes the procedure for creating a bootable USB drive to restore the 2017 FRC image on a Classmate computer. Note that Veteran teams are

More information

How to Dual-Boot OS X and Ubuntu

How to Dual-Boot OS X and Ubuntu How to Dual-Boot OS X and Ubuntu Nailen Matschke - nailen@caltech.edu 10/3/2015 What you need: 1. A USB drive with at least 2 GB of space, that you don t mind wiping 2. A copy of Ubuntu (available here),

More information

Version 11. NOVASTOR CORPORATION NovaBACKUP

Version 11. NOVASTOR CORPORATION NovaBACKUP NOVASTOR CORPORATION NovaBACKUP Version 11 2009 NovaStor, all rights reserved. All trademarks are the property of their respective owners. Features and specifications are subject to change without notice.

More information

Partitioning and Formatting Reference Guide

Partitioning and Formatting Reference Guide Partitioning and Formatting Reference Guide This guide provides simple guidelines for the initial setup of your hard disk drive using the most common methods and utilities available within the following

More information

CSE 4482 Computer Security Management: Assessment and Forensics. Computer Forensics: Working with Windows and DOS Systems

CSE 4482 Computer Security Management: Assessment and Forensics. Computer Forensics: Working with Windows and DOS Systems CSE 4482 Computer Security Management: Assessment and Forensics Computer Forensics: Working with Windows and DOS Systems Instructor: N. Vlajic,, Fall 2010 Required reading: Guide to Computer Forensics

More information

Infinova SS200T3R Embedded VMS Box

Infinova SS200T3R Embedded VMS Box Infinova SS200T3R Embedded VMS Box WARNING Embedded VMS advanced maintenance is special activity and it is highly recommended that only trained engineers operate the maintenance procedures. Incorrect configuration

More information

User s Manual. Hi-Speed USB 2.0 Flash Disk

User s Manual. Hi-Speed USB 2.0 Flash Disk User s Manual Hi-Speed USB 2.0 Flash Disk Contents Introduction...3 Features System.........3 Requirements.......3 Before use.....4 Driver Installation...4 Driver Installation for Windows 98/98SE.........4

More information

Practice Test. Guidance Software GD Guidance Software GD0-110 Certification Exam for EnCE Outside North America. Version 1.6

Practice Test. Guidance Software GD Guidance Software GD0-110 Certification Exam for EnCE Outside North America. Version 1.6 Guidance Software GD0-110 Guidance Software GD0-110 Certification Exam for EnCE Outside North America Practice Test Version 1.6 QUESTION NO: 1 A FAT directory has as a logical size of: A. One cluster B.

More information