From d0a3b46ca0f61815223feb1ddfa387c348c17a86 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 5 May 2005 22:57:44 -0400 Subject: [PATCH] Fix typo in the debugfs command used to fixed trashed filesystems by FC3's resize2fs program. (Addresses Sourceforge Bug #1190897). --- RELEASE-NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 00ef4bb..89256df 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -73,7 +73,7 @@ have been corrected. E2fsck can also also fix filesystems trashed by Fedora's resize2fs program. In order to do this, the user must run the commands: - debugfs -w /dev/hdXXX -R "features ^resize_inode + debugfs -w /dev/hdXXX -R "features ^resize_inode" e2fsck -f /dev/hdXXX Optionally, the ext2prepare command can be used to re-enable online -- 1.8.3.1