NTFS drives aren't a good idea under Linux, but my 4 NTFS drives are this full.
NTFS works fine on Linux. You can't install Linux on an NTFS filesystem because NTFS doesn't support UNIX permissions, but you can mount these filesystems read-write to any arbitrary sub-directory and use them as you please.
The tricky thing is, if you have no more drives, you will need to shrink one of these NTFS filesystems to make room for a Linux-compatible filesystem (ext4, btrfs, xfs, etc) to actually install a Linux distro. Microsoft has a minimal amount of info here, but I don't have a Windows machine at my disposal to test this. Shrinking an NTFS partition should also be possible via gparted (which is available in LiveCD/LiveUSB form). Either way, it is a potentially dangerous operation. On a nearly-full filesystem it will be very slow, and if the power goes out or something in the middle of the process,
.
I usually allocate 400GB for a Linux rootfs, but 200GB should be comfortable if you aren't installing a million packages.
