Ext2
Read EXT drives in Windows
Submitted by Chadarius on Fri, 2008-08-01 21:45.We all know that Linux can read NTFS partitions. Right? Well maybe. Maybe not. But you can. NTFS-3G works great and it comes installed with Ubuntu. I hate to say it, but I still have to dual boot sometimes. So while I spend 95% of my time in Linux, I still game everyonce in a while with Windows. Its nice to be able to grab files from Windows while I'm in Ubuntu.
Its especially handy when I find out that I can run yet another game in Wine or Cedega. I can often just go and grab save files or configurations from the Windows partition when I set it up in Linux. I did this with both City of Heroes and with Wow. Both of which run faster in WINE under Linux than they did in Windows.
So what happens when I need to read a Linux EXT3 partition from Windows? Well its easier than you think! Firstly we can thank the EXT3 design for being backwards compatible with EXT2. Because there is a great EXT2 driver for windows called fs-driver (Often called IFS). There is no journaling support because it is using the partition in EXT2 mode. In fact, if for some reason you try to use an EXT3 partition that still has data in its journal, IFS won't mount it at all.
»
- Chadarius's blog
- Login to post comments
- Read more
- 416 reads

