 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES.

Slides:



Advertisements
Similar presentations
COMP091 – Operating Systems 1
Advertisements

Chapter 4 : File Systems What is a file system?
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 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)
1 EXT4NTFS 6FAT32 Allocation method IndexedIndexed, by “runs”Linked File representation i-node (default size 256KB) MFT record (default size 1Kb) Chain.
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
Operating Systems File systems
Chapter 7: Configuring Disks. 2/24 Objectives Learn about disk and file system configuration in Vista Learn how to manage storage Learn about the additional.
Computer Forensics Principles and Practices by Volonino, Anzaldua, and Godwin Chapter 6: Operating Systems and Data Transmission Basics for Digital Investigations.
Chapter 7: Configuring Disks. Configuring File Systems Fat32 –First used with Windows 95 OSR2 –Smaller cluster sizes, more efficient storage up to 32.
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.
By Mr. Abdalla A. Shaame 1. What is Computer An electronic device that stores, retrieves, and processes data, and can be programmed with instructions.
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:
FDISK Partitioning Hard Disks. History We bought our new hard disk drive –Right size for BIOS and OS –Right connections (PATA/SATA) We installed our new.
Implementing Hard Drives Chapter 10
MCSE Guide to Microsoft Windows 7 Chapter 5 Managing File Systems.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Copyright © 2006 by The McGraw-Hill Companies,
Objectives Learn what a file system does
IT Essentials: PC Hardware and Software 1 Chapter 7 Windows NT/2000/XP Operating Systems.
Chapter 8 File Management
Presented to: Sir Ahmad Karim
Disk Structures. CTEC 1102 Formatting a Disk Two parts to formatting a disk:  Low-level (physical) formatting  High level (logical) formatting Low-level.
WINDOWS XP PROFESSIONAL Bilal Munir Mughal Chapter-1 1.
Lecture 9: The FAT and VFAT Filesystems 6/16/2003 CSCE 590 Summer 2003.
1 Chapter Overview Floppy Disk Drives Hard Disk Drives.
Window NT File System JianJing Cao (#98284).
File Systems in Real-Time Embedded Applications March 4th Eric Julien Introduction to File Systems 1.
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.
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.
The disk surface is divided into tracks. into tracks. 1.
MCSE GUIDE TO MICROSOFT WINDOWS 7 Chapter 5 Managing File Systems.
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.
Guide to MCSE , Second Edition, Enhanced 1 File Storage Basics Basic storage Centers on partitioning physical disk Dynamic storage New method supported.
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.
OPERAING SYSTEM 1 CA-210 WINDOWS XP. CHAPTER 1 OPERATING SYSTEM FUNDAMENTALS.
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.
FAT File Allocation Table
FILE SYSTEMS. Presented to: Sir. Ahmad Kareem Presented by: Sadia Rasheed Bsit
MCSE GUIDE TO MICROSOFT WINDOWS 7 Chapter 5 Managing File Systems.
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.
CEG 2400 FALL 2012 Windows Servers Network Operating Systems.
Hands-On Microsoft Windows Server 2008 Chapter 7 Configuring and Managing Data Storage.
Course 03 Basic Concepts assist. eng. Jánó Rajmond, PhD
DIT314 ~ Client Operating System & Administration
UMBC CMSC 421 Spring 2017 The FAT Filesystem.
CENG334 Introduction to Operating Systems
Working with Disks Lesson 4.
Windows XP File Systems
Introduction to Computers
File Management.
Booting Up 15-Nov-18 boot.ppt.
Chapter Overview Operating System Basics
By Laurynas Peteraitis
Presentation transcript:

 FILE S SYSTEM  DIFFERENT FILE SYSTEMS  FILE SYSTEM COMPONENTS  FILE OPERATIONS  LOG STRUCTERD FILE SYSTEM  FILE EXAMPLES

 A collection of data or information that has a name, called the filename.  Almost all information stored in a computer must be in a file. There are many different types of files: data files, text files, program files, directory files, and so on. Different types of files store different types of information. Text file : A file that contains characters from the ASCII or Unicode character sets.

 In a computer, a file system is the way in which files are named and where they are placed logically for storage and retrieval.  Without a file system, information placed in a storage area would be one large body of information with no way to tell where one piece of Information stops and the next begins.  File systems can be used on many different kinds of storage devices.

 There are many different TYPES of file systems. Each one has different structure and logic. Each one has different properties of speed, flexibility, security, size and more.

 A system of organizing files in an operating system in which all files are stored in a single directory.

 The FAT File system is used by DOS and is supported by all the other operating systems. It is simple, reliable, and uses little storage.  The family of FAT file systems is supported by almost all operating systems for personal computers, including all versions of Windows.There are three versions of FAT  FAT12:The initial version of FAT introduced in  FAT12 was used for old floppy disks.  FAT12 may use up to 4096 different block references.

 The first file system to be used on a Microsoft operating system was the FAT system, which uses a file allocation table.  The FAT system is a 16-bit system that allows files to be identified by a name consisting of up to 8 characters and a 3 character extension, which is why this system is called FAT16.  The FAT12 and FAT16 file systems had a limit on the number of entries in the root directory of the file system. FAT system is limited to 65,525 clusters.  If users want to store a 50KB file in a 1000MB sector, you will use 4 clusters because the capacity of one cluster is 16KB.

 MS-DOS, Windows 95, Windows 98, Windows NT, Windows 2000, and some UNIX operating systems can use it.  There are many tools available to address problems and recover data.  If you have a startup failure, you can start the computer with an MS-DOS bootable floppy disk.  It is efficient, both in speed and storage, on volumes smaller than 256 MB.

 No built-in file system security  No utility to compress files  Due to large cluster size, it wastes the storage space for larger drives  File size more than 2GB cannot be created  Larger the hard disk, large is the wastage of storage space  As the size of the cluster increases, Inefficiency on larger volume sizes increases

 A version of the file allocation table (FAT) available in Windows 95 and Windows 98. FAT32 increases the number of bits used to address clusters and also reduces the size of each cluster.  It uses 32-bit values for the FAT entries. In fact, only 28 bits are used, as 4 bits are reserved for future use.  FAT 32 is popularly used in external storage devices.FAT32 file systems on XP will conduct a file check if windows was not shut down properly.  This will more or less guarantee that no file system problems arise. NTFS however does not perform such check like memory cards, USB drives, etc.

 The FAT32 format is widely used for USB drives, flash memory cards and external hard drives for compatibility on all platforms (Windows, Android tablets, etc.)  Data loss is common problem faced by FAT partitions users. If you have lost data from FAT16 or FAT32 format storage units, no need to worry as you can recover FAT partition with Remo Recover (Windows) software.  Usage: The FAT32 file system is typically used as a means of file storage in a Windows 9x computer.

 The NTFS file system was introduced with the first version of Windows NT (New Technology) and is a completely different file system from FAT 16 and Fat 32.  Microsoft actually designed it to be more stable, reliable and offer end users greatly increased security. NTFS supports hard drive sizes up to 256TB  NTFS provides everything., NTFS is less attractive on personal desktop workstations or portables. It uses 64-bit values for FAT entries.  It is used for retrieving and storing files on the hard disk. NTFS was initially designed for the Intel i860 XR processor released by Microsoft in 1993.

 exFAT (Extended File Allocation Table) is a Microsoft file system optimized for flash drives.  Extended file allocation table (exFAT) is a new file system that is better adapted to the growing needs of mobile personal storage.  It is supported in Windows XP and Windows Server 2003,Windows Vista with Service Pack 1,Windows Server 2008,Windows 7, Windows 8, Windows Server 2008 R2 (except Windows Server 2008 Server Core).  exFAT can be used where the NTFS file system is not a feasible solution or where the file size limit of the standard FAT32 file system is unacceptable.

 exFAT is also supported in a number of media devices such as modern flat panel TVs, media centers, and portable media players.  Handles more than 4000 RAW images, 100 HD movies, or 60 hours of HD recording in a single directory.  It was developed by Microsoft and originally released in November 2006.

 Disk management organizes disk blocks into files  Naming provides file names and directories to users, instead of tracks and sector numbers.  Protection keeps information secure from other users  Reliability protects information loss due to system crashes

 THE END