On Mon, May 09, 2011 at 02:06:08PM +0200, Jan Kara wrote: > Yes, that would be reasonable although it might break some people's > scripts. But probably worth it anyway. I wouldn't object to a patch to e2fsprogs which changes mke2fs to do this check and refuses to blow away a file system if: [defaults] check_for_prexisting_fs = true was in /etc/mke2fs.conf. I'd also suggest that mke2fs -f NOT enable mke2fs to blow away file systems, but that we add a new utility --- probably to util-linux-ng --- with the destroy_partition, which a system administrator has to explicitly run to blow away a partition. I'd really rather not train people that mke2fs -f is the way to get the utility to !@#@! shut up. It's exactly the same problem with why "alias rm 'rm -i'" doesn't work. System administrators just get in the habit of typing return, 'y', return, and in the end things still just get lost. If we have a separate utility, destroy_filesystem, which checks to see if there is a tty, and if so, prints the details of what is on the partition, and then forces the user to type "YES<return>", then we have a unified way of protecting against careless sysadmins. We can also have that utility do clever things, such as simply telling the hard drive to reinitiailize its crypto keys if it supports FDE, or tell it to TRIM the entire disk if it supports TRIM/DISCARD, etc. - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html