Skip to content

MiaoHN/ext2-file-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ext2 File System

Ext2 文件系统的实现

食用方法

mkdir build
cd build
cmake ..
make
cd ../bin
./Ext2FileSystem

TODO

  • 完成全部间接索引
  • 添加 tree 命令
  • 添加直接到根目录的跳转
  • 添加时间信息
  • bababa...