Skip to content

Deadpoolmine/HITSZ-Ext2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Ext2 Based File System

Author Deadpool

Create in 2020-12-11

Log

2020-12-15

  • 需要完成rm、mv
  • 最好能够完成多级索引块

2020-12-12

  • 实现动态分配inode

Support

  • cp
  • mkdir
  • touch
  • ls
  • cd

TODO

  • tee
  • cat
  • remove unnecessary printf
  • rm

DEMO

init

init

ls

ls

mkdir and stru(structure which define by myself)

mkdir

touch

touch

tee and cat

tee and cat

cd

cd

cp

cp1 cp2

rm

rm

mv

mv