Question:
ext3 partition access from Windows
Is there a 3rd party application for this type of task? I've looked around and a recovery program called DiskInternal was all I could find. Thanks.
Answer:
Re: ext3 partition access from Windows
DOWNLOAD EXT2IFS http://www.fs-driver.org/download.html
Makes almost any format I know of accessible for windows.
Answer:
Re: ext3 partition access from Windows
Wow this is a great program. Very simple to use. Thanks. My Linux partition is accessible but look at this screen shot of my swap. When I try to access it, it says that the drive is not formatted.:confused:
Answer:
Re: ext3 partition access from Windows
Yeah, your swap won't show up. I don't think it's in the ext3 format, but even if it was, it's not going to show up accessible. The swap partition is just a cache for Linux to use as extra memory in the case of too little RAM, so nothing will actually be saved there for you to access in Linux or Windows.
Answer:
Re: ext3 partition access from Windows
And with your specs in your sig, you really don't need a swap partition. Swap for pcs with over 1gb ram (mostly likely lower than that) is unnecessary and a waste of a possible 1 of 4 primary partitions.
Answer:
Re: ext3 partition access from Windows
And with your specs in your sig, you really don't need a swap partition. Swap for pcs with over 1gb ram (mostly likely lower than that) is unnecessary and a waste of a possible 1 of 4 primary partitions.
Swap is also where the RAM is dumped to when you hibernate the system, so you'll want to have at least as much swap as you do RAM if you use the hibernation function.
At least, that's what I remember reading.
- Trip
Answer:
Re: ext3 partition access from Windows
I wouldn't know about that as I never hibernate. I'll have to look that up.
I always thought hibernate on Linux K/ubuntu would work the same as windows.
Answer:
Re: ext3 partition access from Windows
You can always setup the swap partiton as a logical partition so it doesn't waste it. I had to do that.
Pri 1 -- Dell Diag
Pri 2 -- XP
Pri 3 -- Ubuntu
Pri 4 -- Extended
Log 1 -- Ubuntu Swap
Log 2 -- Shared storage between partitions
Answer:
Re: ext3 partition access from Windows
You can always setup the swap partiton as a logical partition so it doesn't waste it. I had to do that.
Pri 1 -- Dell Diag
Pri 2 -- XP
Pri 3 -- Ubuntu
Pri 4 -- Extended
Log 1 -- Ubuntu Swap
Log 2 -- Shared storage between partitions
So from the Extended partiton "log 2" .......Are you able to EASILY share within Windows and Ubuntu as storage?
Answer:
Re: ext3 partition access from Windows
And with your specs in your sig, you really don't need a swap partition. Swap for pcs with over 1gb ram (mostly likely lower than that) is unnecessary and a waste of a possible 1 of 4 primary partitions.
Untrue. Even firefox alone consumes 1GB with a few tabs open and plug-ins running, and especially if you keep it open for a few days (yes, it's still leaking memory). So swap space is a must for any machine with less than 2GB RAM. But even if you have 2GB RAM, having some swap space as a reserve is always a good idea (example: firefox w/10 tab + open office + gaim + thunderbird open, and then you want to play quake4 for a quick online match - without having to close down any of your apps. Without swap space it would start thrashing).