全面介绍linux ext2 文件系统原理, 文件系统的内部数据结构。呵呵, 希望对各位有帮助。-comprehensive introduction to Linux ext2 file system theory, the internal file system data structure. Oh, you want to help. 下载
|
FAT文件系统原理,包括FAT16 和 FAT32 操作硬盘前需要消化掉这篇文章才行。- 下载
|
硬盘 FAT 文件系统原理的详细分析 清晰版- 下载
|
Fat32文件系统原理,适合于出学者,包你满意-hotfix file system principle, suitable for up to academics, you satisfied with the package 下载
|
硬盘FAT文件系统原理的详细分析_存储在线Dostor_com-drives FAT file system principles _ a detailed analysis of online storage Dostor_com 下载
|
操作系统的文件系统实验 掌握文件系统的工作原理 理解文件系统的主要数据结构- 下载
|
FAT文件系统原理,硬盘结构及其分区简介- 下载
|
FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr 下载
|
硬盘FAT文件系统原理的详细分析 硬盘由很多盘片(platter)组成,每个盘片的每个面都有一个读写磁头。如果有N个盘片。 就有2N个面,对应2N个磁头(Heads),从0、1、2开始编号。每个盘片被划分成若干个同心圆磁道(逻辑上的,是不可见的。)每个盘片的划分规则通常是一样的。这样每个盘片的半径均为固定值R的同心圆再逻辑上形成了一个以电机主轴为轴的柱面(Cylinders),从外至里编号为0、1、2? ? 每个盘片上的每个磁道又被划分为几十个扇区(Sector),通常的容量是512byte,并按照一定规则编号为1、2、3? ? 形成Cylinders×Heads×Sector个扇区。这三个参数即是硬盘的物理参数。我们下面的很多实践需要深刻理解这三个参数的意义。- 下载
|
FAT32文件系统的原理,对做文件系统开发和研究的同志很有帮助。- 下载
|