Hi,
First of all, sorry for the late reply for your first email. The list
became moderated due to the huge amount of spam lately and your email was
approved only 3 days later, I didn't get it earlier. [Anton, as I noticed
SourceForge started to use spam filtering. Is there still a lot of spam?
If not, it could be switched back to unmoderated, also less job for you]
> As I am running it from the sysrescuecd I have copied out the important
> bits by hand and abbreviated some bits.
OK. Do you have floppy or is sysrescuecd capable to automaticallly setup
the network for you? If yes, you could redirect ntfsresize output to a
file, e.g by
ntfsresize -i device > ntfsresize.out
or
ntfsresize -i device | tee ntfsresize.out # you see also the output
then save ntfsresize.out to a floppy or to somewhere else on the network.
> volume/device size 4294MB
> Space in use 2385MB (55.5%)
>
> Last used at By Inode
> $MFT 33 0
Ok, the problem is not here.
> $MFTMirr 4220 1
The development (BETA) version of ntfsresize can cope with this.
> Compressed 2898 9577
This one also but it's disabled even in the BETA since it's untested. Thus
in the best case you could resize at 2899 MB with the BETA version (unless
I enable support for this as well) if we find solution for the below
problem.
> Multi-Record 4287 2694
This is a very fragmented file. Handling this case is not yet supported
unfortunately. But maybe you can overcome this. You can check what's this
file if you mount your NTFS partition:
mkdir windows
mount -t ntfs <device> windows
cd windows
find -inum 2694
If this file is pagefile.sys (great chance) then you could temporarily
turn off Windows' Virtual Memory under
Start->Settings->Control Panel->System->Advanced->Performance
and try again the ntfsresize process.
If the file is something else then on Windwos you may either just delete
it if you don't need (but be careful you don't delete something useful) or
copy file file_new
erase file
rename file_new file
Using just 'rename' is not enough.
> Ordinary 4288 14944
The ntfsresize BETA can cope with this also.
> P.S. I have tried defragging over and over again in Win 2000 as someone
> suggested. This is the result after the 5th defrag.
Windows defragmenter can't defragment files in use (e.g. system files,
NTFS internal files). Some commercial defragmenter can achieve this at
boot time. ntfsresize BETA can also overcome most of these problems
(supporting all cases still needs some time). If it make sense and you're
willing to try it out, please let me know.
> P.P.S. In Win 2000 it is clear from the defrag picture that some system
> files are kept at the end of the ntfs partition and they are causing the
> problem.
Usually it's the Windows pagefile.sys and that can be turned off. Cheers,
Szaka
|