External enclosure to read EXT2/3 from Windows

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,722
4,684
75
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.
 

ViRGE

Elite Member, Moderator Emeritus
Oct 9, 1999
31,516
167
106
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.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,722
4,684
75
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. :confused:
 

ch33zw1z

Lifer
Nov 4, 2004
39,803
20,407
146
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. :confused:

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.
 

Concillian

Diamond Member
May 26, 2004
3,751
8
81
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.
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,722
4,684
75
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.)