搜索资源列表
virtual-dusk
- 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
dosfs.tar
- DOS/Windows FAT 文件系统实现源码-DOS / Windows FAT file systems FOSS
er
- 通用化大会山高水低法国是个是是是是是发奉国寺十分-General Assembly of France is Shangaoshuidi are Yes Yes Yes Yes fat from the very Temple
libfat.tar
- Support library to access and manipulate FAT12 / FAT16 / FAT32 file systems - Includes a FUSE filesystem module to access FAT volumes which uses the library
FATandNTFS
- FAT与NTFS之间的区别,这可是我找了好久的!
fat16
- 完成了一套基于FAT16,并只支持短路径名的函数包。 可用于虚拟磁盘建立。甚至你自己写操作系统,文件系统就可以直接使用他。 由于当初是为朋友在他的板子上跑,只有1K ram,还不能全用,最多只有600-700字节可使用, 所以没有采用缓存的形式,直接采用读写操作。 他可以很轻易的扩充到FAT32(甚至FAT12都可以给予支持),当然还只是支持短路径名。说实在 除了高级应用FAT系列的长文件名真是费事。 这里,我打算将其做成SpaceC的控件之一,用于整合
tkernel_se_1.00.00.tar
- T-kernel 的extension源代码,是日本最著名的T-kernel所独有的,适合开发T-kernel的朋友们使用! TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management. The TK/SE archive to be provided is comprised of the main p
NTFS-file-system-specification
- NTFS文件系统规范.NTFS作为Microsoft Windows NT® 操作系统的标配文件系统克服了FAT/FAT32文件系统的大量缺点;同时又随着Microsoft Windows 2000® 、Microsoft Windows XP操作系统的推广得到越来越广泛的应用。-NTFS file system specification
FAT32
- FAT32中文版_pdf,对FAT文件系统有非常详细的描述,适合初学者使用-FAT32 Chinese _pdf
FATfs
- FAT文件系统的组织结构,对想学习、了解FAT的朋友很有帮助。-FAT file system structure, on the want to learn to understand the FAT' s friends helpful.
FAT
- fat 文件系统规范, ucfs设计文档 -fat file system specification, ucfs Design Documents
fatgen103
- Microsoft Extensible Firmware Initiative FAT32 File System Specification FAT: General Overview of On-Disk Format Version 1.03
FATFS.for.linux
- 这份源码是基于微软开放的FAT文件系统相应源码,由GNU社区维护的在UNIX/LINUX系统中FAT文件系统部分,通过VFS实先挂载。-This source code is licensed under Microsoft Shared Source License Version 1.0 for Windows CE. Combined with VFS, UNIX/LINUX is capable of mounting disks of FAT file system.
FAT
- FAT文件系统下硬盘分区表损坏的解决方案-Under the FAT file system disk partition table is damaged solution
pfsample
- FAT system development example.
FAT
- 讲述FAT文件系统的基本原理,对理解FAT文件系统有很大帮助!-About the basic principles of FAT file system, FAT file system on the understanding of great help!
K9F1208_FAT
- K9F1208嵌入式设备FAT文件系统,嵌入式产品,开发板,设备,存储器FAT文件系统源码-FAT FILE SYSTEM SOURCR CODE
fat
- 详细描述了fat文件系统的构成 以及如何编写fat文件系统驱动-Fat file system is described in detail the composition and how to write fat file system driver
FAT
- 模拟实现单级目录的FAT文件系统:用二进制文件空间模拟磁盘空间,用文件块操作模拟磁盘块操作。-Simulated single-level directory of the FAT file system: simulation using binary space disk space, operating with the simulated disk file block block operation.
jianli-fat-wenjianxitong
- 设计的任务 1 、首先分配一定容量的磁盘存储空间,作为文件存储空间。 2 、建立相应的文件系统,使用 FAT 文件系统。 3 、为该文件系统设计相应的数据结构来管理目录、磁盘空闲空间、已分配空间 等。 4 、提供文件的创建、删除、移位、改名等功能。 5 、提供良好的界面,可以显示磁盘文件系统的状态和空间的使用情况。 6 、提供虚拟磁盘转储功能,可将信息存入磁盘,还可从磁盘读入内存。 -