搜索资源列表
lufs-0.9.3-2.4.19.patch
- LUFS 是一个混合用户空间文件系统框架,支持不定数量的对用户透明的文件系统(localfs, sshfs, ftpfs, httpfs, socketfs, freenetfs, 和nutellafs)。它可以被看作和VFS(虚拟文件系统转换)完成同样的内核功能:它是一个转换器,分布文件系统调用到支持它的文件系统。然而,LUFS文件系统是在用户空间中实现的。-driver is a mixed user-space file system framework, support for vari
嵌入式文件系统的设计与实现
- 本章主要描叙Linux核心对文件系统的支持, 虚拟文件系统(VFS)以及Linux核心对实际文件系统的支持。 Linux的最重要特征之一就是支持多种文件系统。这样它更加灵活并可以和许多其它种操作系统共存。在本文写作时Linux已经支持15种文件系统:ext,ext2,xia,minix,umsdos,msdos,vfat,proc,smb,ncp,iso9660,sysv,hpfs,affs以及ufs。毫无疑问,今后支持的文件系统类型还将增加。 Linux和Unix并
vfs
- 在Windows的环境下在用户级实现一个单用户一级目录结构的模拟文件系统。实 现步骤如下: 1、先建立一个100mb的文件; 2、模拟文件系统建立在这个文件的基础上。 3、文件存储资源管理机制采用空闲块链结构。 4、目录采用一级目录结构。 5、文件结构采用索引结构,规定每个文件最多占用16个磁盘块,文件索引表存放在文件目录项中,采用直接索引结构。 6、打开文件结构采用文件控制块和系统打开文件表结构。 7、实现文件创建、打开、关闭、读、写和显示文件目录操作。
vfs
- linux 的 VFS 文件系统说明-VFS File System Note
MINIX_VFS
- minix 3 VFS 文档, 不可多得的资料
Linux_file_manage_all_format
- 系统的介绍了Linux下的文件系统 VFS VFS的作用 基于VFS的文件访问 VFS重要数据结构 文件系统的注册与安装 ext2、ext3文件系统 文件操作 proc文件系统 CRAMFS文件系统
Ucore是一个很小的适于学习的操作系统
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore实验6:文件系统。通过完成本次实验,希望能达到以下目标:了解基本的文件系统系统调用的实现方法;了解一个基于索引节点组织方式的Simple FS文件系统的设计与实现;了解文件系统抽象层-VFS的设计与实现。文件中包括源代码和实验指导书。-Ucore is a small
SingleVFS_src.zip
- 单独打包VFS文件的程序源代码包含编译程序。,SingleVFS_src
IRos_srcV90.rar
- ROSE_online游戏服务器V90源代码,网上只能下到v80端源码,此V90 I版Rose经我修改很好用,包中含数据库,及启程精灵密语最新版VFS文件资源提取工具,望大家喜欢,ROSE_online game server source code V90, V80-line only to the client under the source, this V90 I modified my version of Rose as well, and the package containin
cacheofs-5-1.tar
- 实现基于对象的文件系统,无缝连接linux的vfs层,并实现预取功能-no
Sinx
- 用OPenGL实现的sin(x)服务费上的vfs-OPenGL implemented with sin (x) service charges on the vfs
Vfs-Hello
- VFS虚拟文件系统,该实例实现一个自己的文件系统并把他挂在到VFS上去-VFS virtual file system, the instance of the file system to achieve one' s own, and hung him up to the VFS
vfs-0.1.2.tar
- 虚拟文件系统vfs实现简单代码 实现文件系统的简单功能-Vfs virtual file system file system simple code to achieve a simple function
commons-vfs-1.0-src
- linux 虚拟文件系统的实现代码,实现虚拟文件系统的简单功能-linux virtual file system implementation code, a simple virtual file system functions
tracefs-2.1.1.tar
- vfs层上的捕获,这个是ibm的工程师开发的,很值得学习-vfs layer capture, this is the ibm engineers developed, it is worth learning
linux-kernel-vfs
- linux文件系统分析.详细分析了linux vfs的机制。-linux vfs
VFS-ERRO
- VFS: Cannot open root device "mtdblock2" or unknown-block(2,0)问题解决,亲测通过-VFS: Can not open root device the " mtdblock2 or unknown-block (2,0) to solve the problem, pro-test by
linux-VFS
- 关于Linux文件系统VFS的ppt, 内容丰富, 可做参考- Linux file system on the VFS ppt, rich in content, do reference
vfs
- vfs global data structvnode root pointer to root vnode Device Driver for linux. -vfs global data structvnode root pointer to root vnode Device Driver for linux.
linux的VFS机制分析
- 通过代码,详细分析了Linux的VFS机制,有利于初学者了解(Analysis of the VFS mechanism of Linux)