summaryrefslogtreecommitdiff
path: root/misc/ChangeLog
diff options
context:
space:
mode:
authorAndreas Dilger <adilger@clusterfs.com>2006-08-05 19:05:53 -0400
committerTheodore Ts'o <tytso@mit.edu>2006-08-05 19:05:53 -0400
commitc16e610c5100cd5829d969272af3035fac8e1a31 (patch)
treecd202f765170e2d0a3c3bf521a4f67cee02b3ebf /misc/ChangeLog
parent8fe81a3d53fbaa1670ece5fb7fd11dd5ae45b8da (diff)
downloade2fsprogs-c16e610c5100cd5829d969272af3035fac8e1a31.tar.gz
Require mke2fs -F -F for really dangerous operations
Disambiguate the use of "-F" (force) flag for mke2fs to avoid dangerous situations. The use of -F is needed for regular backing files and for filesystems on whole block devices. It should NOT be confused with mke2fs on an apparently-mounted or in-use filesystem. Signed-off-by: Andreas Dilger <adilger@clusterfs.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'misc/ChangeLog')
-rw-r--r--misc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/ChangeLog b/misc/ChangeLog
index d489bf19..9b3ccd1a 100644
--- a/misc/ChangeLog
+++ b/misc/ChangeLog
@@ -1,5 +1,9 @@
2006-08-05 Theodore Tso <tytso@mit.edu>
+ * mke2fs.c (PRS), util.c (check_mount): In order to force mke2fs
+ to create a filesystem even though it appears to be in use
+ or mounted, the -F (force) flag must be specified twice.
+
* filefrag.c: Change EXT3_EXTENTS_FL to EXT4_EXTENTS_FL
2006-07-15 Theodore Tso <tytso@mit.edu>