Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department.

Slides:



Advertisements
Similar presentations
Chapter 10: File-System Interface
Advertisements

1 Chapter 11: File-System Interface  File Concept  Access Methods  Directory Structure  File System Mounting  File Sharing  Protection  Chapter.
Chapter 10: File-System Interface
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 11: File-System Interface File Concept Access Methods Directory Structure.
Chapter 10: File-System Interface
File System Interface CSCI 444/544 Operating Systems Fall 2008.
Chapter 11 File-System Interface
Dr. Kalpakis CMSC 421, Operating Systems. Fall File-System Interface.
1 File Management (a). 2 File-System Interface  File Concept  Access Methods  Directory Structure  File System Mounting  File Sharing  Protection.
04/02/2004CSCI 315 Operating Systems Design1 File System Interface.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 10: File-System Interface.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition File-System Interface.
04/05/2010CSCI 315 Operating Systems Design1 Virtual Memory Wrap-up; File System Interface.
1 Operating Systems Chapter 7-File-System File Concept Access Methods Directory Structure Protection File-System Structure Allocation Methods Free-Space.
Chapter 10: File-System Interface
10.1 Silberschatz, Galvin and Gagne ©2005 Operating System Principles Chapter 10: File-System Objectives To discuss file-system design tradeoffs, including.
Chapter 10: File-System Interface Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 10: File-System Interface File Concept.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 11: File-System Interface File Concept Access Methods Directory Structure.
File Concept l Contiguous logical address space l Types: Data: numeric, character, binary Program: source, object (load image) Documents.
Os111 Chapter 11 File-System Interface. os112 Outline File Concept Access Methods Directory Structure File System Mounting File Sharing Protection.
03/30/2007CSCI 315 Operating Systems Design1 Virtual Memory cont’d.; File System Interface.
File Concept §Contiguous logical address space §Types: l Data: Numeric Character Binary l Program.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition Chapter 10: File-System Interface.
Chapter 10 File System Interface
Operating System Concepts with Java – 7 th Edition, Nov 15, 2006 Silberschatz, Galvin and Gagne ©2007 Chapter 10: File-System Interface.
Copyright © 2006 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill Technology Education Lecture 10 Operating Systems.
Computer Studies (AL) File Management File system interface.
ITEC 502 컴퓨터 시스템 및 실습 Chapter 10-1: File Systems Mi-Jung Choi DPNM Lab. Dept. of CSE, POSTECH.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 10: File-System Interface.
Silberschatz, Galvin and Gagne  Operating System Concepts File Concept Contiguous logical address space Smallest user allocation Non-volatile.
Chap 10 File-System Interface. Objectives To explain the function of file systems To describe the interfaces to file systems To discuss file-system design.
10.1 Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 11: File-System Interface File Concept Access Methods Directory Structure File-System.
Chapter 10: File-System Interface Silberschatz, Galvin and Gagne ©2005 Operating System Concepts – 7 th Edition, Jan 1, 2005 Chapter 10: File-System.
Chapter 10: File-System Interface 10.1 Silberschatz, Galvin and Gagne ©2011 Operating System Concepts – 8 th Edition 2014.
File Systems CSCI What is a file? A file is information that is stored on disks or other external media.
File System Interface. File Concept Access Methods Directory Structure File-System Mounting File Sharing (skip)‏ File Protection.
Page 110/19/2015 CSE 30341: Operating Systems Principles Chapter 10: File-System Interface  Objectives:  To explain the function of file systems  To.
File-System. Overview File system is the visible aspect of an OS. It provides mechanism for on-line storage of and access to both data and programs of.
Silberschatz, Galvin and Gagne ©2013 Operating System Concepts – 9 th Edition Chapter 11: File-System Interface Modified.
10.1 Silberschatz, Galvin and Gagne ©2009 Operating System Concepts with Java – 8 th Edition Chapter 10: File-System Interface.
Module 4.0: File Systems File is a contiguous logical address space.
Silberschatz, Galvin, and Gagne  Applied Operating System Concepts Module 11: File-System Interface File Concept Access Methods Directory Structure.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 11: File-System Interface File Concept Access Methods Directory Structure.
Disk & File System Management Disk Allocation Free Space Management Directory Structure Naming Disk Scheduling Protection CSE 331 Operating Systems Design.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition Lecture 18: File-System Interface (Ch 10)
Chapter 10: File-System Interface Silberschatz, Galvin and Gagne ©2005 Operating System Concepts Chapter 10: File-System Interface File Concept.
Silberschatz and Galvin  Operating System Concepts Module 10: File-System Interface File Concept Access :Methods Directory Structure Protection.
14.1 Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition Chapter 10 & 11: File-System Interface and Implementation.
It consists of two parts: collection of files – stores related data directory structure – organizes & provides information Some file systems may have.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 10: File-System Interface.
Silberschatz, Galvin and Gagne ©2009 Operating System Concepts – 8 th Edition, Chapter 10: File System.
SOCSAMS e-learning Dept. of Computer Applications, MES College Marampally FILE SYSTEM.
Access Methods File store information When it is used it is accessed & read into memory Some systems provide only one access method IBM support many access.
Operating Systems Files, Directory and File Systems Operating Systems Files, Directory and File Systems.
Silberschatz, Galvin and Gagne  Operating System Concepts Chapter 11: File-System Interface File Concept Access Methods Directory Structure.
Instructor: Umar KalimNUST Institute of Information Technology Operating Systems File System Interface.
SVBIT SUBJECT:- Operating System TOPICS:- File Management
Operating Systems (CS 340 D) Princess Nora University Faculty of Computer & Information Systems Computer science Department.
CSE Operating System Principles File Systems.
Lecture : chapter 9 and 10 file system 1. File Concept A file is a collection of related information defined by its creator. Contiguous logical address.
10.1 Silberschatz, Galvin and Gagne ©2005 Operating System Principles Chapter 10: File-System 10.1 File Concept 10.2 Access Methods 10.3 Directory Structure.
File System Interface CSSE 332 Operating Systems
Module 10: File-System Interface
Chapter 11: File-System Interface
Operating Systems (CS 340 D)
Chapter 11: File-System Interface
Chapter 10: File-System Interface
File-System Interface
Module 10: File-System Interface
Lecture 4: File-System Interface
Presentation transcript:

