/fslab

A lab for students to implement their own disk organizing and test on linux system

Primary LanguageCMIT LicenseMIT

###################################################
FS-Lab designed and implemented by Liang Junkai,RUC
###################################################

disk.c   Including the functions that simulate a virtual block device.You shouldn't modify anything in this file.
disk.h   Define the functions which are implemented in disk.c and some macros that you may need about the virtual block device.
fs.c     The file including the main part of the fuse system. The file you need to implement and handin.
Makefile File that is needed by "make" command.
README   This file.