This doesn't look like a partition table

Du kommst mit der Installation nicht voran oder willst noch was nachfragen? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
solcero
Beiträge: 15
Registriert: 04.04.2008 12:19:35

This doesn't look like a partition table

Beitrag von solcero » 04.04.2008 12:27:38

Hallo,

ich habe einen Mini-PC auf dem ich nur mittels USB-Stick Debian installieren kann.
Bei der Erstellung des USB Sticks nach dieser Anleitung http://debiananwenderhandbuch.de/instsarge.html#diusb habe ich folgendes Problem:


Wenn ich den Befehl zcat boot.img.gz >/dev/sdb ausgeführt habe udn ich fdisk -l mache bekomme ich folgende Meldung:

Disk /dev/sdb: 1031 MB, 1031798784 bytes
32 heads, 62 sectors/track, 1015 cylinders
Units = cylinders of 1984 * 512 = 1015808 bytes
Disk identifier: 0xde8e7bb0

This doesn't look like a partition table
Probably you selected the wrong device.

Device Boot Start End Blocks Id System
/dev/sdb1 ? 1522439 1522695 253319 e4 SpeedStor
Partition 1 has different physical/logical beginnings (non-Linux?):
phys=(190, 120, 0) logical=(1522438, 25, 51)
Partition 1 has different physical/logical endings:
phys=(544, 125, 44) logical=(1522694, 5, 24)
Partition 1 does not end on cylinder boundary.
/dev/sdb2 ? 507340 1509340 993984023 98 Unknown
Partition 2 has different physical/logical beginnings (non-Linux?):
phys=(1010, 16, 43) logical=(507339, 24, 10)
Partition 2 has different physical/logical endings:
phys=(205, 205, 22) logical=(1509339, 24, 55)
Partition 2 does not end on cylinder boundary.
/dev/sdb3 ? 855155 1822849 959953209 7d Unknown
Partition 3 has different physical/logical beginnings (non-Linux?):
phys=(252, 139, 46) logical=(855154, 3, 54)
Partition 3 has different physical/logical endings:
phys=(367, 195, 2) logical=(1822848, 28, 25)
Partition 3 does not end on cylinder boundary.
/dev/sdb4 ? 16880 21075 4161536 0 Empty
Partition 4 has different physical/logical beginnings (non-Linux?):
phys=(0, 10, 0) logical=(16879, 15, 31)
Partition 4 has different physical/logical endings:
phys=(0, 0, 0) logical=(21074, 18, 36)
Partition 4 does not end on cylinder boundary.

Partition table entries are not in disk order

Die frage ist welche Partion sollte man mounten ? Und mit welchem Dateisystem? Oder weiss jemand wo der Fehler liegt?

Gruss

Solcero

gms
Beiträge: 7798
Registriert: 26.11.2004 20:08:38
Lizenz eigener Beiträge: MIT Lizenz

Re: This doesn't look like a partition table

Beitrag von gms » 04.04.2008 17:46:16

solcero hat geschrieben: Die frage ist welche Partion sollte man mounten ? Und mit welchem Dateisystem? Oder weiss jemand wo der Fehler liegt?
du hast keine Partition-Tabelle, also kannst du nur /dev/sdb mounten. Versuchs einmal ohne Dateisystemangabe zu mounten, oder schau dir einmal "file -ks /dev/sdb" an.

Gruß
gms

solcero
Beiträge: 15
Registriert: 04.04.2008 12:19:35

Re: This doesn't look like a partition table

Beitrag von solcero » 04.04.2008 19:46:42

Danke ! Das war es.

Antworten