1 Floppy Drive Formatting ©Richard Goldman February, 2001.

Slides:



Advertisements
Similar presentations
DAT2343 File Storage and Access © Alan T. Pinck / Algonquin College; 2003.
Advertisements

Chapter 4 Storing Information in a Computer Peter Nortons Introduction to Computers.
Windows File Systems CGS2564. Who Cares? C:\Documents\Taxes\Tax04.DOC.
Chapter 4 : File Systems What is a file system?
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
BACS 371 Computer Forensics
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)
The FAT File System CSC 414. Objectives  Understand the structure and components of the FAT (12/16/32) File Systems  Understand what happens when a.
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.
Ceng Operating Systems
1 Friday, July 07, 2006 “Vision without action is a daydream, Action without a vision is a nightmare.” - Japanese Proverb.
Wince File systems. File system on embedded File system choice on embedded is important –File system size can be an issue –Different media are used –
1 CSCD 496 Computer Forensics Lecture 7 File Systems – Windows Winter 2010.
Files & Partitions BACS 371 Computer Forensics. Data Hierarchy Computer Hard Disk Drive Partition File Physical File Logical File Cluster Sector Word.
Computer System Basics 2 Hard Drive Storage & File Partitions Computer Forensics BACS 371.
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
1 File Systems Chapter Files 6.2 Directories 6.3 File system implementation 6.4 Example file systems.
Objectives Learn what a file system does
LIS508 lecture 5: storage devices Thomas Krichel
Disk Structures. CTEC 1102 Formatting a Disk Two parts to formatting a disk:  Low-level (physical) formatting  High level (logical) formatting Low-level.
Lecture 9: The FAT and VFAT Filesystems 6/16/2003 CSCE 590 Summer 2003.
3 1 Data, Information, and Files Ch.4-A; Ch.3-A,B; Ch.10-A FALL 2000 Rob Wolfe.
Lecture No 11 Storage Devices
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.
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.
File Systems CSCI What is a file? A file is information that is stored on disks or other external media.
ENGI 3655 Lab Sessions 1Richard Khoury.  Linked Allocation ◦ Section Richard Khoury2.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
File Systems in Real-Time Embedded Applications March 5th Eric Julien Understanding How the File Allocation Table (FAT) Operates 1.
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.
Common DOS Commands Additional information. Important DOS Concepts Common DOS Commands  Why format a disk?  Partitioning and Formatting disks  Structure.
DISK THEORY. Disk Theory n How information is stored on disk n How we can take advantage of that when bad things happen.
OPERATING SYSTEMS Frans Sanen.  Analyze a FAT file system manually  FAT12 first and simplest version  Still used on smaller disks (e.g. floppies) 
University of Pennsylvania 10/31/00CSE 3801 Windows File System - FAT originally invented as a method for storing data on floppy disks. later used by MS-DOS.
FAT File Allocation Table
BOOT SECTOR, RDE AND FAT ANALYSIS AND STUDY. FLOPPY CONSTRUCTION 1.Write - Protect Notch. 2.Hub. 3.Shutter. 4.Outer Jacket. 5.Protective Woolen Film.
Computer Forensics Hard Drive Format.
Adding a Hard Drive. BIOS / UEFI The Unified Extensible Firmware Interface (UEFI) defines a software interface between an operating system and platform.
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.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
File System Department of Computer Science Southern Illinois University Edwardsville Spring, 2016 Dr. Hiroshi Fujinoki CS 314.
BITS Pilani Pilani Campus Pawan Sharma Lecture ES C263 INSTR/CS/EEE F241 Microprocessor Programming and Interfacing.
Master Boot Record (MBR)
Disks and Formatting Ch 3.
A “Walk Through” Experiment
Windows XP File Systems
Introduction to Computers
Partitioning a Hard Drive
File Management.
File Managements.
File Systems Implementation
Modern PC operating systems
Disk Structure Analysis
Sector 25 from the Root Directory (in 32 byte chunks)
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
File system : Disk Space Management
Department of Computer Science
FAT File System.
Chapter 5 File Systems -Compiled for MCA, PU
Command Prompt Using DEL, DELTREE, RENAME and MOVE
Presentation transcript:

