LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to access an EXT3 HDD from the Windows (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-access-an-ext3-hdd-from-the-windows-425501/)

chanwcom 03-16-2006 04:11 PM

How to access an EXT3 HDD from the Windows
 
Hi, I'm a novice LINUX user.

In my desktop computer, I installed both the LINUX and the Windows, and the HDD containing LINUX is formatted as the EXT3 format.

Of course, when I booted in the Windows mode, this LINUX HDD is not recognized. But are there any methods that I can use to access this HDD in the Windows mode? I would like to edit some data files stored in this HDD.

Thanks a lot!

pljvaldez 03-16-2006 04:13 PM

I believe there are some third party add on programs that can read ext3 from windows. But this is generally not advised as windows can really bork your system.

Generally the method is to create a shared FAT32 partition that can be read by both linux and windows.

truoc444 03-16-2006 04:21 PM

there is a driver you can install in windows that allows you to see the ext3 i've used it and haven't had problems with it. i know reiserfs is only readable as NTFS is only readable from linux. as stated before the easiest is to have a shared partition that is fat32.

the driver i use is found here http://www.fs-driver.org/

theNbomr 03-16-2006 04:46 PM

There is a tool which behaves much like Windows explorer, call explore2fs. Available from

http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm

They don't recommend using it to write to linux partitions, however I've used it heavily that way without a hitch.

--- rod.

gilead 03-16-2006 04:47 PM

For regular file transfers a fat32 transfer partition is more practical, as has already been pointed out.

If you occasionally need to get a file from an ext2 or ext3 partition while you're using Windows and don't want to re-boot to Linux just to copy it to the fat32 partition, you can use Explore2fs from http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm. It will give you read-only access to your Linux partitions.

chanwcom 03-27-2006 09:19 AM

I can now read the EXT3 partition, Thanks very much for your helps!


All times are GMT -5. The time now is 02:39 PM.