Build C++ project .

Job ID: 35308324

Budget: ₹600 – ₹2,000 INR

Project Short details:
Create a program that sets up and formats a file system using a simulated disk and performs specific testing functions. The simulated disk reads and writes 1 KB binary data block from a random access file that is setup on your actual file system. Your file system consists of a superblock, a list of i-node blocks, and data blocks. The superblock is the first block (block 0) on the disk. It contains information about the number of blocks on the file system, the number of i-nodes, and the index of the first block in the free list. .........

Requirements details in requirements project.docx file

1. You must have at a minimum the following files for this project:
a. disk.cpp, disk.hpp
b. fileSystem.cpp, fileSystem.hpp
c. superblock.hpp, inode.hpp, inode.cpp
d. main.cpp
e. Makefile
f. README

Remembered:you can't do anything outside this requirements project.docx Must be complete all requirements.docx file requirements

All files & requirements in attach section