LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I cant access Ubuntu ext3 files from winxp (https://www.linuxquestions.org/questions/linux-newbie-8/i-cant-access-ubuntu-ext3-files-from-winxp-855735/)

wdhpr 01-11-2011 10:13 PM

I cant access Ubuntu ext3 files from winxp
 
I Used to rum simply Mepis 8.0 and I had no trouble accessing the files from winxp. I recently changed to Ubuntu 10.10 with the ext3 file system and can't access the files from winxp. I know about the ext2IFS app and that is what I used with Mepis and it worked fine.

What am I missing?

Thank you
Wdhpr

ubyt3m3 01-11-2011 10:26 PM

Have you looked into samba?

--gibb

okovalchuk 01-11-2011 10:46 PM

Hi,

as far as I know EXT2IFS can mount only file systems with Inode size 128, it is possible that newer version of linux is creating one with 256. To determine run:

sudo tune2fs -l /dev/sda# | grep Inode (substitute the # for number of your partition)

look for Inode size: if it is not 128 i doubt EXT2IFS will be able to mount it.

I think an option is ext2fsd

Cheers,

OK

EDDY1 01-11-2011 11:33 PM

Explore2fs works.
You can either download and install or open and explore.

wdhpr 01-11-2011 11:39 PM

Hi and thanks for your response.

Inode count: 1452480
Inodes per group: 8160
Inode blocks per group: 510
Inode size: 256

I have also tried ext2fsd and DiskInternals Linux Reader.

No joy :(

Quote:

Have you looked into samba?

--gibb
Does this allow me to access my ubuntu files while I'm using winxp?

Quote:

Explore2fs works.
You can either download and install or open and explore.
Yep, no joy either


Also I can boot Puppy linux off a usb drive and it gives me read and write access between windows and ubuntu. Is this perhaps an easier solution?

Wdhpr

EDDY1 01-11-2011 11:48 PM

What version of ubuntu are you using?
I have ubuntu10.10 and it read xp out the box.

okovalchuk 01-11-2011 11:55 PM

Quote:

Originally Posted by EDDY1 (Post 4221291)
What version of ubuntu are you using?
I have ubuntu10.10 and it read xp out the box.

I believe the thread is about other way around reading linux partition from xp. :)

EDDY1 01-12-2011 12:02 AM

Quote:

I believe the thread is about other way around reading linux partition from xp.
I did to.
But I think it's that he/she wants to do it from both sides, also rw.

Quote:

Explore2fs works.
You can either download and install or open and explore.
Quote:

Yep, no joy either

okovalchuk 01-12-2011 12:02 AM

Quote:

Originally Posted by wdhpr (Post 4221283)
Hi and thanks for your response.

Inode count: 1452480
Inodes per group: 8160
Inode blocks per group: 510
Inode size: 256

Wdhpr

My only suggestion is to backup->reformat with 128 inode size. man mke2fs should help you with that. (see -i flag)

EDDY1 01-12-2011 12:05 AM

Quote:

Does this allow me to access my ubuntu files while I'm using winxp?
Yes read for sure write I don't know.

Nylex 01-12-2011 02:32 AM

Quote:

Originally Posted by EDDY1 (Post 4221303)
Yes read for sure write I don't know.

The OP's posts suggest that they want to access an ext3 partition from Windows on the same machine. You can't do this with Samba, since you'd need to be running Linux in order for the server to be active..

EDDY1 01-12-2011 09:03 AM

Quote:

The OP's posts suggest that they want to access an ext3 partition from Windows on the same machine. You can't do this with Samba, since you'd need to be running Linux in order for the server to be active..
If that's the case use Explore2fs

mostlyharmless 01-12-2011 09:39 AM

You could run colinux under Windows and access your system regardless of filesystem/encryption/raid. Try andlinux for an easy solution.


All times are GMT -5. The time now is 12:11 AM.