Chapter 7 Volume versus Partition. Cylinder, Head, and Sector (CHS) Hard or fixed disks store information on a revolving platter of metal or glass coated.

Slides:



Advertisements
Similar presentations
Disk Storage, Basic File Structures, and Hashing
Advertisements

Chapter 12: File System Implementation
13.2 Disks Gaurav Sharma Class ID Mechanics of Disks 2 Moving Principal Moving pieces of Disk are: 1. Disk assembly & 2. Head Assembly The.
Disk Fundamentals. More than one platter (round cylinders)
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
SEMINAR ON FILE SLACK AND DISK SLACK
Section 5a Types of Storage Devices.
File System Analysis.
1 Chapter 6 Storage and Multimedia: The Facts and More.
SECTIONS 13.1 – 13.3 Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin SECONDARY STORAGE MANAGEMENT.
Operating Systems File systems
SECTIONS 13.1 – 13.3 Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin SECONDARY STORAGE MANAGEMENT.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
Operating Systems COMP 4850/CISG 5550 Disks, Part II Dr. James Money.
Files & Partitions BACS 371 Computer Forensics. Data Hierarchy Computer Hard Disk Drive Partition File Physical File Logical File Cluster Sector Word.
12.1 Silberschatz, Galvin and Gagne ©2009 Operating System Concepts with Java – 8 th Edition Chapter 12: Mass-Storage Systems.
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
Implementing Hard Drives Chapter 10
Hard Drives Non-Volatile Storage. Hard Drives Hard Drives (HD) The primary storage device in a computer system.
Chapter Sixteen Data Recovery and Fault Tolerance.
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
File Implementation. File System Abstraction How to Organize Files on Disk Goals: –Maximize sequential performance –Easy random access to file –Easy.
1 6 Further System Fundamentals (HL) 6.2 Magnetic Disk Storage.
How Hard Disks Work. Hard disks were invented in the 1950s. They started as large disks up to 20 inches in diameter holding just a few megabytes. They.
Lecture 9: The FAT and VFAT Filesystems 6/16/2003 CSCE 590 Summer 2003.
Disk Structure Disk drives are addressed as large one- dimensional arrays of logical blocks, where the logical block is the smallest unit of transfer.
1 Secondary Storage Management Submitted by: Sathya Anandan(ID:123)
Introduction to Hard Drives Chapter 6 - Key Terms Information Compiled by Diane Ferris, Michele Henderson & Vicki Kertz.
Bits, Bytes, Files, Hard Drives. Bits, Bytes, Letters and Words ● Bit – single piece of information ● Either a 0 or a 1 ● Byte – 8 bits of information.
PC Maintenance: Preparing for A+ Certification Chapter 10: Introduction to Disk Storage.
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.
Hard disk drives It is a non volatile mass storage device. It consists of platters made of aluminum alloy or glass ceramic composite material. Platters.
I/O Management and Disk Structure Introduction to Operating Systems: Module 14.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 14: Mass-Storage Systems Disk Structure Disk Scheduling Disk Management Swap-Space.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
CSCI-375 Operating Systems Lecture Note: Many slides and/or pictures in the following are adapted from: slides ©2005 Silberschatz, Galvin, and Gagne Some.
GENERAL INFORMATION Invented in 1950's on mainframe computers with 20 inches diameter with only few megabytes of data. Originally called 'Fixed Disc'
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 7 Floppy Drives.
File Storage Organization The majority of space on a device is reserved for the storage of files. When files are created and modified physical blocks are.
FAT File Allocation Table
2/17 How Disk Storage Works Roll call. Video: disk storage. Step-by-step lecture.
It consists of two parts: collection of files – stores related data directory structure – organizes & provides information Some file systems may have.
Computer Forensics Hard Drive Format.
Section 13.2 – Secondary storage management (Former Student’s Note)
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.
Digital Forensics Dr. Bhavani Thuraisingham The University of Texas at Dallas Lecture #8 File Systems September 22, 2008.
Disk storage systems Question#1 (True/False) A track is divided into multiple units called sectors.
Chapter 8 File Systems FAT 12/16/32. Defragmentation Defrag a hard drive – Control Panel  System and Security  Administration tools  Defrag hard drive.
Section 13.2 – Secondary storage management. Index 13.2 Disks Mechanics of Disks The Disk Controller Disk Access Characteristics.
CPSC 231 Secondary storage (D.H.)1 Learning Objectives Understanding disk organization. Sectors, clusters and extents. Fragmentation. Disk access time.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
Lecture 3 Secondary Storage and System Software I
 To arrange the data on the disk surface, the disk surface is divided in to different sections called :-  Slides or heads  Tracks  Sectors  Cylinders.
Copyright © 2007 Ramez Elmasri and Shamkant B. Navathe Lec 5 part1 Disk Storage, Basic File Structures, and Hashing.
Section 13.2 – Secondary storage management (Former Student’s Note)
Chapter 11: File System Implementation
Chapter 12: File System Implementation
Secondary Storage Management 13.5 Arranging data on disk
Visit for more Learning Resources
Backing Store.
I/O Resource Management: Software
Introduction to Computers
Device Management Damian Gordon.
Sanuja Dabade & Eilbroun Benjamin CS 257 – Dr. TY Lin
Secondary Storage Management 13.5 Arranging data on disk
Forensic Concept of Data
Chapter 4 File Basics.
Presentation transcript:

