(The program written to simulate the Linux file system is relatively simple. The physical basis of the file system is tracks (40) 0~39. Each track is divided into 8 sectors, each sector has 512B. The file system realizes the creation, deletion, opening, reading and writing, closing, detection of files, creation and deletion of directories, etc.
File System FileSystem. c
.....)