Linux fs under Windows.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 11 Oct 2010 15:57:50 +0300
changeset 598 36edace509c9
parent 597 55d1fc30ba15
child 599 035920d3833c
Linux fs under Windows.
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/
+
+