Chapter 7 Volume versus Partition

Cylinder, Head, and Sector (CHS) Hard or fixed disks store information on a revolving platter of metal or glass coated with a magnetic material. The disk typically consists of several physical platters on a common spindle. Each disk consists of platters, rings on each side of each platter called tracks, and sections within each track called sectors. A sector is the smallest physical storage unit on a disk, almost always 512 bytes in size.

Tracks and Cylinders On hard disks, the data are stored on the disk in thin, concentric bands called tracks. There are more than a 1,000 tracks on a 3 ½ inch hard disk. Tracks are a logical rather than physical structure, and are established when the disk is low-level formatted. Track numbers start at 0, and track 0 is the outermost track of the disk. The highest numbered track is next to the spindle.

Cylinders A cylinder consists of the set of tracks that are at the same head position on the disk.

Sectors and Clusters Tracks are divided into sectors. A sector is the smallest memory unit on the disk. The data size of a sector is always a power of two and is almost always 512 bytes. Each track has the same number of sectors, which means that the sectors near the center are packed much closer together. The disk controller uses the sector identification information stored in the area immediately before the data in the sector to determine where the sector itself begins.

Clusters As a file is written to the disk, the file system allocates the appropriate number of clusters to store the file’s data. Example: – If you have an 800 byte file, two clusters will be allocated because each cluster has 512. – Later if you update the file to 1,600 byte file, another two clusters will be allocated. If the cluster is not next to the other cluster, the file is written in somewhere else on the disk and considered to fragmented. This will cause the system to slow down.

CYLINDER, HEAD, SECTOR, and LOGICAL BLOCK ADDRESSING CHS (Cylinder Head Sector) vs Logical Block Addressing. CHS used for older x86 based systems. CHS used 3 numbers one for the Cylinder, one for the Head and one for the Sector for addressing. 0,3,1 0  Cylinder, 3  Head, 1  Sector. LBA (Logical Block Addressing) – each sector is giving a unique number.

Example CHS – is like the houses in the USA, where they have an address, City, State & zip to identify it. LBA – every house in the USA would be given a unique number.

Offset 1,2, & 3 Represents starting sector of CHS – Example: … 0x80 being the start of the active partition, the first, second and third offset represents the Cylinder, Sector & Head. Remember Little Endian  which will give you CHS value (0, 1, 1) – Head value = 01 – Sector Value = 01 – Cylinder Value = 00

Ending CHS Value Offset Represents the final CHS address. Very tricky to figure out. – Example FE FF FF – The first value is reserved for the Head Value  FEFE = 254 – The other two are tricky. The values are NOT reversed (little endian) but they are regrouped. – FF  FF  – – Regroup first one is 6 and second is 10. It is regrouped because of coding. (111111) ( ) – (111111)  63 Sector & ( )  1023 Cylinder – Final CHS address value 1023:254:63 Starts with 0:1:1

Why Is This Important Goes back to being called as a witness and answering the question of “Please tell the court where you found the evidence on the hard drive?” There are many tools you can use as a forensic investigator, but it is important knowing how everything works.

Volumes and Partitions Though sometimes people interchange these two terms as being the same thing, they really is a difference between Volume and Partitions. A Partition is a collection of (physically) consecutive sectors. A volume is a collection of (logically) addressable sectors – The difference is the data contained within a volume may appear consecutively, but only logically.

Volume A volume is an area defined or interpreted by an operating system. A volume is recognized by the operating system and will the term drive or disk. Examples: – C:, D:, and E:, are volumes – Hard Disk 1 and Hard Disk 2 are physical disks – Any of these can be called a drive.

Reason Why We Have Partitions and Volumes Partitioning a drive may help increase HDD efficiency by making cluster size smaller. Volumes, on the other hand, create logically intuitive storage areas (e.g. Save it to the K drive) Volumes are identified by file systems, and file Systems are the way in which files are accessed and stored by an operating system.

Extended Partitions We already know that a single hard drive can have up to four partitions. The reason being is that there is that there are only enough bytes available in the partition table of the MBR to accommodate four entries. We are also aware that typically when a partition is created on a single hard drive, it automatically becomes a volume and is assigned a drive letter (e.g C:, D:, etc.). At this point volume and partition are the same.

Extended Partition One of the four partitions defined by the partition table of a hard drive may be subdivided into multiple logical partitions (volumes), therefore allowing two or more volumes to exist within one partition. The partition table contained in the MBR still only defines four partitions and as far as it is concerned, only four partition exists. There is no limit on the number of logical volumes other than the fact that there are only 26 letters in the alphabet and A,B, and C have been taken.

Extended Partition

Wrap it up As an investigator, it is extremely important to understand where the data is located and convey that to the jury. Forensic investigator has software packages that does most of the work, but you need to know how to explain it to a jury if asked.