[源码和文档分享]基于C++的文件管理系统

模拟实现linux文件系统。inode、superBlock……

The simulation of the linux file system.

实现环境:

  • Ubuntu 14.04

  • C++高级操作语言

  • vim编辑器

通过C++调用linux系统函数,一块硬盘(创建的一个文件,本程序中是DISK)上实现一个简单的linux文件系统。

参考文档和完整的文档和源码下载地址:

https://www.write-bug.com/article/2486.html

猜你喜欢

转载自blog.csdn.net/demongwc/article/details/91949276