linux file system on windows

minofifa

Senior member
May 19, 2004
485
0
0
hey
just thought i would share this software i found when wasting time on stumble (firefox). apparantly you can use this in windows so that you can read/write linux file systems. I know this may solve a huge potential problem for me as a split windows/linux user.

does anybodyuse this / would they recommend it?
 

Sunner

Elite Member
Oct 9, 1999
11,641
0
76
Sounds nice, unfortunately I can't find any links or names of said driver in your post ;)
 

Brentx

Senior member
Jun 15, 2005
350
0
0
Usually those utilities are good for reading/writing to Ext2 FS, however it can have problems writing to Ext3 FS. Just like in Linux with NTFS, the journaling file systems can be corrupted by writing to them with an OS that they are not native to.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Zelmo3
Is it easier/more functional than Samba?

Samba is for network shares. The software in question, if it is what I think it is, is just an ext2fs driver for Windows. It would allow dualbooters to use their Linux drives while in Windows.
 

DidlySquat

Banned
Jun 30, 2005
903
0
0
Awesome, it's a native Windows driver for ext2/ext3 linux filesystems !!!! Not sure what you mean by FAT/NTFS - this is good for reading and possibly writing into Linux partitions.
 

GeekDrew

Diamond Member
Jun 7, 2000
9,099
19
81
I've been using that for a few months now... I have a bunch of mp3s on what was an ext3 partition... access it mainly from Windows. When I booted Ubuntu last time, though, it forced fsck, and now it is identifying it as ext2, so I suppose I've screwed up the journalling component of ext3 on that partition (which is completely logical).

That said, I've had absolutely no problems with using it. I can read/write with no apparent difficulty.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
Originally posted by: Mesix
When it can write ReiserFS I'll be impressed

(It has to work, too!)

When ReiserFS is a time tested stable filesystem I'll be impressed. (It has to work, too!)
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
Just like in Linux with NTFS, the journaling file systems can be corrupted by writing to them with an OS that they are not native to.

It has nothing to do with journaling, it has to do with the fact that writing NT IFS drivers is a PITA and until recently the IFS DDK from MS cost a pretty penny, there's virtually no motivation for a Linux developer to spend time writing a driver for Windows. And on the flip side NTFS support sucks on Linux because MS won't release any good docs covering the format under an acceptable license.