LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Question on ext3 => ext4 conversion in Jaunty (https://www.linuxquestions.org/questions/ubuntu-63/question-on-ext3-%3D-ext4-conversion-in-jaunty-728973/)

WillingToLikeLinux 05-27-2009 09:04 PM

Question on ext3 => ext4 conversion in Jaunty
 
I just installed Jaunty and trying to convert into ext3 by typing in the console of liveCD.

Code:

sudo bash
tune2fs -O extents,uninit_bg,dir_index /dev/sda1
e2fsck -pf /dev/sda1

While at it, I encountered a long hiatus this message.

Code:

...
/dev/sda1: Group descriptor 3677 checksum is invalid.  FIXED.
/dev/sda1: Group descriptor 3678 checksum is invalid.  FIXED.
/dev/sda1: Group descriptor 3679 checksum is invalid.  FIXED.
/dev/sda1: Group descriptor 3680 checksum is invalid.  FIXED.
/dev/sda1: 112212/30154752 files (0.1% non-contiguous), 2468594/120607979 blocks

Is this normal?

JZL240I-U 05-28-2009 02:34 AM

There is limits to that conversion due to fragmentation. In case you red German (in other words your users panel lacks information):

http://www.heise.de/open/Das-Linux-D...tikel/138431/2

I.e. for a true conversion you still have to backup your files, create an ext4 file system and restore.

malekmustaq 05-28-2009 10:14 AM

WillingTo..:

--"I just installed Jaunty and trying to convert into ext3 by typing in the console of liveCD."---

Comment:

Assuming that there is no important data at risk, do this:

a) Reformat the drive into ext3 (use the installer CD);
b) Install fresh Jaunty after reformatting it.

By then you shall be running that system under an ext3 drive.

This granting that there is no important data lost in the process. If you have important data in the current ext4 drive you may copy them first to a secure place, say into a separate drive, then proceed with the steps above.

Converting from one format to another often encounters a lot of trouble. Reformatting is easier.

If it is possible to make it simple by all means make the solution simple.

hope this helps.

goodluck!


All times are GMT -5. The time now is 07:30 AM.