Managing filesystem types

The disk directory

Following the file allocation tables is the root directory. This area contains 32-byte entries that describe files, subdirectories, and the volume label (if present). The size of the root directory is determined when the disk is initialized, as is described in the BIOS parameter block, at offset 0X0011 of the boot sector of the disk. See The structure of the disk directory.

The structure of the disk directory

DOS filenames are made of two parts:

The name portion is 8 bytes long and the extension portion is 3 bytes long. They can contain trailing blanks. This filesystem does not support UNIX special files like pipes and block/character specials, nor does it support real or symbolic links.
© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1.1 - 5 November 1999