yoonje / ext2-linux-file-system

EXT2 File System Emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EXT2 Linux File System

EXT2 file system emulator. It works like Linux does.

Result

result

Run

$ make
$ ./shell
$ [/]# format
$ [/]# mount

After this commands you can use several shell command like touch, mkdir, mv, ls, cd...

About

EXT2 File System Emulator


Languages

Language:C 99.7%Language:Makefile 0.3%