LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop
User Name
Password
Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context.

Notices


Reply
  Search this Thread
Old 08-14-2008, 08:03 PM   #1
America's Sweetheart
LQ Newbie
 
Registered: Jul 2007
Posts: 11

Rep: Reputation: 0
Problems Accessing Files on ext3 Partition from Windows


Hi,

I have two hard drives. One is the primary SATA master with 230 GB and Windows XP. The other is the primary IDE slave with 75 GB. The IDE drive is divided into two primary partitions. One has Windows Vista and the other has openSUSE 11.0. I managed to get all the operating systems to boot, but Windows XP and Windows Vista cannot see the Linux partitions. I've tried installing ext2ifs, Diskinternals' Linux Reader, Explore2fs, and Ext2 FSD. After I install ext2ifs in XP and Vista, the two Linux partitions (/home and /) show up in Windows Explorer, but Windows says that they aren't formatted. Explore2fs doesn't show anything aside from "hda1" and "hda2." Ext2 FSD locks up using 99% of the CPU. Linux Reader doesn't do anything when I click Open with the Linux partition selected. It lets me create an image of the drive, but that takes up a lot of space and it doesn't let me browse it when I mount it, either. Does anyone know if I can get Windows to browse the partitions? I'm also having trouble with the bootloaders (I have to use a GAG boot floppy). But I guess that'd be another post. I've done this before without any isssues when I just had two IDE drives, but the SATA drive must be causing an issue?

Last edited by America's Sweetheart; 08-14-2008 at 08:09 PM.
 
Old 08-15-2008, 09:22 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,634

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by America's Sweetheart View Post
Hi,

I have two hard drives. One is the primary SATA master with 230 GB and Windows XP. The other is the primary IDE slave with 75 GB. The IDE drive is divided into two primary partitions. One has Windows Vista and the other has openSUSE 11.0. I managed to get all the operating systems to boot, but Windows XP and Windows Vista cannot see the Linux partitions. I've tried installing ext2ifs, Diskinternals' Linux Reader, Explore2fs, and Ext2 FSD. After I install ext2ifs in XP and Vista, the two Linux partitions (/home and /) show up in Windows Explorer, but Windows says that they aren't formatted. Explore2fs doesn't show anything aside from "hda1" and "hda2." Ext2 FSD locks up using 99% of the CPU. Linux Reader doesn't do anything when I click Open with the Linux partition selected. It lets me create an image of the drive, but that takes up a lot of space and it doesn't let me browse it when I mount it, either. Does anyone know if I can get Windows to browse the partitions? I'm also having trouble with the bootloaders (I have to use a GAG boot floppy). But I guess that'd be another post. I've done this before without any isssues when I just had two IDE drives, but the SATA drive must be causing an issue?
From this page http://www.fs-driver.org/faq.html#acc_ext3, it mentions running the e2fsck tool, to deal with the journaling on an ext3 filesystem. Although if you've done this before, you've probably already tried that.

Can you make a small ext2 partition somewhere, and try to mount it?
 
Old 08-15-2008, 04:38 PM   #3
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
The new ext3 file system uses 256 byte inodes by default (a recent change), which are not recognized by the Windows add ons (ext2fs etc) you used. I suspect that if you make a ext2 or 3 file system and specify the inodes to 128 you'll be able to see it.

The boot loaders also need a patch.

Last edited by mostlyharmless; 08-15-2008 at 04:39 PM. Reason: add info
 
Old 08-16-2008, 01:52 PM   #4
America's Sweetheart
LQ Newbie
 
Registered: Jul 2007
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for the replies. How would I change the inode length?
 
Old 08-17-2008, 02:04 PM   #5
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
Unfortunately, I don't know if that's possible without remaking the file system.
 
Old 08-20-2008, 07:54 AM   #6
jnreddy
Member
 
Registered: May 2008
Location: INDIA
Distribution: RHEL
Posts: 171

Rep: Reputation: 15
hi
America's sweetheart by your post i came to know that winxp can read the linux partition
if you succeeds plz post the solution


Thanks N Advance
NirU
 
Old 08-21-2008, 01:58 PM   #7
mostlyharmless
Senior Member
 
Registered: Jan 2008
Distribution: Arch/Manjaro, might try Slackware again
Posts: 1,851
Blog Entries: 14

Rep: Reputation: 284Reputation: 284Reputation: 284
To make the proper inodes [with a new file system ],
http://linux.die.net/man/8/mkfs.ext3 seems pretty clear that the bytes per inode cannot be changed once the file system is made.

i.e. mke2fs -i 128 -c -t ext3 /dev/hda1

Last edited by mostlyharmless; 08-21-2008 at 01:59 PM.
 
  


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
Accessing ext3 formated Linux partition from Windows in read/write mode. paragkalra Linux - Software 2 05-14-2008 06:35 AM
Accessing files on the Windows Partition from Linux sci0x Linux - Software 6 03-21-2004 02:34 PM
Accessing files on my Windows partition darktalon96 Linux - Newbie 4 01-09-2004 10:23 AM
Accessing EXT3 From Windows suro Linux - Software 3 07-27-2003 05:49 PM
Problems accessing the Windows partition under Redhat... Frank Linux - General 3 08-14-2002 09:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Desktop

All times are GMT -5. The time now is 02:37 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