FileSystem reference The following are implemented as part of the filesystem.
-
Superblock ( info about all the inodes and disk blocks present in the file system)
- read
- write
-
Inodes ( info about files, each file is mapped to one inode)
- read
- write
-
Block ( blocks store the actual data in files)
- read
- write
-
File
- create
- resize
- read
- write