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: <20140430140150.GA9213@thunk.org> Date: Wed, 30 Apr 2014 10:01:50 -0400 From: Theodore Ts'o <tytso@....edu> To: Lukáš Czerner <lczerner@...hat.com> Cc: Ext4 Developers List <linux-ext4@...r.kernel.org> Subject: Re: [PATCH 7/7] mke2fs: only print the low-level file system stats in verbose mode On Wed, Apr 30, 2014 at 01:22:52PM +0200, Lukáš Czerner wrote: > On Sat, 26 Apr 2014, Theodore Ts'o wrote: > > > Date: Sat, 26 Apr 2014 20:00:34 -0400 > > From: Theodore Ts'o <tytso@....edu> > > To: Ext4 Developers List <linux-ext4@...r.kernel.org> > > Cc: Theodore Ts'o <tytso@....edu> > > Subject: [PATCH 7/7] mke2fs: only print the low-level file system stats in > > verbose mode > > While I kind of like this, because mke2fs is really quite verbose as > it is. However I am afraid that this will break scripts for people. Are there scripts that are really trying to parse the output of mke2fs? The output hasn't really been _that_ stable. I'm sure we've added stuff in the past, althoughg admittedly the this is the first time that we would be removing stuff. > Also there are actually some useful information in that output like > block size, size of the file system and file system label if > specified. Also maybe having UUID in there will be also useful. The block sizs is pretty much always 4k, and the file system label is only there if the user specified one on the command line. I can see how the size and UUID might be useful, though. How about if we just print the size and UUID? - 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