LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-11-2011, 10:13 PM   #1
wdhpr
Member
 
Registered: May 2009
Location: North Coast
Distribution: Ubuntu 10.10
Posts: 32

Rep: Reputation: 1
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
 
Old 01-11-2011, 10:26 PM   #2
ubyt3m3
Member
 
Registered: Apr 2008
Distribution: Slackware64 13.37, Solaris 10, RHEL5/6
Posts: 92

Rep: Reputation: 19
Have you looked into samba?

--gibb
 
Old 01-11-2011, 10:46 PM   #3
okovalchuk
LQ Newbie
 
Registered: Jan 2011
Distribution: Gentoo, CentOS/RHEL, W7, WinXP
Posts: 6

Rep: Reputation: 0
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
 
Old 01-11-2011, 11:33 PM   #4
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Explore2fs works.
You can either download and install or open and explore.
 
Old 01-11-2011, 11:39 PM   #5
wdhpr
Member
 
Registered: May 2009
Location: North Coast
Distribution: Ubuntu 10.10
Posts: 32

Original Poster
Rep: Reputation: 1
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

Last edited by wdhpr; 01-11-2011 at 11:46 PM.
 
Old 01-11-2011, 11:48 PM   #6
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
What version of ubuntu are you using?
I have ubuntu10.10 and it read xp out the box.
 
Old 01-11-2011, 11:55 PM   #7
okovalchuk
LQ Newbie
 
Registered: Jan 2011
Distribution: Gentoo, CentOS/RHEL, W7, WinXP
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by EDDY1 View Post
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.
 
Old 01-12-2011, 12:02 AM   #8
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
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
 
Old 01-12-2011, 12:02 AM   #9
okovalchuk
LQ Newbie
 
Registered: Jan 2011
Distribution: Gentoo, CentOS/RHEL, W7, WinXP
Posts: 6

Rep: Reputation: 0
Quote:
Originally Posted by wdhpr View Post
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)
 
Old 01-12-2011, 12:05 AM   #10
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
Quote:
Does this allow me to access my ubuntu files while I'm using winxp?
Yes read for sure write I don't know.
 
Old 01-12-2011, 02:32 AM   #11
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
Quote:
Originally Posted by EDDY1 View Post
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..
 
Old 01-12-2011, 09:03 AM   #12
EDDY1
LQ Addict
 
Registered: Mar 2010
Location: Oakland,Ca
Distribution: wins7, Debian wheezy
Posts: 6,841

Rep: Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649Reputation: 649
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
 
Old 01-12-2011, 09:39 AM   #13
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

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


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba: Cannot access share files from win98 but winxp ok Niceman2005 Linux - General 20 07-30-2012 03:53 AM
[SOLVED] I want to use Ubuntu 9.10 to access all Windows files and back them up. LAPIII Ubuntu 9 12-01-2010 01:20 PM
[SOLVED] How to Recover Deleted (partly overwritten) Files in /home on ext3 fs, ubuntu 6.06 the_new_z Linux - Newbie 3 08-05-2010 01:44 PM
Opening/Mounting Ext3 Virtual Drive in WinXP [CBLA]Green Ubuntu 2 10-24-2006 10:44 AM
Can't access winxp (unicode) files from linux FTP server... taligent Linux - Networking 1 05-25-2004 12:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:05 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration