mkfs.ext3 /dev/dualvg0/foo > /dev/null mke2fs 1.40.2 (12-Jul-2007) tune2fs -l /dev/dualvg0/foo | grep features Filesystem features: has_journal resize_inode dir_index filetype sparse_super
Signed-off-by: maximilian attems <[EMAIL PROTECTED]> --- packages/autopartkit/autopartkit.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/packages/autopartkit/autopartkit.c b/packages/autopartkit/autopartkit.c index 8882520..605ec2c 100644 --- a/packages/autopartkit/autopartkit.c +++ b/packages/autopartkit/autopartkit.c @@ -858,7 +858,7 @@ makefs(const char *devpath, const char *fstype) else if (0 == strcmp("ext2", fstype)) mkfs = "/sbin/mkfs.ext2"; else if (0 == strcmp("ext3", fstype)) - mkfs = "/sbin/mkfs.ext3 -O resize_inode"; + mkfs = "/sbin/mkfs.ext3"; else if (0 == strcmp("jfs", fstype)) mkfs = "/sbin/mkfs.jfs"; else if (0 == strcmp("xfs", fstype)) -- 1.5.3.6 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]