All of lore.kernel.org
 help / color / mirror / Atom feed
* Type of filesystem block
@ 2013-03-24 16:35 Subranshu Patel
  2013-03-24 19:00 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Subranshu Patel @ 2013-03-24 16:35 UTC (permalink / raw)
  To: linux-ext4

Query related to finding the block usage information of metadata
blocks in ext4 filesystem.

Using debugfs testb command I can check whether a particular
filesystem block is used or not.
# debugfs -R "testb 171428" /dev/sdd4
debugfs 1.41.12 (17-May-2010)
Block 171428 marked in use

Also its icheck command prints the inode associated, if any, with a
filesystem block.
# debugfs -R "icheck 171428" /dev/sdd4
debugfs 1.41.12 (17-May-2010)
Block     Inode number
171428    65152
But I don’t find any  debugfs command which can show similar block
usage information about metadata blocks, whether it is a superblock,
or inode bitmap block or block group descriptor, etc.
Is there any way to extract the usage information of metadata blocks
in ext4 filesystem ?
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-03-24 19:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-24 16:35 Type of filesystem block Subranshu Patel
2013-03-24 19:00 ` Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.