From 0ae8088aa158355634da1f4fc5b512b6619a5665 Mon Sep 17 00:00:00 2001 From: short <> Date: Wed, 22 Oct 2003 06:45:52 +0000 Subject: [PATCH] Note ntfsresize >=halfsize limitation. --- project/captive/doc/TODO.html.pl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/project/captive/doc/TODO.html.pl b/project/captive/doc/TODO.html.pl index c775f22..3329a14 100755 --- a/project/captive/doc/TODO.html.pl +++ b/project/captive/doc/TODO.html.pl @@ -73,18 +73,21 @@ print <<"HERE"; @{[ a_href 'http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html','ntfsresize' ]} is safe.

-

Despite it there still exists technically interesting possibility to use Captive NTFS access for +

Despite it + @{[ a_href 'http://mlf.linux.rulez.org/mlf/ezaz/ntfsresize.html','ntfsresize' ]} + 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 @{[ a_href '/project/surprise/','Partition Surprise' ]} as it is the only partition manager capable of disk operations - by using just the original W32 filesystem driver by full rebuild of + by using just the original W32 filesystem driver by full rebuild of the filesystem metadata. - Almost no file data blocks would be moved even on these generic filesystems + Almost no file data blocks would be needed to move even when using these generic W32 filesyste drivers as W32 supports FSCTL_MOVE_FILE 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' ]}. + 'Mark Russinovich' ]}.

HERE -- 1.8.3.1