-Captive forces MS-Windows to run safety chkdsk during the next MS-Windows boot.
authorshort <>
Sat, 6 Dec 2003 15:08:25 +0000 (15:08 +0000)
committershort <>
Sat, 6 Dec 2003 15:08:25 +0000 (15:08 +0000)
 - Unfortunately chkdsk is no longer invoked.

src/client/lufs/mount.captive.in

index 09e52bf..33725c1 100755 (executable)
@@ -90,8 +90,6 @@ if ($fsname eq "ntfs") {
        for my $fh (*STDERR,*STDOUT) {
                if (-t $fh) {
                        print $fh 'Captive NTFS v@VERSION@.  Check a new version at: http://www.jankratochvil.net/'."\n";
-                       print $fh 'Captive forces MS-Windows to run safety chkdsk during the next MS-Windows boot.'."\n"
-                                       if $opt_rwmode ne "--ro";
                        last;
                        }
                }