-Captive forces MS-Windows to run safety chkdsk during the next MS-Windows boot.
[captive.git] / 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;
                        }
                }