文件名称:frontshell
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-12-14
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 嘉
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
模拟Linux文件系统
在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。
1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。
2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求:
(1) 盘块大小1k
(2) 空闲盘块的管理:Linux位图法
(3) 结构:超级块, i结点区, 根目录区
-Analog Linux file system at any one OS, the establishment of a large file, put it into a disk illusion, in which the realization of a simple analog Linux file system. 1 open 100M hard disk space on an existing machine' s hard disk as a set of hard disk space. (2) the preparation of a management program simdisk manage this space to simulate the Linux file system requirements: (1) the disk block size 1k (2) management of free disk blocks: Linux bitmap method (3) Structure: superblock, i junction area, a root directory area
在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。
1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。
2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求:
(1) 盘块大小1k
(2) 空闲盘块的管理:Linux位图法
(3) 结构:超级块, i结点区, 根目录区
-Analog Linux file system at any one OS, the establishment of a large file, put it into a disk illusion, in which the realization of a simple analog Linux file system. 1 open 100M hard disk space on an existing machine' s hard disk as a set of hard disk space. (2) the preparation of a management program simdisk manage this space to simulate the Linux file system requirements: (1) the disk block size 1k (2) management of free disk blocks: Linux bitmap method (3) Structure: superblock, i junction area, a root directory area
(系统自动生成,下载前可以参看下载内容)
下载文件列表
frontshell.cpp