Hi, everybody
I've got a little problem here.
I have a 250gb hard drive which had 2 ntfs partitions on it. One 80gb for Windows and programs and other 170gb partition for all my documents and other data.
So I wanted to install Debian as 2nd OS on my computer. I resized my 170gb partition to 148gb and created 2gb swap and 20gb ext3 partition for linux and installed Debian on it and grub boot loader on the master boot record. Everything is working ok.
Then I started to mess with my ATI drivers, got black screens, searched stuff on google, reinstalled linux, etc... 3-4 times or so. Each time I deleted and recreated linux partitions in the partition manager while installing Debian. Maybe touched something else there too. I used latest Debian netinstall, but I did one install using my older Debian4 DVD from 2007.
Then at one point I had 5 entries on the grub boot loader(win, 2 pairs of linux boot options[normal and single user modes with different Z version numbers]). So I started messing around with grub and its command options - tried to delete 2 extra boot options. I think, I messed something up here.
Now I reinstalled Debian and grub for the last time and the installer didn't add my Windows entry for grub anymore. So I added Windows entry manually, but I was still unable boot to Windows. Then I tried to mount that NTFS partition under linux and see what's on there.
I got this error:
Code:
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
I was only able to mount my other 148gb NTFS partition.
ntfsfix gave me this error:
Code:
Mounting volume... Failed to startup volume : Invalid argument
FAILED
Attempting to correct errors... FAILED
Failed to startup volume : Invalid argument
Volume is corrupt. You should run chkdsk.
And when I tried chkdsk on Windows, I got instantly:
Code:
Volume appears to have one or more unrecoverable problems
What can I do? Is it possible to fix it somehow? I had some really valueable stuff on my Windows desktop that really need to be recovered.