Operating Systems (CS 340 D) Dr. Abeer Mahmoud Princess Nora University Faculty of Computer & Information Systems Computer science Department

(Chapter-11) File System Interface

Chapter 11: File System Interface 1.File Concept 2.Access Methods 3.Directory Structure 4.File Sharing 5.Protection Dr. Abeer Mahmoud 3

OBJECTIVES :  To explain the function of file systems  To describe the interfaces to file systems  To discuss file-system design tradeoffs, including access methods, file sharing, file locking, and directory structures  To explore file-system protection Dr. Abeer Mahmoud 4

Background Dr. Abeer Mahmoud 5

The file system consists of two distinct parts: 1. a collection of files, each storing related data, and 2. a directory structure, which organizes and provides information about all the files in the system. Dr. Abeer Mahmoud 6

File Concept  A file is a named collection of related information that is recorded on secondary storage.  Commonly, files represent programs (both source and object forms) and data.  Data files may be numeric, alphabetic, alphanumeric, or binary.  Files may be free form, such as text files, or may be formatted rigidly.   The information in a file is defined by its creator. Dr. Abeer Mahmoud 7

File Concept (cont.)  Many different types of information may be stored in a file  source programs, object programs, executable programs, numeric data, text, payroll records, graphic images, sound recordings, …..  A file has a certain defined structure, which depends on its type. o e.g: A text file is a sequence of characters organized into lines o A source file is a sequence of subroutines and functions, each of which is further organized as declarations followed by executable statements. o An object file is a sequence of bytes organized into blocks understandable by the system’s linker. o An executable file is a series of code sections that the loader can bring into memory and execute. Dr. Abeer Mahmoud 8

File Structure Dr. Abeer Mahmoud 9

File Structure  None - sequence of words, bytes  Simple record structure  Lines  Fixed length  Variable length  Complex Structures  Formatted document  Relocatable load file  Can simulate last two with first method by inserting appropriate control characters  Who decides:  Operating system  Program Dr. Abeer Mahmoud 10

File Attributes  Name – only information kept in human-readable form  Identifier – unique tag (number) identifies file within file system  Type – needed for systems that support different types  Location – pointer to file location on device  Size – current file size  Protection – controls who can do reading, writing, executing  Time, date, and user identification – data for protection, security, and usage monitoring  Information about files are kept in the directory structure, which is maintained on the disk Dr. Abeer Mahmoud 11

File Operations Dr. Abeer Mahmoud 12

