It's to diificult and too much risk for me to do it myself. So I send you de results of the commands and hope you can help me
ubuntu@ubuntu:~$ sudo fdisk -l -u
Disk /dev/sda: 203.9 GB, 203928109056 bytes
255 heads, 63 sectors/track, 24792 cylinders, total 398297088 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xe1a6e1a6
Device Boot Start End Blocks Id System
/dev/sda1 63 81915434 40957686 7 HPFS/NTFS
/dev/sda2 * 81915496 398267414 158175959+ f W95 Ext'd (LBA)
/dev/sda5 81915498 296953449 107518976 7 HPFS/NTFS
/dev/sda6 319484718 344064104 12289693+ 83 Linux
/dev/sda7 344064168 357735419 6835626 83 Linux
/dev/sda8 357735483 360450404 1357461 82 Linux swap / Solaris
/dev/sda9 360450468 362554919 1052226 82 Linux swap / Solaris
/dev/sda10 362554983 376836704 7140861 83 Linux
/dev/sda11 376836768 398267414 10715323+ 83 Linux
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
1 heads, 63 sectors/track, 15504336 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x2450603a
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 976768127 488384032+ 7 HPFS/NTFS
ubuntu@ubuntu:~$
ubuntu@ubuntu:~$ sudo parted /dev/sda unit s print
Model: ATA Maxtor 6L200S0 (scsi)
Disk /dev/sda: 398297088s
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Number Start End Size Type File system Flags
1 63s 81915434s 81915372s primary ntfs
2 81915496s 398267414s 316351919s extended boot, lba
5 81915498s 296953449s 215037952s logical ntfs
6 319484718s 344064104s 24579387s logical ext4
7 344064168s 357735419s 13671252s logical ext4
8 357735483s 360450404s 2714922s logical linux-swap(v1)
9 360450468s 362554919s 2104452s logical linux-swap(v1)
10 362554983s 376836704s 14281722s logical ext4
11 376836768s 398267414s 21430647s logical ext4
ubuntu@ubuntu:~$
sda5: is the corrupted partition
I hope you can help me
Gijs