// test4.data: Test of indirect blocks
// Format the disk with 100 blocks total, of which 10 are inode blocks
formatDisk 100 10
// Create a file
file1 = create
// Write some data to various pages
// test5pt2.data: Tests the flushing of data to disk.
// This is the second part of a two part test. It will read in the files
// created in part 1 and make sure that the data was written to disk
//