File Operations  File is an abstract data type CreateWrite Two steps are necessary to create a file.  First, space in the file system must be found for the file how?  Second, an entry for the new file must be made in the directory. To write a file, we make a system call specifying both the name of the file and the information to be written to the file.  Given the name of the file, the system searches the directory to find the file’s location.  The system must keep a write pointer to the location in the file where the next write is to take place. The write pointer mustbe updated whenever a write occurs. Dr. Abeer Mahmoud 13

File Operations (cont.) ReadDelete To read from a file, we use a system call that 1.specifies file name and where (in memory) the next block of the file should be put. 2.the directory is searched for the associated entry, 3.the system keeps a read pointer to the location in the file where the next read is to take place. 4.Once the read has taken place, the read pointer is updated To delete a file  Provide name and search the directory for it  Having found it, we release all file space, so that it can be reused by other files, and erase the directory entry Dr. Abeer Mahmoud 14

File Operations (cont.) Truncating a file  The user may want to erase the contents of a file but keep its attributes. Rather than forcing the user to delete the file and then recreate it, this function allows all attributes to remain unchanged— except for file length—but lets the file be reset to length zero Dr. Abeer Mahmoud 15

File Types – Name, Extension Dr. Abeer Mahmoud 16

File Access Methods Dr. Abeer Mahmoud 17

Access Methods 1. Sequential Access2. Direct Access (or relative access) Information in the file is processed in order, one record after the other. This mode of access is by far the most common read next, write next reset, no read after last write (rewrite) A file is made up of fixed length of logical records that allow programs to read and write records rapidly in no particular order. read n, write n, position to n read next, write next, rewrite n n = relative block number Dr. Abeer Mahmoud 18

Simulation of Sequential Access on a Direct- access File Dr. Abeer Mahmoud 19

Directory and Disk Structure Dr. Abeer Mahmoud 20

 A storage device can be used in its entirety for a file system. each partition can hold a file system  It can also be subdivided into partitions (each partition can hold a file system)  Partitioning is useful for limiting the sizes of individual file systems, Directory Structure  Partitions are also known as slices or (in the IBM world) minidisks.  Any entity containing a file system is generally known as a volume. Dr. Abeer Mahmoud 21

Directory Structure (cont..)  Each volume can be thought of as a virtual disk.  Each volume that contains a file system must also contain information about the files in the system. This is the device directory (simply as that directory)  records information—such as name, location, size, and type—for all files on that volume. file-system organization. Dr. Abeer Mahmoud 22

 A collection of nodes containing information about all files F 1 F 2 F 3 F 4 F n Directory Files Both the directory structure and the files reside on disk Backups of these two structures are kept on tapes Directory Structure (cont..) Dr. Abeer Mahmoud 23

A Typical File-system Organization Dr. Abeer Mahmoud 24

Operations Performed on Directory  Search for a file  Create a file  Delete a file  List a directory  Rename a file  Traverse the file system Dr. Abeer Mahmoud 25

Organize the Directory (Logically) to Obtain  Efficiency – locating a file quickly  Naming – convenient to users  most common schemes for defining the logical structure of a directory.  Single-Level Directory  Two-Level Directory  Tree-Structured Directories Dr. Abeer Mahmoud 26

Single-Level Directory  A single directory for all users  The simplest structure  Limitation  Naming problem: when the number of files increases or when the system has more than one user. Since all files are in the same directory, they must have unique names  Grouping problem : Keeping track of so many files is unaffordable e.g :The MS-DOS operating system allows only 11-character file names; UNIX, in contrast, allows 255 characters. Dr. Abeer Mahmoud 27

Two-Level Directory  Separate directory for each user Path name Can have the same file name for different user Efficient searching No grouping capability Dr. Abeer Mahmoud 28

Tree-Structured Directories n Efficient searching n Grouping Capability Dr. Abeer Mahmoud 29

File Share and Protection Dr. Abeer Mahmoud 30

File Sharing  Sharing of files on multi-user systems is desirable  Sharing may be done through a protection scheme  On distributed systems, files may be shared across a network  Network File System (NFS) is a common distributed file- sharing method Dr. Abeer Mahmoud 31

File Sharing – Multiple Users  User IDs identify users, allowing permissions and protections to be per-user  Group IDs allow users to be in groups, permitting group access rights Dr. Abeer Mahmoud 32

Protection  File owner/creator should be able to control:  what can be done  by whom  Types of access  Read  Write  Execute  Append  Delete  List Dr. Abeer Mahmoud 33

Thank you End of Chapter 11 Dr. Abeer Mahmoud 34