• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

External enclosure to read EXT2/3 from Windows

Ken g6

Programming Moderator, Elite Member
Moderator
So, my desktop computer died, again. I think it was the mobo again, which means my drives still have all their data on them. So I'm on an old laptop now and thinking about getting a new laptop to replace the desktop until Haswell comes out.

Problem: This new laptop would likely run Windows on an internal drive, as does my old laptop, but one or both needs to access files from Linux partitions on an external drive (or drives). Solution: I'd like to use an external enclosure. But what enclosure will work with an EXT2/3 filesystem? (I don't think I used EXT4 anywhere that mattered, but I could be wrong.) Will any generic USB-connected enclosure work? Do I have to mess with eSATA and somehow get an eSATA card into my new laptop?

I'd probably use ext2read or ext2fsd to read the data, but feel free to suggest specific software that works for specific external enclosures.
 
Enclosures don't matter as far as the file system is concerned. Your big holdup will be that you're going to need an EXT filesystem driver for Windows.
 
I guess, worst case, I could install Linux on one laptop or the other.

So it doesn't matter that the FS has to be accessed over USB? Somehow I thought only FAT or FAT32 could be accessed over USB. 😕
 
I guess, worst case, I could install Linux on one laptop or the other.

So it doesn't matter that the FS has to be accessed over USB? Somehow I thought only FAT or FAT32 could be accessed over USB. 😕

I don't believe it matters. As long as the usb device is recognized in whatever OS you're using, then access to the FS should be ok.

You could always get a spare 2.5" drive for the new lappy, pull out the factory drive, put the new one in and install Linux on that.

Or just use a Linux Live cd and copy the data you want off of it.
 
I guess, worst case, I could install Linux on one laptop or the other.

You can run a virtual machine inside windows and boot it from a USB stick ISO. No need to install on the hard drive.

Or you can just boot to that USB stick ISO and skip the windows step, since that will be able to read both formats.
 
OK, thanks everyone! Now off to find a new laptop. (This one is seven years old and only has 512MB RAM, so no way I could put a Linux VM on it.)
 
Back
Top