You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The program is an implementation of a simple Unix-like file system. We created a file of size 100MB to simulate the virtual hard disk. It has a hierarchical directory system. Files and directories can grow and shrink, and you need to manage free disk space. Our file system is able to allow users to browse the directory structure, create and dele…