Hmm,habe hier was
Ignoring extra data in partition table 5.
Ignoring extra data in partition table 5.
Invalid flag 0x9905 of EBR (for partition 5) will be corrected by w(rite).
Disk /dev/sda: 3,7 TiB, 4000787030016 bytes, 7814037168 sectors
Disk model: WDC WD4000FYYZ-0
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x00000000
Device Boot Start End Sectors Size Id Type
/dev/sda1 4294967295 4680591554 385624260 183,9G f W95 Ext'd (LBA)
/dev/sda5 5403457673 6683774493 1280316821 610,5G a9 NetBSD
sgdisk -p /dev/sdb
Hi,kommt das hier
sgdisk -p /dev/sda
EBR signature for logical partition invalid; read 0x0599, but should be 0xAA55
Error reading logical partitions! List may be truncated!
***************************************************************
Found invalid GPT and valid MBR; converting MBR to GPT format
in memory.
***************************************************************
Disk /dev/sda: 7814037168 sectors, 3.6 TiB
Model: WDC WD4000FYYZ-0
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 5158E13E-3DB1-47D0-B6E1-EB2462F291ED
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 7814037134
Partitions will be aligned on 2048-sector boundaries
Total free space is 7814037101 sectors (3.6 TiB)
Number Start (sector) End (sector) Size Code Name
dd if=quelldisk of=zieldisk bs=1M
# also z.B.
dd if=/dev/sda of=/dev/sdc bs=1M
fdisk /dev/sda
n #new partition
p #primary
1 # partition number
2048 # first sector
Last sector default
p # print
w # write
mke2fs -n /dev/sda1
fsck.ext3 -b superblock /dev/sda1