Thanks for the instructions.  Here is the git generated patch file in its 
entirety.
>From 4b7b8c1bd213f8a2b99dc3a30e1bd822786f50c3 Mon Sep 17 00:00:00 2001
From: Mark Neyhart <[EMAIL PROTECTED]>
Date: Mon, 29 Oct 2007 10:15:03 -0800
Subject: [PATCH] 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.
---
 libparted/fs/ext2/ext2.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/libparted/fs/ext2/ext2.c b/libparted/fs/ext2/ext2.c
index 618fca9..20cf41a 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;
        }
 
-- 
1.4.4.3

_______________________________________________
parted-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/parted-devel

Reply via email to