Presented to: Sir Ahmad Karim

Slides:



Advertisements
Similar presentations
File and Disk Maintenance
Advertisements

Windows File Systems CGS2564. Who Cares? C:\Documents\Taxes\Tax04.DOC.
COMP091 – Operating Systems 1
Disk Fundamentals. More than one platter (round cylinders)
Drives, Directories and Files. A computer file is a block of arbitrary information, or resource for storing information. Computer files can be considered.
File Systems Examples.
File System Analysis.
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)
Managing Your Hard Disk and Operating System 23,26 March :30pm - 4:00pm.
Ayşegül AYHAN & Can KOÇOĞLU Operating Systems’ File Systems.
Lecture 10: The FAT, VFAT, and NTFS Filesystems 6/17/2003 CSCE 590 Summer 2003.
Connecting with Computer Science, 2e
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
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.
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.
70-270, MCSE/MCSA Guide to Installing and Managing Microsoft Windows XP Professional and Windows Server 2003 Chapter Five Managing Disks and Data.
Operating Systems.
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.
MCSE Guide to Microsoft Windows 7 Chapter 5 Managing File Systems.
Lesson 7-Creating Network File Systems. Overview Understand Novell’s network file system (NFS). Understand Windows file storage. Utilization of NFS.
1 Partitioning a Hard Drive ©Richard Goldman Revised January 8, 2001 Revised December 9, 2002.
Storage and NT File System INFO333 – Lecture Mariusz Nowostawski Noria Foukia.
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.
Chapter 8 File Management
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).
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.
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.
1 Interface Two most common types of interfaces –SCSI: Small Computer Systems Interface (servers and high-performance desktops) –IDE/ATA: Integrated Drive.
Managing Disks and Drives Chapter 13 powered by dj.
Multiboot System under Windows XP – Ubuntu – Windows 7 Qiong LIN - 28 April 2012.
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.
MCSE GUIDE TO MICROSOFT WINDOWS 7 Chapter 5 Managing File Systems.
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.
MCSE Guide to Microsoft Windows Vista Professional Chapter 5 Managing File Systems.
Lecture 18 Windows – NT File System (NTFS)
FAT File Allocation Table
FILE SYSTEMS. Presented to: Sir. Ahmad Kareem Presented by: Sadia Rasheed Bsit
Web File System Meeting Presentation October 06. NTFS New Technology File System Muhammad Talha Ekram 2185.
MCSE GUIDE TO MICROSOFT WINDOWS 7 Chapter 5 Managing File Systems.
SIR SONS IN RETIREMENT Computer User Group. HARD DRIVE FORMATTING LOW-LEVEL FORMATTING PARTITIONING HIGH-LEVEL FORMATTING –ERASER:
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.
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.
DIT314 ~ Client Operating System & Administration CHAPTER 7 MANAGING DISKS AND FILE SYSTEM Prepared By : Suraya Alias.
Day 28 File System.
Disks and Formatting Ch 3.
Working with Disks Lesson 4.
Windows XP File Systems
File Management.
File Managements.
Chapter Overview Operating System Basics
Partitioning & Formatting
Presentation transcript:

Presented to: Sir Ahmad Karim Presented by: Tahmina Gillani (MIT-08-13) Mehwish saba (MIT-08-03) Hira Nargis (MIT-08-19) Misbah Fatima (MIT-08-12) Ayesha Raee (MIT-08-04)

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

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.

Clusters? 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).

DRIVE SIZE Cluster Size FAT 16 Cluster Size FAT 32 NTFS 260 to 511 MB 8 KB (16 sectors) Not Supported 512 bytes (1 sector) 512 to 1023 MB 16 KB (32 sectors) 4 KB (8 sectors) 1KB (2 sectors) 1024 MB to 2 GB 32 KB (64 sectors) 2 KB (4 sectors) 2 to 4 GB 64 KB (128 sectors) 4 to 8 GB 8 to 16 GB 16 to 32 GB 32 KB ( 64 sectors) >32 GB (up to 2 TB)

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 System FAT16 FAT32 NTFS 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 1st sectors Boot Record – the name & version number of the OS, info. 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

Ext 3 Ext 3(third extended file system): Journaled file system used by Linux kernel. Introduced November 2001(Linux 2.4.15) Enhanced form of Ext 2 which Improve reliability Eliminates the need to check the file system after an unclean shut down.

Advantages Back up and restore data Less CPU power than other file systems in Linux like XFS. More safer due to its relative simplicity and wider testing base.

Cont’d The ext3 file system adds, over its predecessor: A journaling file system. Online file system growth. Htree indexing for larger directries.

Cont’d Size limits: Maximum size for both indiviual files and entire file systems. Max file size 16 GB – 2 TB. Max number of files:Variable,Allocated at creation time. Max file name length:254 Bytes.

Journalling levels Three levels in Linux implementation of Ext 3: Journal(lowest risk) Ordered(medium risk) Writeback(highest risk)

Disadvantages Functionality Defregmentation Recovery Compression NO checksumming in journal

Thanks for your kind presence