Please enable JavaScript.
Coggle requires JavaScript to display documents.
Chapter 11 - File System (File system operations (Remote file systems…
Chapter 11 - File System
-
Access methods
-
-
Other access methods
If too large, index (in memory) of the index (on disk)
-
-
-
Directory structure
A collection of nodes containing information about all files. Both the directory structure and the files reside on disk
Disk structure
-
-
can be used raw – without a file system, or formatted with a file system
Types of file systems
consider solaris has
tmpfs
memory-based volatile FS for fast, temporary I/O
-
-
-
-
-
-
-
File system operations
-
-
-
-
-
-
Remote file systems
-
-
Distributed Information Systems (distributed naming services) such as LDAP, DNS, NIS, Active Directory implement unified access to information needed for remote computing
Failure modes
Remote file systems add new failure modes, due to network failure, server failure
-
Stateless protocols such as NFS v3 include all information in each request, allowing easy recovery but less security