From: short <> Date: Thu, 16 Oct 2003 07:08:44 +0000 (+0000) Subject: description updated X-Git-Url: https://git.jankratochvil.net/?p=www.jankratochvil.net.git;a=commitdiff_plain;h=da128962844eb862136cc093e66aa9c0ddbec3b4 description updated --- diff --git a/project/captive/ListItem.pm b/project/captive/ListItem.pm index f2fe269..6ec9d9e 100755 --- a/project/captive/ListItem.pm +++ b/project/captive/ListItem.pm @@ -43,10 +43,13 @@ our @ListItem=( "cvs-of 'httpcaptive://' method"=>"gnome-vfs-httpcaptive:captive", "cvs-of 'libntfs://' method"=>"ntfsprogs-gnomevfs", "description"=><<"HERE", -

The implementation allows applications running under the GNU/Linux operating -system to access NTFS drives. File system driver compatibility with VFAT, -ISO9660 and EXT2 is also provided.

-

Project runs the original Microsoft Windows drivers to get the best +

The first full read/write access to NTFS disk drivers was achieved in +@{[ a_href 'http://www.winehq.com/','Wine' ]} way by using the original +Microsoft Windows ntfs.sys driver. Projects emulates many subsystems of +Microsoft Windows kernel reusing from case to case one of the original +ntoskrnl.exe, @{[ a_href 'http://www.reactos.com/','ReactOS' ]} parts or +the project's own reimplementations.

+

Involvement of the original driver files was chosen to get the best filesystem compatibility and safety ever reachable.

HERE );