lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20130115201442.GI17719@thunk.org> Date: Tue, 15 Jan 2013 15:14:42 -0500 From: Theodore Ts'o <tytso@....edu> To: Prashant Shah <pshah.mumbai@...il.com> Cc: linux-ext4@...r.kernel.org Subject: Re: debuge2fs not displaying /dev folder 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@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists