da meine virtuelle vbox festplatte voll war, wollte ich eine neue größere Festplatte erstellen und mit
Code: Alles auswählen
dd if=/dev/sda of=/dev/sdb
Code: Alles auswählen
dd if=/dev/sda1 of=/dev/sdb
Mit andren Worten hab ich die partiton sda1 auf sdb kopiert , jetzt komm ich natürlich nicht mehr an die daten ran, partitonstabelle etc pp fehlt.
Kann ich die Daten die auf /dev/sdb noch irgendwie retten ?
sda fdisk:
Code: Alles auswählen
Disk /dev/sda: 5368 MB, 5368709120 bytes
255 heads, 63 sectors/track, 652 cylinders, total 10485760 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: 0xd074d074
Device Boot Start End Blocks Id System
/dev/sda1 * 63 10458314 5229126 7 HPFS/NTFS/exFAT
Code: Alles auswählen
# partition table of /dev/sda
unit: sectors
/dev/sda1 : start= 63, size= 10458252, Id= 7, bootable
/dev/sda2 : start= 0, size= 0, Id= 0
/dev/sda3 : start= 0, size= 0, Id= 0
/dev/sda4 : start= 0, size= 0, Id= 0
Code: Alles auswählen
Disk /dev/sdb: 53.7 GB, 53687091200 bytes
255 heads, 63 sectors/track, 6527 cylinders, total 104857600 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: 0x0005935d
Device Boot Start End Blocks Id System
/dev/sdb1 2048 104857599 52427776 7 HPFS/NTFS/exFAT
Code: Alles auswählen
# partition table of /dev/sdb
unit: sectors
/dev/sdb1 : start= 2048, size=104855552, Id= 7
/dev/sdb2 : start= 0, size= 0, Id= 0
/dev/sdb3 : start= 0, size= 0, Id= 0
/dev/sdb4 : start= 0, size= 0, Id= 0
Kann jemand helfen ?