文件名称:filesystem
- 所属分类:
- Linux/Unix编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 16kb
- 下载次数:
- 0次
- 提 供 者:
- lili*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
模拟Linux文件系统
在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。
1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。
2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求:
(1) 盘块大小1k
(2) 空闲盘块的管理:Linux位图法
(3) 结构:超级块, i结点区, 根目录区
-Simulation of Linux file system at any one OS, the set up of a large file, it put the illusion into a disk, in which a simple implementation of the simulation Linux file system. 1. In the existing machine' s hard drive to open up 100M of hard disk space, as a set of hard disk space. 2. Simdisk prepared by one management procedures to manage this space to simulate the Linux file system, the requirements: [1] the disk block size 1k [2] free disk block management: Linux bitmap Law [3] Structure: The super block, i node area, the root directory of the district
在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的模拟Linux文件系统。
1. 在现有机器硬盘上开辟100M的硬盘空间,作为设定的硬盘空间。
2. 编写一管理程序simdisk对此空间进行管理,以模拟Linux文件系统,要求:
(1) 盘块大小1k
(2) 空闲盘块的管理:Linux位图法
(3) 结构:超级块, i结点区, 根目录区
-Simulation of Linux file system at any one OS, the set up of a large file, it put the illusion into a disk, in which a simple implementation of the simulation Linux file system. 1. In the existing machine' s hard drive to open up 100M of hard disk space, as a set of hard disk space. 2. Simdisk prepared by one management procedures to manage this space to simulate the Linux file system, the requirements: [1] the disk block size 1k [2] free disk block management: Linux bitmap Law [3] Structure: The super block, i node area, the root directory of the district
(系统自动生成,下载前可以参看下载内容)
下载文件列表
applyarray.cpp
console.cpp
currentpath.cpp
disk.h
fileimage.cpp
folder.cpp
folderitem.cpp
freebitmap.cpp
inode.cpp
inodelist_disk.cpp
inodelist_memory.cpp
kernel function.cpp
main.cpp
mainwaitingthread.cpp
mystring.cpp
openfiledescriptortable.cpp
openfileitem.cpp
openfilemanager.cpp
superblock.cpp
模拟磁盘.cpp
console.cpp
currentpath.cpp
disk.h
fileimage.cpp
folder.cpp
folderitem.cpp
freebitmap.cpp
inode.cpp
inodelist_disk.cpp
inodelist_memory.cpp
kernel function.cpp
main.cpp
mainwaitingthread.cpp
mystring.cpp
openfiledescriptortable.cpp
openfileitem.cpp
openfilemanager.cpp
superblock.cpp
模拟磁盘.cpp