File:File system fragmentation.svg

原始文件(SVG文件,尺寸为488 × 206像素,文件大小:23 KB)


摘要

Example of how file systems become fragmented. The following is from the article of the same name on Wikipedia:

A blank disk has 5 files, A, B, C, D and E each using 10 blocks of space (for this section, a block is an allocation unit of that system, it could be 1K, 100K or 1 megabyte and is not any specific size). On a blank disk, all of these files will be allocated one after the other. (Example (1) on the image.) If file B is deleted, there are two options, leave the space for B empty and use it again later, or compress all the files after B so that the empty space follows it. This could be time consuming if there were hundreds or thousands of files which needed to be moved, so in general the empty space is simply left there, marked in a table as available for later use, then used again as needed. (Example (2) on the image.) Now, if a new file, F, is allocated 7 blocks of space, it can be placed into the first 7 blocks of the space formerly holding the file B and the 3 blocks following it will remain available. (Example (3) on the image.) If another new file, G is added, and needs only three blocks, it could then occupy the space after F and before C. (Example (4) on the image). Now, if subsequently F needs to be expanded, since the space immediately following it is no longer available, there are two options: (1) add a new block somewhere else and indicate that F has a second extent, or (2) move the file F to someplace else where it can be created as one contiguous file of the new, larger size. The latter operation may not be possible as the file may be larger than any one contiguous space available, or the file conceivably could be so large the operation would take an undesirably long period of time, thus the usual practice is simply to create an extent somewhere else and chain the new extent onto the old one. (Example (5) on the image.) Repeat this practice hundreds or thousands of times and eventually the file system has many free segments in many places and many files may be spread over many extents. If, as a result of free space fragmentation, a newly created file (or a file which has been extended) has to be placed in a large number of extents, access time for that file (or for all files) may become excessively long.

许可协议

Public domain 本作品已被作者Rfc1394释出到公有领域。这适用于全世界。

在一些国家这可能不合法;如果是这样的话,那么:
Rfc1394无条件地授予任何人以任何目的使用本作品的权利,除非这些条件是法律规定所必需的。

说明

添加一行文字以描述该文件所表现的内容

此文件中描述的项目

描绘内容

文件历史

点击某个日期/时间查看对应时刻的文件。

日期/时间缩⁠略⁠图大小用户备注
当前2010年1月30日 (六) 21:122010年1月30日 (六) 21:12版本的缩略图488 × 206(23 KB)Me6620Major clean up
2007年12月1日 (六) 03:172007年12月1日 (六) 03:17版本的缩略图488 × 206(30 KB)Rfc1394Adjust text for italic item
2007年12月1日 (六) 03:152007年12月1日 (六) 03:15版本的缩略图488 × 206(29 KB)Rfc1394Another correction; revert text back to text instead of as paths (makes it take a lot less space that way)
2007年12月1日 (六) 03:002007年12月1日 (六) 03:00版本的缩略图488 × 206(108 KB)Rfc1394Correct image to accurately display what it is supposed to
2007年12月1日 (六) 02:472007年12月1日 (六) 02:47版本的缩略图488 × 206(111 KB)Rfc1394Copy text off-screen on image and convert text to path so text isn't compressed by the SVG renderer.
2007年12月1日 (六) 02:402007年12月1日 (六) 02:40版本的缩略图488 × 206(14 KB)Rfc1394Example of how file systems become fragmented. The following is from the article of the same name on Wikipedia: A blank disk has 5 files, A, B, C, D and E each using 10 blocks of space (for this section, a ''block'' is an

以下3个页面使用本文件:

全域文件用途

以下其他wiki使用此文件: