[CentOS] migrate ext3 to ext4
Jerry Geis
geisj at pagestation.comWed Jan 22 16:40:53 UTC 2014
- Previous message: [CentOS] CentOS-announce Digest, Vol 107, Issue 11
- Next message: [CentOS] migrate ext3 to ext4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 different system that is software raid.
where / is linux and md0 and /home is md1
yum -y update
yum -y install e4fsprogs
reboot
umount /home
tune2fs -O extents,uninit_bg,dir_index /dev/md1
at this point I get an error that
invalid options for tune2fs
Why is that and what to do next... The single disk sda3 worked fine.
shouldnt the md1 work also.
Thanks,
Jerry
- Previous message: [CentOS] CentOS-announce Digest, Vol 107, Issue 11
- Next message: [CentOS] migrate ext3 to ext4
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list