Removed obsolete ntfsresize(1) claim.
authorlace <>
Thu, 29 Dec 2005 10:28:49 +0000 (10:28 +0000)
committerlace <>
Thu, 29 Dec 2005 10:28:49 +0000 (10:28 +0000)
 - Promised in: <20051118152644.GA29206@kashome.dyn.jankratochvil.net>

project/captive/Index.pm
project/captive/doc/Index.pm
project/captive/doc/TODO.pm

index ae5a1b9..b52b574 100755 (executable)
@@ -302,7 +302,6 @@ print <<"HERE";
                <li>@{[ a_href 'doc/Architecture.pm#law','Laws and Licensing Conditions' ]}</li>
                <li>@{[ a_href 'doc/Details.pm#sandbox','Sandboxing of W32 Filesystem' ]}</li>
                <li>@{[ a_href 'doc/TODO.pm#todo_fsck','TODO: Fsck of NTFS' ]}</li>
-               <li>@{[ a_href 'doc/TODO.pm#todo_surprise','TODO: NTFS Support for Partition Surprise' ]}</li>
                <li>@{[ a_href 'doc/Related.pm#LinuxNTFScompet','Related Projects - Linux NTFS' ]}</li>
                <li>@{[ a_href 'doc/Related.pm#vmware','Related Projects - VMware Workstation' ]}</li>
                <li>@{[ a_href 'doc/LinuxNTFS.pm',"Re: 7.7 Can't we write a wrapper for Windows' driver?" ]}</li>
index bc982a4..7f9c739 100755 (executable)
@@ -137,7 +137,6 @@ print <<"HERE";
        </ul></li>
 
 <li><a href="TODO.pm#todo_fsck">TODO: Fsck of NTFS</a></li>
-<li><a href="TODO.pm#todo_surprise">TODO: NTFS Support for Partition Surprise</a></li>
 
 <li><a href="Related.pm">Related Projects</a>
        <ul>
index 34a681a..e165b04 100755 (executable)
@@ -60,33 +60,6 @@ print <<"HERE";
        <p>This possibility was not yet investigated in any way.</p>
 
 
-<h1 id="todo_surprise">TODO: NTFS Support for
-               <span class="productname">@{[ a_href '/project/surprise/','Partition Surprise' ]}</span></h1>
-
-       <p>There already exists
-       <span class="productname">@{[ a_href 'http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html','ntfsresize' ]}</span>
-       using reverse-engineered data structures information. According to the
-       usage count it appears
-       <span class="productname">@{[ a_href 'http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html','ntfsresize' ]}</span>
-       is safe.</p>
-
-       <p>Despite it
-       <span class="productname">@{[ a_href 'http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html','ntfsresize' ]}</span>
-       still has some usage limitations such as no possibility to shrink the partition to less
-       than its half size. There exists technically interesting possibility to use Captive NTFS access for
-       <span class="productname">@{[ a_href '/project/surprise/','Partition Surprise' ]}</span>
-       as it is the only partition manager capable of disk operations
-       by using just the original W32 filesystem driver by full rebuild of the
-       filesystem metadata.
-       Almost no file data blocks would be needed to move even when using these generic W32 filesyste drivers
-       as W32 supports <span class="constant">FSCTL_MOVE_FILE</span> request
-       according to
-       @{[ a_href 'http://www.sysinternals.com/ntw2k/info/defrag.shtml',
-                       'Inside Windows NT Disk Defragmenting' ]}
-       by @{[ a_href 'http://www.sysinternals.com/aboutus.shtml',
-                       'Mark Russinovich' ]}.</p>
-
-
 HERE