Release: 0.9.6
[captive.git] / README
diff --git a/README b/README
index 755669f..a6fea85 100644 (file)
--- a/README
+++ b/README
@@ -15,6 +15,26 @@ system to access NTFS drives. File system driver compatibility with VFAT,
 ISO9660 and EXT2 is also provided.
 
 
+Project Home
+------------
+
+http://www.jankratochvil.net/project/captive/
+
+
+Overview
+--------
+
+'captive' is the base package. It contains debugging 'captive-cmdline' client.
+'captive-lufs' permits mounting NTFS as regular filesystem. It needs 'lufs'.
+'lufs' is a daemon to enable userland process to provide filesystem functions.
+
+Any errors from 'captive-lufs' are written to '/var/log/messages'.
+
+Needed drivers (at least ntoskrnl.exe+ntfs.sys) must be in '/var/lib/captive'.
+
+'captive' package creates 'captive' user and 'captive' group on your system.
+
+
 Drivers Availability
 --------------------
 
@@ -27,7 +47,7 @@ most by the Wine http://www.winehq.com/ project. Required driver files:
   ntoskrnl.exe - Windows NT kernel; required for ANY use of this project.
   ntfs.sys - NTFS filesystem driver; required to access NTFS disk drives.
 
-Run captive-install-aquire(1) installer for proper guided steps.
+Run captive-install-acquire(1) installer for proper guided steps.
 
 
 Packaged Installations
@@ -35,9 +55,9 @@ Packaged Installations
 
 Case #1 - All packages installed:
     captive-install - Acquire needed MS-Windows drivers and setup /etc/fstab.
-    captive-lufs - Linux User File System module driver to be native filesystem.
+    captive-lufs - Linux Userland File System module to be native filesystem.
     captive - Base package of this project.
-    lufs >=0.9.6-1captive - Linux User File System engine for captive-lufs.
+    lufs >=0.9.6-1captive - Linux Userland File System engine for captive-lufs.
     gnome-vfs-httpcaptive - Gnome-VFS httpcaptive:// method for captive-install.
     ntfsprogs >=200309071734 - Readonly NTFS to get drivers by captive-install.
     ntfsprogs-gnomevfs - Gnome-VFS readonly NTFS access used by captive-install.
@@ -54,9 +74,9 @@ Case #1 - All packages installed:
     mount /mnt/captive-
 
 Case #2 - Packages without installer:
-    captive-lufs - Linux User File System module driver to be native filesystem.
+    captive-lufs - Linux Userland File System module to be native filesystem.
     captive - Base package of this project.
-    lufs >=0.9.6-1captive - Linux User File System engine for captive-lufs.
+    lufs >=0.9.6-1captive - Linux Userland File System engine for captive-lufs.
 
   You must obtain W32 drivers - at least "ntoskrnl.exe" and "ntfs.sys".
   They should be stored in '/var/lib/captive' directory (lowercased filenames).
@@ -151,7 +171,7 @@ Files Overview
 --------------
 
 User:
-src/client/lufs - Linux User File System module to access NTFS as filesystem.
+src/client/lufs - Linux Userland File System module to access NTFS filesystem.
 src/client/sandbox-server - Security+safety wrapper of emulated W32 environment.
     Disable during debugging sessions.
 src/client/cmdline - Simple ftp(1)-like client.