This document discusses different file allocation methods for managing disk space, including contiguous, linked, indexed, and inode allocation. It also covers free space management techniques like bit vectors and linked lists. Inode allocation combines direct indexing, single and double indirect indexing to support very large files over 4GB by organizing file metadata and block pointers in inodes.