ich habe gestern ne neue SATA HD bekommen. Gleich rein gehängt und mit gparted eingerichtet.
Dann habe ich auf die erste Partition(/devsda2) W2k installiert. Es liegt auch dort drauf.
Leider hat mir W2k noch einen andere Partition (/dev/hda3) platt gemacht und dort nur die boot.ini und noch ein paar andere Daten drauf gemacht. Dazu kommt noch, dass diese Partition vorher ext3 war und jetzt fat32.
Wie kann ich die Partition/ Daten wiederherstellen?
Code: Alles auswählen
pinguinstall:/home/dirk# fdisk -l
Disk /dev/hda: 41.1 GB, 41174138880 bytes
255 heads, 63 sectors/track, 5005 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda3 * 1 1760 14137168+ c W95 FAT32 (LBA)
/dev/hda4 1761 5005 26065462+ f W95 Ext'd (LBA)
/dev/hda5 1761 3378 12996553+ b W95 FAT32
/dev/hda6 3379 5005 13068846 83 Linux
Disk /dev/hdb: 30.0 GB, 30020272128 bytes
255 heads, 63 sectors/track, 3649 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdb1 1 96 771088+ 82 Linux swap / Solaris
/dev/hdb2 97 3649 28539472+ 83 Linux
Disk /dev/sda: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 5108 30401 203174055 5 Extended
/dev/sda2 1 5107 41021946 b W95 FAT32
/dev/sda5 5108 12948 62982801 83 Linux
/dev/sda6 12949 29912 136263298+ 83 Linux
/dev/sda7 29913 30401 3927861 82 Linux swap / Solaris
Partition table entries are not in disk order
Code: Alles auswählen
pinguinstall:/dev/hda3# ls -l
insgesamt 576
-r-xr-xr-x 1 root root 148992 1999-12-10 12:00 arcldr.exe
-r-xr-xr-x 1 root root 162816 1999-12-10 12:00 arcsetup.exe
-r-xr-xr-x 1 root root 191 2006-12-24 23:32 boot.ini
-r-xr-xr-x 1 root root 34468 1999-12-10 12:00 ntdetect.com
-r-xr-xr-x 1 root root 216080 1999-12-10 12:00 ntldr
Ein paar Ideen?
Danke und Gruss
Dirk