File Organization

File Organization in XINU

In XINU, file data structures are made up of three parts:

Each of these parts of the file data structure are kept on a separate portion of the disk. The directory (often called the device directory) comes first, followed by the disk blocks that contain the index blocks. The remainder of the disk contains file data blocks. This organization is shown below:

1