modalsoul0226 / Ext2-fs-demo

Demonstration of my ext2 file system project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ext2-fs-demo

This is a demonstration on how to use the tools I implemented for an Ext2 file system.

Step 1.

Build the project and produce executables by calling make.

Alt Text


Step 2.

Run demo1.sh which will visualize en empty disk.

Alt Text


Step 3.

Run demo2.sh to see the demo of ext2_cp which copies a local source file named file.txt to the disk.

Alt Text

About

Demonstration of my ext2 file system project.


Languages

Language:C 86.4%Language:Shell 12.5%Language:Makefile 1.2%