Traditional Unix filesystems (like ext2/3) typically use 12 direct pointers in the inode structure. These directly point to data blocks containing file data. Additional indirect pointers (single, double, triple) handle larger files that exceed the capacity of direct pointers.