Skip to content

EXT2 File System Simulator (works on memory)

Notifications You must be signed in to change notification settings

gjlee0802/EXT2_File_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

EXT2_File_System

This is an ext2 file system simulator that works on memory created by NCLAB21st.

Run

 $ make
 $ ./shell
 NCLAB21 : [/]# format
 NCLAB21 : [/]# mount
 NCLAB21 : [/]# ~~(command)

command

● format

NCLAB21 : [/]# format

● mount

NCLAB21 : [/]# mount

● fill

NCLAB21 : [/]# fill [file name] [size] [option]
option : -c, -a

● touch

NCLAB21 : [/]# touch [file name]

● rm

NCLAB21 : [/]# rm [file name]

● ls

NCLAB21 : [/]# ls

● cat

NCLAB21 : [/]# cat [file name]

● mkdir

NCLAB21 : [/]# mkdir [file name]

● rmdir

NCLAB21 : [/]# rmdir [file name]

● df

NCLAB21 : [/]# df

About

EXT2 File System Simulator (works on memory)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published