# fs **Repository Path**: bbbbbruce/fs ## Basic Information - **Project Name**: fs - **Description**: Bubble file system - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-23 - **Last Updated**: 2023-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction This is a readme that outline how to install, run and test the BubbleFS filesystem # install ```bash cd src && make ./mkfs fs.img mkdir test ./bubblefs --backing-file=fs.img test ``` # run and test ```bash cd test mkdir dir rmdir -r dir touch 1.txt echo 1 > 1.txt cat 1.txt rm 1.txt vim 2.txt ... any other operations ```