Both are on same physical drive. NT4 is allocated C: and
w2k D:
This means C: is both the system and the boot partition
for NT. However, while D: is the boot partition for
W2K, C: is still the system partition. Hence, whatever
you do needs to maintain C:'s ability to function as
a system partition for W2K.
What works is to delete everything on C: except
for the most of the files in the root directory (assuming
that this is a "standard" C: drive with no files in the
root directory other than what the OSes needed to put there).
Other than what is in the root directory, there shouldn't
be anything on C: that W2K needs. If there is a pagefile
in C:\ it should be safe to delete that *unless* you set
up W2K to use C: for its pagefile location.
If C: is FAT16, you should be able to reduce all
of the files on it to a total size of under 1 MB, at
which point you can use a tool like Partition Magic to
shrink C:. After that PM can be used to expand D: into
the newly created free space.
If C: is NTFS, then you have the MFT to contend with.
The MFT grows as necessary but it never, ever, shrinks.
Hence, if you have a 500 MB MFT you are stuck with it.
You can still shrink C: to whatever minimum size Partition
Magic will allow, but you might be better off using PM to
convert C: to FAT16 just to get rid of the MFT.
Whatever you do, be sure to do a thorough backup before
you delete a single file or resize any partitions. I
strongly suggest you use a tool like Drive Image to save
images of both C: and D:.
And just before resizing a partition, be sure to do a thorough
defrag of that partition. For partitions that you intend to
shrink, be sure to tell your defragger to put all of the free
space at the *end* of the partition rather than in the middle.
The above procedure works every time, but I usually prefer
to just blow away both partitions and install W2K from scratch:
it is a good opportunity to clean up your W2K installation
by only reinstalling the apps, drivers, etc that you need.