Re: Inode Usage

2006-03-08 Thread David Malone
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

Inode Usage

2006-03-07 Thread Doug Hardie
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

Re: Inode Usage

2006-03-07 Thread Glenn Dawson
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