LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 07-03-2005, 02:19 PM   #16
xmb
LQ Newbie
 
Registered: Jul 2005
Posts: 6

Rep: Reputation: 0

Its sometimes essential to have NTFS and ext2 write support.
You doods and the ext2+ apps shouldnt care about whats exactly, they'd only recognize by some entry or the recovery journal.
ext3 is EXACTLY ext2, just with the additional journal that aint needed outside of unix, yet.

So i was using ext2fsd, running its setup on every boot to get me my r/o partitions.

I found that nice resource site: http://ext2fsd.sourceforge.net/resources/resources.htm
which gave me ext2fsnt thats supposed to have write support ( http://ext2fsd.sourceforge.net/resources/resources.htm )

I've tried but it didnt do much, it was copying an ext2.sys and stuff. After i ran the ext2fsd setup, it mounted my partitions r/w!
i probably will still have windoz-char-finding problems, for like the ipod.. it always overwrites F:, or at least tries to.. my linux partition wins in every case.

For those who wanna use my ext2fsd version, and download ext2fsnt.rar, both are on xmb.ath.cx

http://xmb.ath.cx/ext2fsd-0.21.rar
http://xmb.ath.cx/ext2fsnt.rar

And have read/write ext2/3 partitions! have fun!
 
Old 07-03-2005, 02:20 PM   #17
xmb
LQ Newbie
 
Registered: Jul 2005
Posts: 6

Rep: Reputation: 0
woohoo space to copy more mp3s
 
Old 07-03-2005, 02:31 PM   #18
xmb
LQ Newbie
 
Registered: Jul 2005
Posts: 6

Rep: Reputation: 0
Hmm only every 10th directory has any content displayed by windoz.. now explorer is hung to 'my computer', rest work.

and everything accessing the fs, like winamp, but mp3's worked before, its still playing but i think its from another windoz share, winamp wont show up.

Last edited by xmb; 07-03-2005 at 02:32 PM.
 
Old 07-04-2005, 07:31 PM   #19
xmb
LQ Newbie
 
Registered: Jul 2005
Posts: 6

Rep: Reputation: 0
My conclusion to trying ext2fsd (v0.21) and ext2fsnt, both have kindof a setup script. if i run ext2fsnt first, then fsd, i get my mountes read-write, but much content in dirs inside are missing, tho you can make new directories and write to them w/o damage, for me at least.
If i run fsd first, i get the same read-only. newer fsd versions may do the job better, or other software.
Good day.
 
Old 07-27-2005, 02:09 PM   #20
IMSargon
LQ Newbie
 
Registered: Aug 2004
Posts: 15

Rep: Reputation: 0
Quote:
quote:Originally posted by joeljkp
Because if you have to use it, you want to be able to access your files on Linux, perhaps.

Then, put all your shared files in the FAT32 partition. Save EXT3 for the programs and kernel. Save NTFS for the programs and Windows system. All files shared between OSes should be in FAT32.

This is the best solution only if you have no need to share files over 4GB.
 
Old 08-21-2005, 09:55 AM   #21
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
So let me make sure this is straight...

it is OK to Write to an ext3 partition that is mounted as ext2 on windows?

i know theres no journaling but it wont f@#$ the partition?
 
Old 08-22-2005, 02:58 AM   #22
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
read the ext2fsd project page for this kind of info and the caveats of writing ext2/3 with windows using this driver.

Much of the performance will depend on how the windows and the linux systems are set up. However, word is that writing to ext from windows is not a problem.
 
Old 08-23-2005, 04:34 PM   #23
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
i read the ext2fsd page before i got here, but only it says in general, its dangerous, its not supported, etc... but what i want to make clear is if, and not just with this driver, if i do write an ext3 mounted as ext2, and if the write was successful, then will i or have i caused damage to the ext3 partition, immediately or the next time its mounted as ext3?
 
Old 08-23-2005, 10:14 PM   #24
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
If the designers cannot give you that assurance, nobody can.

Quote:
From the developer
Ext2fsd v0.22 is not strong yet in writing support, I recommend you create a little ext2 partition as a swap between winnt and linux or use bosse's filedisk to create an image file.
You can only try it and see.
For that matter, you could create a small vfat partition and use that with the windows fat32 driver... if you were worried.
 
Old 08-24-2005, 08:13 PM   #25
Fascistchicken
Member
 
Registered: Jul 2003
Location: hellifniknow
Distribution: slackware for chickens
Posts: 182

Rep: Reputation: 30
but i mean, in principle, can it be done.
you must be misunderstanding my question.
If everything does go as it should, does writing a ext2 mounted ext3 partition damage it?

for instance, the next time that partition is mounted as ext3 will the journal be wrong?, could the files written as ext2 be missing?,even if the journal is wrong does it matter?
 
Old 08-26-2005, 02:03 AM   #26
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
In principle anything can be done.
http://linux.org.mt/article/filesystems
...for the lowdown on different file systems and what's so special about them.

Ignoring the windows issue for a bit - imagen you have an older linux without ext3 support and for some reason you must manipulate a disk formatted with ext3 ... which will later be used in a machine which does have ext3 support.

ext3 is backwards compatable with ext2 - and can be mounted as ext2 on the old system. You can read and write files et al. Presumably the journal is not updated. If the system shuts down uncleanly - it will perform an ext2 fschk to attemt to correct any damage as normal.

Transfer to the ext3-enabled system ... and the files will all be there. The changes will not be in the journal... but you can touch all the files to get them written to the journal (I havn't done this so I'm extrapolating from the descriptions ... someone correct me if I get this wrong.) ... if your system should shut down uncleanly before you do this, then you will lose all the changes made from the last journal update when you reboot.

Remember, the journal is only needed when the system reboots after an unclean shutdown (your little brother threw the circuit breaker while you were playing the 23rd level on Iotot 5:"Revenge of the Fnords" ...)
 
Old 12-18-2009, 11:51 AM   #27
iharob
LQ Newbie
 
Registered: Nov 2009
Posts: 14

Rep: Reputation: 0
Quote:
Originally Posted by joeljkp View Post
Because if you have to use it, you want to be able to access your files on Linux, perhaps.
That's true, but sometimes you need it, ive been trying to get my 5 younger brothers and sisters to use linux, a ver friendly distro like ubuntu, but until now i failed. So they need the pc to do stuff, an i only use linux, specially because most tools i use are a lot better in linux, for example latex (by the way, there is finally a nice LaTeX editor in gtk "winefish" is very nice now), and ive downloaded some files that i need to use on the wondows partition, so i need to access my linux one, you see, i dont want this, but i cant help it.
 
Old 12-18-2009, 04:52 PM   #28
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
Welcome to LQ.
This thread is almost half a decade old.
I know we prefer you to reply to existing threads but it is better to reply to newer posts - prefereabsy ones which have no existing replies.
 
Old 09-05-2013, 11:26 AM   #29
Ryan76
LQ Newbie
 
Registered: Aug 2013
Posts: 4

Rep: Reputation: Disabled
Lightbulb

You need something like Paragon ExtFs for Windows - really easy way to read/write on any extfs partition from any windows os
 
Old 09-05-2013, 11:57 AM   #30
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Moderator Response

Please notice the original Thread and the last post dates before posting. Original thread date is 2005 while the last before yours is 2009.

Resurrection of a necro post is something LQ doesn't want.

BTW, there are better methods to read EXT2/3/4 on a Microsoft windows system then the referenced link you provided.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
fsck.ext3: Attempt to read block from filesystem trouble dolphans1 Mandriva 12 10-07-2009 04:30 AM
convert read only filesystem to write?... snip128 Linux - General 3 10-06-2004 08:06 PM
Read/Write access ext3 partition st00 *BSD 5 06-28-2004 08:46 PM
Cant write or read ext3 partitions?!?!?! wasabi Linux - General 9 06-17-2004 07:07 AM
how do I change the filesystem from read-only to read-write? les_chow Linux - Newbie 5 05-26-2004 03:14 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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