top of page
wechat_2025-10-06_142417_834_edited.jpg

Development:

2023

Project Description: 

This project was to build a user-space filesystem using FUSE, treating a 1MB file as a virtual disk. It could finish file creation, reading, writing, deletion, and renaming, as well as nested directories and large file support. By designing structures like inodes, data blocks, and bitmaps, it would manage storage allocation and deallocation to simulate the core functions of a real filesystem.

This program is not open soursed.

bottom of page