* May I suggested an update for ext4.txt file?
@ 2009-02-24 17:00 Andreas Friedrich Berendsen
2009-02-24 17:14 ` Andreas Friedrich Berendsen
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Friedrich Berendsen @ 2009-02-24 17:00 UTC (permalink / raw)
To: linux-ext4
kernel 2.6.28.7
efs2prog: 1.41.4
File Documentation/filesystems/ext4.txt states:
...
Or to configure an existing ext3 filesystem to support extents:
# tune2fs -O extents /dev/hda1
....
To convert from ext2 (a very old filesystem :) ) to ext4, it's necessary
to add more options. I'm not sure which one made the trick.
tune2fs -O
has_journal,dir_index,filetype,extent,flex_bg,sparse_super,large_file,huge_file,uninit_bg,dir_nlink,extra_isize
Also, /etc/filesystems does not contain an entry for
ext4. /etc/efs2prog.conf is ok.
-- Berendsen
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: May I suggested an update for ext4.txt file?
2009-02-24 17:00 May I suggested an update for ext4.txt file? Andreas Friedrich Berendsen
@ 2009-02-24 17:14 ` Andreas Friedrich Berendsen
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Friedrich Berendsen @ 2009-02-24 17:14 UTC (permalink / raw)
To: linux-ext4
>From http://kernelnewbies.org/Ext4 "3.2. Migrate existing Ext3
filesystems to Ext4", instructions to migrate are different from the
ext4.txt file:
/* ----------------------- */
You need to use the tune2fs and fsck tools in the filesystem, and that
filesystem needs to be unmounted. Run:
* tune2fs -O extents,uninit_bg,dir_index /dev/yourfilesystem
After running this command you MUST run fsck. If you don't do it, Ext4
WILL NOT MOUNT your filesystem.
/* -------------------------- *
-- Berendsen
----Original Message-----
From: Andreas Friedrich Berendsen <afberendsen@gmail.com>
To: linux-ext4@vger.kernel.org
Subject: May I suggested an update for ext4.txt file?
Date: Wed, 25 Feb 2009 06:00:07 +1300
kernel 2.6.28.7
efs2prog: 1.41.4
File Documentation/filesystems/ext4.txt states:
...
Or to configure an existing ext3 filesystem to support extents:
# tune2fs -O extents /dev/hda1
....
To convert from ext2 (a very old filesystem :) ) to ext4, it's necessary
to add more options. I'm not sure which one made the trick.
tune2fs -O
has_journal,dir_index,filetype,extent,flex_bg,sparse_super,large_file,huge_file,uninit_bg,dir_nlink,extra_isize
Also, /etc/filesystems does not contain an entry for
ext4. /etc/efs2prog.conf is ok.
-- Berendsen
--
__________________________________________
Andreas Friedrich Berendsen
SCA OCP MSCA A+ Linux+ Network+ HpMASE
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-24 17:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-24 17:00 May I suggested an update for ext4.txt file? Andreas Friedrich Berendsen
2009-02-24 17:14 ` Andreas Friedrich Berendsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox