From Fedora Project Wiki

(New page: <noinclude> = Description = </noinclude> <includeonly>| </includeonly> Ext 4 fs migration from ext3 <noinclude> = How to test = </noinclude> <includeonly>| </includeonly> # Boot the F10 i...)
 
No edit summary
Line 18: Line 18:
# reboot into post-install system and complete firstboot etc
# reboot into post-install system and complete firstboot etc
# run tune2fs -l <root device> | grep extent
# run tune2fs -l <root device> | grep extent
 
# lsattr files which have been upgraded
# reboot to rescue mode and run fsck on root filesystem


<noinclude>
<noinclude>
Line 28: Line 29:
# upgrade completes successfully
# upgrade completes successfully
# post-upgrade system boots
# post-upgrade system boots
# post-upgrade system is functional
# post-upgrade system has old ext3 root mounted as ext4
# post-upgrade system has old ext3 root mounted as ext4
# post-upgrade system shows "extents" in tune2fs output for root ext4 fs
# post-upgrade system shows "extents" in tune2fs output for root ext4 fs
# post-upgrade new files show -------------e- in lsattr output
# post-upgrade root filesystem fscks cleanly


<noinclude> [[Category:EXT4 file system|EXT 4 fs migration]] </noinclude>
<noinclude> [[Category:EXT4 file system|EXT 4 fs migration]] </noinclude>

Revision as of 16:57, 5 February 2009

Description

Ext 4 fs migration from ext3


How to test

  1. Boot the F10 installer
  2. Do a default install to ext3
  3. complete installation
  4. reboot into post-install system and complete firstboot etc
  5. Boot the F11 installer with the "ext4migrate" boot option
  6. Upgrade the system and answer yes to the migration question
  7. complete upgrade
  8. reboot into post-install system and complete firstboot etc
  9. run tune2fs -l <root device> | grep extent
  10. lsattr files which have been upgraded
  11. reboot to rescue mode and run fsck on root filesystem


Expected Results

  1. installation completes successfully
  2. post-installation system boots
  3. upgrade completes successfully
  4. post-upgrade system boots
  5. post-upgrade system is functional
  6. post-upgrade system has old ext3 root mounted as ext4
  7. post-upgrade system shows "extents" in tune2fs output for root ext4 fs
  8. post-upgrade new files show -------------e- in lsattr output
  9. post-upgrade root filesystem fscks cleanly