Do you have a backup copy of the C: partition ?
It sounds like the disk may be in bad shape.
I wouldn't go a step further, without checking my backup status.
If you don't have a backup hard drive, you can pick up a
disk enclosure with USB interface for the job. That's what
I use here, for backing up my laptop. The backup drive should
be as big as, or bigger, than the suspect disk.
Once you tell us you have your backup copy made, then
there are a few things you can try.
*******
You can use the Health tab in HDTune, to check the hard
drive S.M.A.R.T statistics. If drive failure is imminent,
the evidence may be in there.
http://www.hdtune.com/files/hdtune_255.exe
In this example, Reallocated Sector Count is showing "98% life".
Basically, once it goes below 100%, you have to watch it
very carefully (for growth rate). On a drive here, it lost
several percent in only a couple days, which meant I replaced
it in a hurry. It won't just go linearly down to zero,
like the gas gauge on your car. The disk could die at any
time - even if it said "50%" it could die instantly. When
it says "100%", that still doesn't say things are perfect,
but at least you don't have an immediate worry.
http://forums.seagate.com/stx/attachments/stx/ata_drives/23077/1/hdtune.jpg
HDTune also allows you to scan for bad blocks, by doing a
read surface test. Since the disk has automated bad block
replacement, you would normally not expect to see any
"red" blocks in there.
*******
The reason for this care, is to help to decide what to do next.
If the drive is not healthy (and your symptom description
already tells me it may be too late), then if you use
an "in place" repair utility, it can do even more damage
than you've already got. For example, if you run CHKDSK
to repair the file system, if the disk is not healthy, any
writes to the disk that CHKDSK does, could cause data loss.
CHKDSK should only be run, if the evidence suggests the
dish is still healthy.
If the disk was 100% healthy, and passed all your physical
checks, then you could afford to be a bit more adventurous.
But if the disk is sick (worrying signs in HDTune), your
very first priority is getting the data off the disk.
The "ddrescue" at the end of this page, is an example of
an approach for data rescue, when the disk is near dead.
It helps scavenge as many sectors as possible, copying them
to a known-good disk drive. This tool doesn't have a nice
GUI, which is why you'd likely need help with using it.
http://www.cgsecurity.org/wiki/Damaged_Hard_Disk
Paul