Skip to content

Latest commit

 

History

History
32 lines (30 loc) · 732 Bytes

README.md

File metadata and controls

32 lines (30 loc) · 732 Bytes

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