[Parted-commits] GNU Parted Official Repository: Changes to 'stable-1.8.x'

Otavio Salvador otavio at alioth.debian.org
Mon Oct 29 20:07:11 UTC 2007


 libparted/fs/ext2/ext2.c |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 8a042f947f5bf5ded691476f9a667b2b067713d7
Author: Mark Neyhart <mark_n at lfd008.localdomain>
Date:   Mon Oct 29 10:15:03 2007 -0800

    Added information to message about ext2 incompatible features.
    
    Modifed the message about incompatible ext2 features installed to include a
    list of compatible features and to recommend the usage of tune2fs or
    debugfs to remove features which are not compatible.
    (cherry picked from commit 5225dc5ac5eaea396bd0ca22383e2ba76cd71c0f)

diff --git a/libparted/fs/ext2/ext2.c b/libparted/fs/ext2/ext2.c
index 618fca9..79fc6f6 100644
--- a/libparted/fs/ext2/ext2.c
+++ b/libparted/fs/ext2/ext2.c
@@ -727,7 +727,10 @@ struct ext2_fs *ext2_open(struct ext2_dev_handle *handle, int state)
 			    EXT2_FEATURE_RO_COMPAT_LARGE_FILE)))
 	{
 		ped_exception_throw (PED_EXCEPTION_ERROR, PED_EXCEPTION_CANCEL,
-		     _("File system has an incompatible feature enabled."));
+		     _("File system has an incompatible feature enabled.  "
+		       "Compatible features are has_journal, dir_index, "
+		       "filetype, sparse_super and large_file.  "
+		       "Use tune2fs or debugfs to remove features."));
 		goto error_free_fs;
 	}
 



More information about the Parted-commits mailing list