ich möchte gerne die Partition /dev/sdb2 mit der Partition /dev/sda1 überschreiben. Wie gehe ich hier am besten vor? Lösche ich zuerst die Partition /dev/sdb2 oder kann ich einfach mit dd if=/dev/sda1 of=/dev/sdb2 überschreiben? Die Zielpartition ist ein wenig kleiner.
Viele Grüße
Gerik
Code: Alles auswählen
user@debian:~$ sudo su
debian:/home/user# fdisk -l
Disk /dev/sda: 293.6 GB, 293626045440 bytes
255 heads, 63 sectors/track, 35698 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 65 35695 286206007+ 65 Novell Netware 386
/dev/sda4 * 1 64 514048+ 6 FAT16
Partition table entries are not in disk order
Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdb1 65 35695 286206007+ 65 Novell Netware 386
/dev/sdb2 35696 73941 307210995 65 Novell Netware 386
/dev/sdb4 * 1 64 514048+ 6 FAT16
Partition table entries are not in disk order
Disk /dev/sdc: 4022 MB, 4022337024 bytes
255 heads, 63 sectors/track, 489 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00021437
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 92 738958+ 83 Linux
debian:/home/user#