# HG changeset patch # User Oleksandr Gavenko # Date 1286801870 -10800 # Node ID 36edace509c9bdcd2101deb4b80277b5d56dc45d # Parent 55d1fc30ba15d64849beffe1962c519aafe0ae22 Linux fs under Windows. diff -r 55d1fc30ba15 -r 36edace509c9 fs.rst --- a/fs.rst Mon Oct 11 11:34:39 2010 +0300 +++ b/fs.rst Mon Oct 11 15:57:50 2010 +0300 @@ -41,3 +41,37 @@ http://msdn.microsoft.com/en-us/library/aa365247.aspx Naming Files, Paths, and Namespaces + +* Linux fs under Windows. + +** Ext2 IFS. + +It provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Linux Ext2 volumes (read +access and write access). This may be useful if you have installed both Windows and Linux as a dual +boot environment on your computer. + +The "Ext2 Installable File System for Windows" software is freeware. + + http://www.fs-driver.org/ + home page + +** Ext2Fsd. + +Ext2Fsd is an open source linux ext2/ext3 file system driver for Windows systems (NT/2K/XP/VISTA, +X86/AMD64). + + http://www.ext2fsd.com/ + home page + http://sourceforge.net/projects/ext2fsd/ + +** rfstool. + +Allows you to access ReiserFS partitions from a Windows 95/98/ME/NT/2000/XP system. It also allows +you to access ReiserFS partitions from Linux. It is a complete rewrite of the ReiserFS functions +needed to list directories, copy files, and backup metadata. + + http://p-nand-q.com/e/reiserfs.html + home page + http://freshmeat.net/projects/rfstool/ + +