搜索资源列表
virtual-dusk
- 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
dosfs.tar
- DOS/Windows FAT 文件系统实现源码-DOS / Windows FAT file systems FOSS
fat16
- 完成了一套基于FAT16,并只支持短路径名的函数包。 可用于虚拟磁盘建立。甚至你自己写操作系统,文件系统就可以直接使用他。 由于当初是为朋友在他的板子上跑,只有1K ram,还不能全用,最多只有600-700字节可使用, 所以没有采用缓存的形式,直接采用读写操作。 他可以很轻易的扩充到FAT32(甚至FAT12都可以给予支持),当然还只是支持短路径名。说实在 除了高级应用FAT系列的长文件名真是费事。 这里,我打算将其做成SpaceC的控件之一,用于整合
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
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
FAT32FS
- 里面有FAT文件系统的源代码,及相关手册说明书等,不多介绍,是个不错的资源,看看就知道了。。 -FAT file system inside the source code and related manuals and other instructions, little introduction is a good resource to see if the know. .
FAT32FSCODE
- 里面有FAT文件系统的源代码,及相关手册说明书等,不多介绍,是个不错的资源,看看就知道了。。 -FAT file system inside the source code and related manuals and other instructions, little introduction is a good resource to see if the know. .
FAT
- 讲述FAT文件系统的基本原理,对理解FAT文件系统有很大帮助!-About the basic principles of FAT file system, FAT file system on the understanding of great help!
ware
- fat文件系统的详细说明以及程序,包含详细的说明命令以及实现方法-fat system discri the system of fat32............................
K9F1208_FAT
- K9F1208嵌入式设备FAT文件系统,嵌入式产品,开发板,设备,存储器FAT文件系统源码-FAT FILE SYSTEM SOURCR CODE
baogao
- 建立基于磁盘存储设备的FAT文件系统报告-Establishment of the FAT-based disk storage device file system reports
fat
- 详细描述了fat文件系统的构成 以及如何编写fat文件系统驱动-Fat file system is described in detail the composition and how to write fat file system driver
3
- 一个简易的FAT文件系统,在内存中模拟硬盘分块,并用FAT表管理这些块-a simple FAT filesystem
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.
FAT-Analyze
- u盘,mp3下的文件系统,完全兼容fat16,fat32-u disk, mp3 under the file system, and is fully compatible with fat16, fat32
jianli-fat-wenjianxitong
- 设计的任务 1 、首先分配一定容量的磁盘存储空间,作为文件存储空间。 2 、建立相应的文件系统,使用 FAT 文件系统。 3 、为该文件系统设计相应的数据结构来管理目录、磁盘空闲空间、已分配空间 等。 4 、提供文件的创建、删除、移位、改名等功能。 5 、提供良好的界面,可以显示磁盘文件系统的状态和空间的使用情况。 6 、提供虚拟磁盘转储功能,可将信息存入磁盘,还可从磁盘读入内存。 -