PDA

View Full Version : Read Linux partitions from Windows!!


blackpearl
16-05-2006, 09:36 PM
There are a couple of softwares that allow you to do that. Here are some of them

Explorer2fs --- reads ext2/ext3 partitions
http://uranus.it.swin.edu.au/~jn/linux/explore2fs.htm

YAReG -- reads reiser partitions
http://yareg.akucom.de/

There is another one that claims to read ext2/ext3/reiser partitions, but it failed to read my reiser partition :( Anyway, here it is

UFS Explorer
http://www.shareup.com/UFS_Explorer-download-27543.html

All the tools provide only read-only access which ensures that you dont mess around your linux partitions from windows.

vignesh
16-05-2006, 10:20 PM
Nice post buddy..

Thanks for that info..

Vishal Gupta
16-05-2006, 11:01 PM
Partition Magic also do the job!

QwertyManiac
17-05-2006, 10:01 AM
Does partition magic read/write linux hdds ? :O

QwertyManiac
17-05-2006, 10:03 AM
and whoever told you we cant write to EXT3/EXT2 partitions from windows...

ever tried EXT2IFS ?
http://uranus.it.swin.edu.au/~jn/linux/ext2ifs.htm
It integrates with the OS so you can d/l files directly into the HDD of linux from windows, coz its jus another partition on it :D

Vishal Gupta
17-05-2006, 02:41 PM
Does partition magic read/write linux hdds ? :O
Partition Magic can only read the data but can't write!

blackpearl
17-05-2006, 02:53 PM
and whoever told you we cant write to EXT3/EXT2 partitions from windows...

ever tried EXT2IFS ?

What can EXT2IFS do?

EXT2IFS is a read only driver. It provides access similar to other read only media like CDs. You can view directory listings and read files. You can not write files, add files, delete files etc.

You can share your ext filesystems so they can be read over the network. This has not been fully tested but I don't know of any reason why it should not work.

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

I havent tried it though, becoz my partition is resier and YAReG does not write into it.