How to Mount Ubuntu Ext4 on Debian Ext3

As Ext4 was experimental during the release of Lenny, it wasn’t fully implemented. However, you can mount an Ext4 file system on Ext3 with Debian Lenny, but only in “Read Only” mode.

As root
tune2fs -E test_fs /dev/XXX
mount -t ext4dev -o ro /dev/XXX /mnt/ZZZ

I had Ubuntu 10.04 Lucid Lynx and Windows 7 on two other partitions when I installed Lenny, I now have read access to Ubuntu’s Ext4 and read/write to Windows 7′s ntfs file system.

About rich scadding
Father, Husband, Linux Geek…. In That Order

2 Responses to How to Mount Ubuntu Ext4 on Debian Ext3

  1. Bruno Anjos says:

    Thank you. Works perfectly

  2. ddavout says:

    Thanks a lot ! Now, thanks to you, I will able to get rid of Ubuntu, easily and happily ….

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>