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)

Slides:



Advertisements
Similar presentations
Hard Disks Low-level format- organizes both sides of each platter into tracks and sectors to define where items will be stored on the disk. Partitioning:
Advertisements

File and Disk Maintenance
Lesson 9 Types of Storage Devices.
Windows File Systems CGS2564. Who Cares? C:\Documents\Taxes\Tax04.DOC.
Types Of Storage Device
Disk Fundamentals. More than one platter (round cylinders)
Section 5a Types of Storage Devices.
Drives, Directories and Files. A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered.
An Introduction to Computer Forensics James L. Antonakos Professor Computer Science Department.
File Systems Examples.
File System Analysis.
Lecture 10: The FAT, VFAT, and NTFS Filesystems 6/17/2003 CSCE 590 Summer 2003.
MCT260-Operating Systems I Operating Systems I Routine File Management Part One.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
Hands-On Microsoft Windows Server 2003 Chapter 2 Installing Windows Server 2003, Standard Edition.
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 –
5.1 © 2004 Pearson Education, Inc. Exam Managing and Maintaining a Microsoft® Windows® Server 2003 Environment Lesson 5: Working with File Systems.
1 CSCD 496 Computer Forensics Lecture 7 File Systems – Windows Winter 2010.
Operating Systems.
Storage device.
Hard Drive Formatting 1. Formatting Once a hard drive has been partitioned, there’s one more step you must perform before your OS can use that drive:
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.
Objectives Learn what a file system does
IT Essentials: PC Hardware and Software 1 Chapter 7 Windows NT/2000/XP Operating Systems.
Mastering Windows Network Forensics and Investigation Chapter 7: Windows File Systems.
LIS508 lecture 5: storage devices Thomas Krichel
Chapter 8 File Management
Presented to: Sir Ahmad Karim
®® Microsoft Windows 7 for Power Users Tutorial 5 Comparing Windows 7 File Systems.
Disk Structures. CTEC 1102 Formatting a Disk Two parts to formatting a disk:  Low-level (physical) formatting  High level (logical) formatting Low-level.
 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.
WINDOWS XP PROFESSIONAL Bilal Munir Mughal Chapter-1 1.
Mastering Windows Network Forensics and Investigation Chapter 7: Windows File Systems.
Window NT File System JianJing Cao (#98284).
Operating Systems Advanced OS - E. OS Advanced Evaluating an Operating System.
W2K Server Installation It is very important that before you begin to install Windows 2000 Server, you must prepare for the installation by gathering specific.
Component 4: Introduction to Information and Computer Science Unit 4: Application and System Software Lecture 3 This material was developed by Oregon Health.
Chapter 3 Installing Windows XP Professional. Preparing for installation Pre-installation requirement; ◦ Hardware requirements ◦ Hardware compatibility.
Disk Fragmentation 1. Contents What is Disk Fragmentation Solution For Disk Fragmentation Key features of NTFS Comparing Between NTFS and FAT 2.
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.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 13 Understanding and Installing Windows 2000 and Windows NT.
IOS110 Introduction to Operating Systems using Windows Session 5 1.
Computer File Systems ©Richard Goldman November 26, 2001.
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.
The disk surface is divided into tracks. into tracks. 1.
Copyright © 2007 Heathkit Company, Inc. All Rights Reserved PC Fundamentals Presentation 15 – The Hard Drive.
Chapter 3 Partitioning Drives using NTFS and FAT32 Prepared by: Khurram N. Shamsi.
Guide to MCSE , Second Edition, Enhanced 1 File Storage Basics Basic storage Centers on partitioning physical disk Dynamic storage New method supported.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
MCDST : Supporting Users and Troubleshooting a Microsoft Windows XP Operating System Chapter 11: Managing Access to File System Resources.
MCSE Guide to Microsoft Windows Vista Professional Chapter 5 Managing File Systems.
IST 222 Day 3. Homework for Today Take up homework and go over Go to Microsoft website and check out their hardware compatibility list.
CS101 Storage Information Storage The zeros and ones in the input devices, output devices and process devices are in _______ form and are lost when the.
Lecture 18 Windows – NT File System (NTFS)
FAT File Allocation Table
FILE SYSTEMS. Presented to: Sir. Ahmad Kareem Presented by: Sadia Rasheed Bsit
Digital Forensics Dr. Bhavani Thuraisingham The University of Texas at Dallas Lecture #8 File Systems September 22, 2008.
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.
ITMT Windows 7 Configuration Chapter 4 – Working with Disks and Devices ITMT 1371 – Windows 7 Configuration 1.
Working with Disks Lesson 4.
I/O Resource Management: Software
Windows XP File Systems
File Management.
File Managements.
Lesson 9 Types of Storage Devices.
Hard disk basics Prof:R.CHARLES SILVESTER JOE Departmet of Electronics St.Joseph’s College,Trichy.
Partitioning & Formatting
Presentation transcript:

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) You can use spaces and periods You cannot use these characters: / \ : * ? “ |

File Names continued Filenames consist of two parts  Main part of filename Identifies the contents of the file  File extension Identifies the file type The last period separates the file extension from the main part of the filename. Windows typically associates a file extension with an application installed on a computer

Folder Names Folder names follow the same guidelines for naming files Folder names usually do not have a file extension

MS-DOS filename Filename: 1 to 8 characters File extension: 1 to 3 characters DOS only uses uppercase You cannot use spaces A single period separates the file extension from the filename You cannot use these characters: / \ : * ? “ | + = ;, [ ]

