Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 236 Bytes

README.md

File metadata and controls

9 lines (9 loc) · 236 Bytes

Simple-Filesystem

Run the following to start the program:

truncate -s <size> <image file>
./mkfs.a1fs -i <number of inodes> <image file>
./a1fs <image file> <mount point>
fusermount -u <mount point>

Assignment link