On Tue, Mar 07, 2006 at 07:11:25PM -0800, Doug Hardie wrote:
> I am building a tool to identify the file that has a specific LBA.
> The approach I am using is to search through each inode from number 2
> up. This approach works well with UFS1 file systems as then
> preinitialize all the ino
At 07:11 PM 3/7/2006, Doug Hardie wrote:
I am building a tool to identify the file that has a specific LBA.
The approach I am using is to search through each inode from number 2
up. This approach works well with UFS1 file systems as then
preinitialize all the inodes. However, UFS2 does lazy ino
I am building a tool to identify the file that has a specific LBA.
The approach I am using is to search through each inode from number 2
up. This approach works well with UFS1 file systems as then
preinitialize all the inodes. However, UFS2 does lazy inode
initialization so there are alw