The Full Path What does it mean?  The complete path from the root of the files system to the desired object.  Use \ (vs. /)  C:\ - the root C:\documents and settings\theresa\octc\cis110\filesystems.ppt

File Systems A file system defines the structure and the rules used to read, write, and maintain information stored on a disk. Which system used is determined by;  Hardware  Software  Security needs  Need for a dual-booting system

FAT??? file allocation table – where the OS records how the disk space is used

File Systems FAT 16 – oldest, created for DOS, supported by most OSs’, cannot be installed on partitions larger than 2 GB, or on hard drives larger than 4GB. FAT 32 – supports disks from 512 to 2TB, compatible with Windows 98 and up NTFS – (new technology file system) – better file security (Encrypting File System), disk compression, logging features, reliability and stability. NTFS volumes can not be accessed by DOS, or Windows 95 or Windows 98.

File Systems èThe operating system keeps track of data (documents, pictures, etc.) by placing it into a file. èTo store and retrieve files: è Disk divided into tracks è Tracks are divided into sectors è Sectors grouped into clusters è Number of sectors in a cluster is determined by è Size of the hard drive è File allocation system – FAT, FAT32, NTFS

When you format a disk the operating systems creates concentric recording bands, called tracks, around the circumference of the disk. Then, the formatting program (in our case Windows XP) subdivides each track into equal parts, called sectors. Although not all of them are shown in the following diagram, there are 80 concentric tracks on a 3 ½ inch high density diskette and each track is divided into 18 sectors. Each sector in turn contains 512 bytes. So let’s see tracks X 18 sectors X 2 sides X 512 bytes = 1,474,560 bytes = 1.4 MB

Tracks Sectors within a Track Cluster

A hard disk has extremely smooth metal or glass plates called “platters” (vs. the floppy mylar disk of a floppy disk). Each platter is divided into tracks and sectors by the format operation, like a floppy disk, however the number of tracks and sectors is different. The number of tracks on a hard disk depends on the disk size and the manufacturer.

A cluster, also known as an allocation unit, consists of one or more sectors of storage space, and represents the minimum amount of space that an operating system allocates when saving the contents of a file to a disk. The number of sectors per cluster is dependent on  Type of disk (floppy disk, hard disk)  Version of operating systems  Size of disk Every sector contains 512 bytes. (NTFS does allow you to change this number.) The number of clusters per disk is determined by the filing system (FAT 16, FAT 32 or NTFS). Clusters?

DRIVE SIZE FAT 16 Cluster Size FAT 32 Cluster Size NTFS Cluster Size 260 to 511 MB8 KB (16 sectors)Not Supported512 bytes (1 sector) 512 to 1023 MB16 KB (32 sectors)4 KB (8 sectors)1KB (2 sectors) 1024 MB to 2 GB32 KB (64 sectors)4 KB (8 sectors)2 KB (4 sectors) 2 to 4 GB64 KB (128 sectors)4 KB (8 sectors) 4 to 8 GBNot Supported4 KB (8 sectors)8 KB (16 sectors) 8 to 16 GBNot Supported8 KB (16 sectors)16 KB (32 sectors) 16 to 32 GBNot Supported16 KB (32 sectors)32 KB ( 64 sectors) >32 GB (up to 2 TB) Not Supported32 KB (64 sectors)64 KB (128 sectors)

Example - File size = 2KB Hard drive = 2GB  FAT 16 – the file will use 1 cluster which is 64 sectors, so 64 X 512 bytes per sector = 32KB – 2KB = 30KB slack space  FAT 32 – the file will use 1 clusters which is 8 sectors, so 8 X 512 bytes per sector = 4KB – 2KB = 2KB slack space  NTFS – the file will use 1 cluster which is 4 sectors, so 4 X 512 bytes per sector = 2KB – 2KB = 0 slack space

So, what does this all mean to us, as Windows XP users? The bigger your disk – the bigger your clusters (because there is a maximum number of clusters per disk). One way to help alleviate the problem of slack space is to partition the hard drive into smaller “drives”. Reducing the drive size will reduce the cluster size.

Which file system should you use? If your computer runs only Windows XP and you do not plan to install other OS, use NTFS However if you want to use other OS and you want to access the volumes you must use FAT16 or FAT32

OS and File System Compatibility Operating SystemFAT16FAT32NTFS Windows XP  Windows 2000  Windows NT  Windows 95, 98, ME  Windows 95  MS-DOS 

What happens during the Formatting Process? OS creates four tables in the 1 st sectors Boot Record – the name & version number of the OS, info. on the physical characteristics of the disk Master File Table #1- keeps track of Available clusters Clusters that contain data Clusters that are defective Clusters that contain OS files Master File Table #2 – copy of MFT #1 Directory Table – top level folder and file information

Formatting Process, cont. Full Format  lays down new tracks and sectors  Verifies the integrity of each sector By doing a surface scan – OS will put dummy data into sectors and then try to read the sector Quick Format  Removes files  Does not check for defective sectors

Formatting Process, cont. Should you format brand new preformatted disk?

Registered Files A file that is associated with an application on your computer via its file extension. Where is this information kept? THE REGISTRY – a database that consists of a set of files where Windows XP stores your computer’s hardware, software, network, security, OLE information, user settings or profiles, and property settings for folders and programs.