Martin DiViaio on Sun, 27 Oct 2002 18:11:21 -0500 |
EXT3 is EXACTLY the same as EXT2 except that journaling is turned on. You can use any of the EXT2 tools available to read the partition without any problems. (You can even do it under Linux.) Writing to the partition may be another story. If you use an EXT2 driver to write to an EXT3 partition the journal would not be updated. This may cause some file corruption if fsck tries to use the journal to check the partition. (Then again, it might not but I'm too chicken to try it. :) On the 25th day of October in the year 2002 you wrote: > Date: Fri, 25 Oct 2002 08:33:10 -0400 > From: Arthur S. Alexion <arthur@alexion.com> > To: plug@lists.phillylinux.org > X-Spam-Status: No, hits=-4.9 required=10.0 > tests=NOSPAM_INC,SIGNATURE_LONG_DENSE,SPAM_PHRASE_00_01 > version=2.41 > Subject: [PLUG] Accessing ext(x) filesystems from windows > > On a dual boot machine, I'd like to be able to access my ext3 home > directory when booting windows. Are there any solutions? > _________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|