Welcome![Sign In][Sign Up]
Location:
Search - ext2.0

Search list

[Driver Developext2_src

Description: windows下的ext2文件系统的驱动-windows under the ext2 file system driver
Platform: | Size: 481277 | Author: qyj | Hits:

[Other resourceuClinux编译傻瓜教程

Description: 一步 教你如何去编译uclinux内核,包括文件系统ext2的挂载,网络驱动,基本的cash命令,lcd frambuffer功能,串口功能等内容。-teach you step by step how to compile Basis kernel, including ext2 file system mount, network drives, the basic cash orders, LCD frambuffer functions, such as serial port function.
Platform: | Size: 1085269 | Author: 朱春开 | Hits:

[Linux-Unixext2fs.tar

Description: 本人写的读取ext2文件系统的程序。可以很大的帮助你理解ext2文件系统的物理布局。-I write read ext2 file system procedures. There could be a lot of help you understand ext2 file system of the physical layout.
Platform: | Size: 11737 | Author: 刘晓强 | Hits:

[File OperateLinuxfs_ext2

Description: linux下的ext2文件系统的实现的源码,在源码的基础上对源码中的文件操作部分进行了修改。无解压密码-the ext2 file system on the realization of the source, the source on the basis of the source document for the operation of some changes. Without extracting passwords
Platform: | Size: 7724 | Author: xiaofeng | Hits:

[Linux-Unixe2fsprogs-1.35.tar

Description: The Ext2 Filesystem Utilities (e2fsprogs) contain all of the standard utilities for creating, fixing, configuring , and debugging ext2 filesystems.
Platform: | Size: 3152299 | Author: fh | Hits:

[Driver Developmatt_ext2fsd

Description: ext2 file system driver for win nt
Platform: | Size: 537384 | Author: 杨百涛 | Hits:

[Linux-Unixos4FileSystems

Description: 学习有关Linux文件管理程序如何组织的知识,然后为简化的文件系统设计并实现一组目录操作。Linux所设计的文件管理程序用于适应多种不同类型的磁盘设备,这些磁盘设备其文件系统的组织结构各异,磁盘格式也不相同。虽然Linux为硬盘提供了自己的文件系统组织结构(ext2),但是文件管理程序可以扩展在任何文件系统格式上执行。 -learn Linux document management procedures of how to organize knowledge, Then the paper to simplify system design and realization of a catalog operation group. Linux designed document management procedures for adaptation to a variety of different types of disk equipment. These disk file system equipment of its organizational structure differ from the same disk format. Although Linux hard drive to its own file system structures (ext2), But document management procedures can be extended in any format file system implementation.
Platform: | Size: 94601 | Author: wanghui | Hits:

[WEB Codeext2

Description: 全面介绍linux ext2 文件系统原理, 文件系统的内部数据结构。呵呵, 希望对各位有帮助。-comprehensive introduction to Linux ext2 file system theory, the internal file system data structure. Oh, you want to help.
Platform: | Size: 229810 | Author: 暗暗啊 | Hits:

[Other resourceExt2_and_Ext3_FS

Description: 对ext2 和 ext3文件系统的特性进行讨论。-right ext2 and ext3 file system characteristics discussed.
Platform: | Size: 116842 | Author: wuqixuan | Hits:

[Linux-Unixe2fsprogs-1.35

Description: 这是一个EXT2的文件管理系统的程序-EXT2 This is a document management system procedures
Platform: | Size: 3340788 | Author: 许兴奎 | Hits:

[File Operatefile

Description: 这是fat32和ext2两种文件格式的比较,通过学习它们,彻底了解文件系统内容,与大家共享。
Platform: | Size: 322647 | Author: 蔡良达 | Hits:

[OS Developext2ifs-0.3-src

Description: NT平台下的ext2/ext3 文件系统驱动。安装后,可以在win下访问Linux
Platform: | Size: 524062 | Author: 刘忻云 | Hits:

[Other resourceEXT2

Description: 嵌入式程序,这是MAIN函数,实现简单的功能
Platform: | Size: 1134 | Author: pudn | Hits:

[Linux-Unixfilecreat

Description: 再linux下通过裁减和编译内核添加一个类似于ext2 的自定义文件系统myext2,制作过程详细明了
Platform: | Size: 112367 | Author: qiumingzhou | Hits:

[Develop Tools1407

Description: 在ext2文件系统中,文件由inode(包含有文件的所有信息)进行唯一标识。一个文件可能对应多个文件名,只有在所有文件名都被删除后,该文件才会被删除。此外,同一文件在磁盘中存放和被打开时所对应的inode是不同的,并由内核负责同步。 ext2 文件卷中的数据结构主要包括:superblock 块、组描述符、inode等。 ext2文件系统采用三级间接块来存储数据块指针,并以块(block,默认为1KB)为单位分配空间。其磁盘分配策略是尽可能将逻辑相邻的文件分配到磁盘上物理相邻的块中,并尽可能将碎片分配给尽量少的文件,以从全局上提高性能。ext2文件系统将同一目录下的文件(包括目录)尽可能的放在同一个块组中,但目录则分布在各个块组中以实现负载均衡。在扩展文件时,会尽量一次性扩展8个连续块给文件。 ext2系统中对各个结构的定义都包含在源代码的include/linux/ext2_fs.h文件中。
Platform: | Size: 27514 | Author: wandermiss | Hits:

[Linux-UnixLinux_file_manage_all_format

Description: 系统的介绍了Linux下的文件系统 VFS VFS的作用 基于VFS的文件访问 VFS重要数据结构 文件系统的注册与安装 ext2、ext3文件系统 文件操作 proc文件系统 CRAMFS文件系统
Platform: | Size: 495557 | Author: hhh | Hits:

[Linux-Unixext2-journal-design

Description: linux ext2, ext3文件系统日志系统的设计
Platform: | Size: 58239 | Author: lcl | Hits:

[Driver Develop9x 下文件系统驱动的例子(EXT2)

Description: Win9x下文件系统驱动的例子(EXT2)源代码。-file system driver examples (EXT2) source code.
Platform: | Size: 100261 | Author: 张天师 | Hits:

[Other Web Codeext2.0+Hibernate+dwr+spring

Description: ext2.0+Hibernate+dwr+spring列子-ext2.0+ Hibernate+ dwr+ spring Liezi
Platform: | Size: 9341952 | Author: | Hits:

[OtherEXT2.0

Description: EXT2.0中文教程, EXT2.0中文教程.-EXT2.0 Chinese Course, EXT2.0 Chinese Course, EXT2.0 Chinese Course.
Platform: | Size: 911360 | Author: 吴政府 | Hits:
« 12 3 4 5 6 7 8 »

CodeBus www.codebus.net