搜索资源列表
FileSystem
- 小型文件系统模拟,通过该程序演示了文件系统的工作原理和实现机制。使用MFC做了界面设计。 文件系统设计使用了inode和成组链接法。-Small file system simulation, through the program demonstrated the working principle of the file system and the realization of the mechanism. The use of MFC done interface design
H3C-iNode-patch-3.60-6307-08-general
- 先卸载客户端,重启电脑,重新安装客户端,安装完后切记不能打开客户端,先将AuthenMngService.exe覆盖到客户端安装目录,然后方可启动客户端。破解后没有共享上网的种种限制,也不会有烦人的气泡提示。-Uninstall the client, restart the computer, reinstall the client after installation Remember that can not be opened the client first AuthenMngSer
UnixFileSystem
- 在windows环境下实现Unix文件系统,其中最重要的是Inode的实现-Unix file system is realized in the windows environment, the most important is the realization of Inode
pipe
- A)编写myls在既定的文件中列出当前工作目录文件的个性化列表(每行一个文件目录包括inode 号,硬链接数,文件名,大小,最近修改时间),不需要排序。并且报告处理花费的总时间(屏幕显示)。 B)Process – model ( fork() + exec() + pipe() ): parent 进程:产生 child 进程,接受并显示 child 进程传回的信息。 child 进程:调用 exec(),执行 A) 中的myls可执行文件(将所花费的时间报告给父进程)。 -a
Ext2Fsd-0.62.src
- 在windows加载读取ext文件格式,可以运行在windows、xp、和win7 下面-Ext2Fsd is an ext2 file system driver for Windows (2k, XP, Vista and Win7). It’s a free software. Anyone can modify or distribute it under GPL2. Features Ext2Fsd supports: ext2/ext3 volume
os
- 简单的文件系统 可实现文件的创建,删除等功能,可显示iNode位图-Simple file system can create files, delete and other functions, can display bitmap iNode
ext2_gx
- 仿真EXT2文件系统,使用一个txt文件模拟磁盘,最终实现对磁盘文件的创建、打开、读、写、关闭操作。其中涉及到inode、位图、超级块等概念与操作-A simple file system simulate EXT2, using a TXT file simulated disk, realizede the operationg for the disk file, such as create, open, read, write and close.Which involved some
1441622384621
- 最新INODE PC7.0客户端,H3C出品,适合集团公司内网认证。(The latest INODE PC7.0 client, H3C produced, suitable for the group company intranet certification.)
lab1
- cse lab1 inode manager
inode
- inode 译成中文就是索引节点。每个存储设备或存储设备的分区(存储设备是硬盘、软盘、U盘等等)被格式化为文件系统后,应该有两部份,一部份是inode,另一部份是Block,Block是用来存储数据用的。而inode呢,就是用来存储这些数 据的信息,这些信息包括文件大小、属主、归属的用户组、读写权限等。inode为每个文件进行信息索引,所以就有了inode的数值。操作系统根据指令, 能通过inode值最快的找到相对应的文件。(The translation of inode into Chine