Упражнения к Статье
Воспользуйтесь программой MTF.BAS, чтобы создать файл, который легко будет изучать с помощью Norton DiskEdit.
Для того, чтобы лучше понять, как данные распределяются по кластерам, и как DOS сохраняет дорожки этих кластеров, лучше всего поработать с простым файлом. Вы можете создать такой файл с помощью программы MTF.BAS.
DECLARE SUB writecluster (i!, clength!)

REM Make Test File - makes a file four clusters in length REM first cluster is filled with "A"'s, second with "B"'s REM and so on. CLS
PRINT "This program makes a file that you can use for testing out disk"
PRINT "recovery techniques. It's good for that because it has a very"
PRINT "distinctive look: it's got a block of the letter 'A,' then 'B,'"
PRINT "then 'C,' and finally 'D.'"
PRINT clength = 1