1 Floppy Drive Formatting ©Richard Goldman February, 2001

2 The First Step Low Level Format (LLF) Tracks are placed on the disk. Tracks are divided into sectors.

3 The First Step Low Level Format (LLF) Prefixes are added to each sector – Including: Sector I.D. Cylinder Number Head Number Sector Number Sector ID CRC (Cyclic Redundancy Checking ) Gaps

4 The First Step Low Level Format (LLF) Suffixes are added to each sector – Including: Buffer area and Gaps Data CRC The data areas are filled with F6h (  )

5 Low Level Format Tracks are placed on the disk Track

6 Low Level Format Tracks are divided into sectors Sectors

7 Low Level Format Prefixes are added to each sector Prefix - Including: Sector I.D. Cylinder Number Head Number Sector Number Sector ID CRC Gaps

8 Low Level Format Suffixes are added to each sector Suffix – Including: Buffer area Data CRC Gaps

9 Low Level Format The data areas are filled with  ’s Data Area Note: ASCII Character -  Binary – Hexadecimal – F6h Decimal – 264

10 The Second Step Master Boot Record (MBR) The first sector of the disk is used to store the MBR. Cylinder 0 Head 0 Sector 1

11 Master Boot Record MBR

MB Floppy Master Boot Record Information Bytes per Sector Sectors per Cluster Number of FAT’s Size of the Root Directory Number of Sectors Medium Descriptor byte Size of FAT Sectors per Track Number of Heads Number of Hidden Sectors Program to Load OS

13 Bytes per Sector 512 bytes

14 Sectors per Cluster 1 Sector

15 Number of FAT’s 2 FAT’s

16 Size of the Root Directory 7808 Bytes (224 Records X 32 Bytes/Record)

17 Number of Sectors 2880 Sectors (18 Sectors X 80 Tracks X 2 Heads)

18 Medium Descriptor byte Type of material used to make disk.

19 Size of FAT Uses FAT12 Uses 12 Binary digit number to identify each cluster. Example: = first cluster

20 Sectors per Track 18 Sectors

21 Number of Heads 2 Heads

22 Number of Hidden Sectors Includes the number of sectors used by the MBR, Root Directory, and the two FATs.

23 Program to Load OS A program that attempts to load the operating system. If IO.SYS in not found on the disk a “ Non-system disk error ” is given.

24 The Third Step File Allocation Table (FAT) Two FATs are created in the space immediately following the MBR.

25 File Allocation Tables MBR FAT 1 FAT 2

26 File Allocation Table The FAT is a table of all the sectors available for use on the disk. The FAT has one column of information: A sequential list of all the data clusters on the disk. (The sectors used for the MBR, FATs, and Root directory are not included.) FAT 12 is used on floppy disks. This means each cluster is identified with a 12 bit binary number in the FAT.

FFF FFF FF7 008FF A FFF 00BA2E Cluster Number FAT Information Continues Each entry points to the next cluster in chain of clusters that make up a file. The last cluster in the chain is marked with FFFh ( ) Known bad clusters are marked with FF7h ( )

28 The Fourth Step Root Directory The Root Directory is created in the space immediately following the second FAT.

29 Root Directory MBR FAT 1 Root Directory FAT 2

30 Root Directory The Root Directory is a table that contains a list of all files and subdirectories in the “Root” or first directory on the disk. A 3 ½ inch High Density (HD) floppy disk can hold a maximum of 224 entries.

31 Contents Root Directory File Name File Extension Attribute – R, A, S, H, File/Subdirectory, Volume Label Time – Created/Updated Date – Created/Updated Starting Cluster File Size

32 Maximum Number of Root Directory Entries DriveFile SystemMax Entries 3.5” Floppy - HDFAT12224 Hard DriveFAT16512 Hard DriveFAT32Unlimited Hard DriveNTFSUnlimited The use of LFNs can reduce the number of entries.

33 Deleting a File The first letter of the file name is replaced with the lower case Greek letter sigma (  ) in the Directory. The FAT entry is replaces with 000. The data on the disk is NOT deleted. The data will remain on the disk until it is overwritten by another write process. It may be possible recover “Deleted” data with undelete utilities.