xfs 파일 시스템 실행 시 특정 블록을 사용하여 inode/파일 찾기

xfs 파일 시스템 실행 시 특정 블록을 사용하여 inode/파일 찾기

나는 sda1의 블록 12024039가 불량하다는 것을 알고 있으며 xfs 파일 시스템의 어떤 파일이 해당 블록을 사용하고 있어 손상되었는지 확인하고 싶습니다. 어떻게 해야 하나요? 내가 달릴 때

xfs_db -f -c 'blockget -b 12024039' /dev/sda1

오류가 발생했습니다.

ERROR: The filesystem has valuable metadata changes in a log which needs to
be replayed.  Mount the filesystem to replay the log, and unmount it before
re-running xfs_db.  If you are unable to mount the filesystem, then use
the xfs_repair -L option to destroy the log and attempt a repair.
Note that destroying the log may cause corruption -- please attempt a mount
of the filesystem before doing this.

어쨌든 제거하지 않고 이 작업을 수행할 수 있습니까? 이것이 제가 ext4 파일 시스템을 사용할 때 해왔던 일입니다.

관련 정보