+NTFS compatibility
authorshort <>
Wed, 30 Apr 2003 06:05:02 +0000 (06:05 +0000)
committershort <>
Wed, 30 Apr 2003 06:05:02 +0000 (06:05 +0000)
NEWS
README

diff --git a/NEWS b/NEWS
index 7926abd..fc8f0ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ $Id$
 NEWS for captive-0.8
 --------------------
 
+* ntfs.sys working incl. readwrite mode
 
 
 NEWS for captive-0.2 (2003-04-17)
diff --git a/README b/README
index 3d411aa..1c83b1c 100644 (file)
--- a/README
+++ b/README
@@ -9,10 +9,10 @@ for accessing drives with possibly proprietary file system data structures.
 Open file system API is provided to access these file system drivers.
 Microsoft Windows system components required by these drivers
 were analyzed and successfuly emulated in the GNU/Linux operating system.
-Currently the implementation allows applications running under the GNU/Linux
-operating system to access VFAT, ISO9660 and EXT2 drives. NTFS file system
-capability target is the final goal being currently developed on the base
-of this project assets.
+
+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.
 
 
 Bleeding Edge
@@ -28,6 +28,8 @@ make
 ./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/cdfs.sys    --cdrom --ro    /path/to/image.bin
        or
 ./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/fastfat.sys --disk  --blind /path/to/image.bin
+       or
+./src/client/cmdline/captive-cmdline --load-module=/path/to/ntoskrnl.exe --filesystem=/path/to/ntfs.sys --disk  --blind /path/to/image.bin
 
 
 Installation