On Tue, Jan 15, 2013 at 11:31:53AM +0530, Prashant Shah wrote: > > When using debuge2fs on a ext3 partition the /dev partition does not > show any entries at all. While running it on a ext4 partition only > part of entries are shown for /dev. Are you sure you don't have a pseudo-filesystem mounted on top of /dev? What does "df /dev" report. If it's something like this, you are using a pseudo-filesystem for /dev: % df /dev Filesystem 1K-blocks Used Available Use% Mounted on udev 10240 0 10240 0% /dev In that case, what debugfs is showing is the entries in your /dev directory before the udev file system is mounted on top of /dev. Regards, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html