Re: [CentOS] migrate ext3 to ext4

2014-01-22 Thread Benjamin Hackl
FYI: On CentOS 5 ext4 support was added later on. It's called tune4fs. tune4fs supports ext4 whereas tune2fs doesn't. BR -- Freundliche Gruesse/Best Regards Benjamin Hackl Media FOCUS Research Ges.m.b.H. Maculangasse 8, 1220 Wien Austria Tel: +43 1 258 97 01-295 b.ha...@focusmr.com __

Re: [CentOS] migrate ext3 to ext4

2014-01-22 Thread SilverTip257
On Wed, Jan 22, 2014 at 11:40 AM, Jerry Geis wrote: > Hi all, > > I issued the commands on a single disk system: > with two partitions / is linux sda1 and /home is sda3 > yum -y update > yum -y install e4fsprogs > reboot > umount /home > tune2fs -O extents,uninit_bg,dir_index /dev

[CentOS] migrate ext3 to ext4

2014-01-22 Thread Jerry Geis
Hi all, I issued the commands on a single disk system: with two partitions / is linux sda1 and /home is sda3 yum -y update yum -y install e4fsprogs reboot umount /home tune2fs -O extents,uninit_bg,dir_index /dev/sda3 e2fsck -yfDC0 /dev/sda3 That worked just fine. I then had a diff