Introduction - If you have any usage issues, please Google them yourself
1.Simulate a Unix file system on your Windows Platform
2.Understand the file system on Unix system, and the usage of i-nodes
3.Implement the function of sub-directory
4.The task needs to be completed using C++ or C
5.Allocate 16MB space in memory as the storage for your file system, the space is divided as blocks with block size 1KB
6.The i-node should support up to 10 direct block addresses, and should support at least one indirect block address