Jul 8, 2024
create()
: Initializes the file system structures.sync()
: Writes the file system data to disk using fopen
and fwrite
.mount()
: Reads file system data from disk using fread
.malloc
for memory allocation.stdio.h
, stdlib.h
, string.h
.