fs.rst
changeset 598 36edace509c9
parent 519 bf4dcc22ccd9
child 599 035920d3833c
equal deleted inserted replaced
597:55d1fc30ba15 598:36edace509c9
    39 
    39 
    40 ** Windows.
    40 ** Windows.
    41 
    41 
    42   http://msdn.microsoft.com/en-us/library/aa365247.aspx
    42   http://msdn.microsoft.com/en-us/library/aa365247.aspx
    43                 Naming Files, Paths, and Namespaces
    43                 Naming Files, Paths, and Namespaces
       
    44 
       
    45 * Linux fs under Windows.
       
    46 
       
    47 ** Ext2 IFS.
       
    48 
       
    49 It provides Windows NT4.0/2000/XP/2003/Vista/2008 with full access to Linux Ext2 volumes (read
       
    50 access and write access). This may be useful if you have installed both Windows and Linux as a dual
       
    51 boot environment on your computer.
       
    52 
       
    53 The "Ext2 Installable File System for Windows" software is freeware.
       
    54 
       
    55   http://www.fs-driver.org/
       
    56                 home page
       
    57 
       
    58 ** Ext2Fsd.
       
    59 
       
    60 Ext2Fsd is an open source linux ext2/ext3 file system driver for Windows systems (NT/2K/XP/VISTA,
       
    61 X86/AMD64).
       
    62 
       
    63   http://www.ext2fsd.com/
       
    64                 home page
       
    65   http://sourceforge.net/projects/ext2fsd/
       
    66 
       
    67 ** rfstool.
       
    68 
       
    69 Allows you to access ReiserFS partitions from a Windows 95/98/ME/NT/2000/XP system. It also allows
       
    70 you to access ReiserFS partitions from Linux. It is a complete rewrite of the ReiserFS functions
       
    71 needed to list directories, copy files, and backup metadata.
       
    72 
       
    73   http://p-nand-q.com/e/reiserfs.html
       
    74                 home page
       
    75   http://freshmeat.net/projects/rfstool/
       
    76 
       
    77