The contents:
|
|
|
File fragmentationWhen we work with FAT formatted disks, file fragmentation will occur all the time. One file can be several megabytes, thereby occupying more than one cluster. Maybe it requires 17 clusters. Ideally, the 17 clusters should be located next to each other. They can then be read at optimum speed, since that allows minimal movement of the read head. However, that is not the way it works.In actual operation, the individual files are broken up in multiple blocks, which are scattered across the disk. The problem increases with time. The more files you have on the hard disk, the more fragmentation you will experience. To begin with, vacant spaces appear between the files:
When you first write to a new hard disk, the file might occupy 17 clusters in sequence. The same will happen to file number 2, 3, etc., until there are no more vacant clusters on the disk. Then the file system must re-use clusters. That is done by finding empty clusters, where the contents have been erased. Thus, the file could be scattered in 17 clusters, none of which are in sequence. Here you see a file split in four disconnected clusters:
Scandisk will often find errors, so it does a good job. Next defragment the disks with defrag /all. Both programs can be started with the command Start --> Run. Type in the command on the window: defrag /all Here you see the defragmentation:
In Windows 98 the defragmentation was changed from the way it worked in Windows 95. Windows 98/Me monitors how programs are loaded. Opening Word, as an example, includes opening a large number of DLL and other program files. With the defragmentation, all these files are placed in the right position to another on the disk, so they are loaded with optimal speed. It works very well, the programs are loaded 2-3 times as fast as before. However, you have to defrag on a regular (weekly) basis and the process may take a long time.
Read Module 6b with a little about Windows 95/98. Read Module 6c about the relationship between BIOS, OS and hardware Read Module 7a about the videosystem Read about video cards in Module 7b . Read about digital sound in Module 7c .
Copyright (c) 1996-2005 by Michael B. Karbo. www.Karbosguide.com.
|