Disregard mount(8) command in the favor of captive-cmdline(1).
authorshort <>
Tue, 10 May 2005 09:01:53 +0000 (09:01 +0000)
committershort <>
Tue, 10 May 2005 09:01:53 +0000 (09:01 +0000)
project/captive/Index.html.pl

index 48b5c6b..ce69391 100755 (executable)
@@ -250,10 +250,16 @@ EOF
 print <<"HERE";
 
 <blockquote>
-       <p class="quote">
-               # mkdir /mnt/dosc<br />
-               # mount -t captive-ntfs /dev/hda1 /mnt/dosc
-       </p>
+       <p class="quote" style="white-space: pre;"
+># captive-cmdline \\
+               --load-module=/var/lib/captive/ntoskrnl.exe \\
+               --filesystem=/var/lib/captive/ntfs.sys \\
+               --sandbox-server=/usr/sbin/captive-sandbox-server \\
+               --bug-pathname=/tmp/captive-bug-%FT%T.captivebug.xml.gz \\
+               --disk --rw /dev/hda1
+# Now you can use ftp(1)-like command-line interface for the NTFS disk access.</p
+       >
+       <p>(Backslash end-of-line characters '\\' to be omitted for line continuation.)</p>
 </blockquote>