Skip to content

Files

Latest commit

ca7bb58 · Aug 16, 2019

History

History
8 lines (6 loc) · 321 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 321 Bytes

UnixFS

Simple Implementation of Unix File System

A simple implementation of EXT4 file system in C++. Program can create, view, copy, and delete file and folder within the virtual disk. Some of the implemented (Linux equivalent) commands are: rm, cat, cp, ls, mkdir, rmdir, cd

Compatible with MSVC and GNU compilers