Odd ZFS boot module issue on r332158

Andriy Gapon avg at FreeBSD.org
Tue Apr 10 15:25:56 UTC 2018


On 10/04/2018 15:27, Andrew Gallatin wrote:
> Is there something like tools/diag/prtblknos for ZFS?

zdb.

It has a manual page, but in the case like this you typically want to run
zdb -d[d*] <ZFS filesystem name> <file's inode number>
Add d-s until you get all the information you want.

It looks like five d-s is needed to get individual blocks reported.

-- 
Andriy Gapon


More information about the freebsd-current mailing list