Problem: Finding Inodes

This lesson discusses why finding Inodes in LFS is challenging.

We'll cover the following...

To understand how we find an inode in LFS, let us briefly review how to find an inode in a typical UNIX file system. In a typical file system such as FFS, or even the old UNIX file system, finding inodes is easy, because they are organized in an ...