
Ich habe einen Linux-Kernel erstellt und aus irgendeinem Grund wird beim Booten immer ein zusätzliches Laufwerk hinzugefügt.
Meine Festplatte wird als /dev/sdb
. /dev/sda
is created aufgeführt und ist 8 MB groß. Ich kann in der Kernelkonfiguration nichts finden, das dies verursacht, aber wenn ich einen anderen Kernel verwende, ist es nicht da. Kernelprotokolle zeigen es als angeschlossenes SCSI-Gerät, es sieht genauso aus wie meine Festplatte, ist aber nur 8 MB groß und hat keine Partitionstabelle. Es scheint auch kein physisches Gerät zu sein. Ich habe den Kernel auf vielen verschiedenen PC-Modellen ausprobiert und er ist immer da.
Weiß jemand, wie man es entfernt?
/dev/disk/by-id
gibt mir:
scsi-1AMCC_U21413034D98EB000584
scsi-1AMCC_U21413034D98EB000584-part1
scsi-353333330000007d0
scsi-SATA_ST3250312AS_5VY7SH42
scsi-SATA_WDC_WD800JD-60L_WD-WMAM9Y085675
scsi-SATA_WDC_WD800JD-60L_WD-WMAM9Y085675-part1
scsi-SATA_WDC_WD800JD-60L_WD-WMAM9Y085675-part2
hdparm -i /dev/sda
gibt mir ein "ungültiges Argument".
dd if=/dev/sda of=sda.img
Die resultierende Datei hat keinen Inhalt
sdparm results:
/dev/sda: Linux scsi_debug 0004 Device identification VPD page: Addressed logical unit: designator type: T10 vendor identification, code set: ASCII vendor id: Linux vendor specific: scsi_debug 2000 designator type: NAA, code set: Binary 0x53333330000007d0 Target port: designator type: Relative target port, code set: Binary transport: Serial Attached SCSI (SAS) Relative target port: 0x1 designator type: NAA, code set: Binary transport: Serial Attached SCSI (SAS) 0x52222220000007ce designator type: Target port group, code set: Binary transport: Serial Attached SCSI (SAS) Target port group: 0x100 Target device that contains addressed lu: designator type: NAA, code set: Binary transport: Serial Attached SCSI (SAS) 0x52222220000007cd designator type: SCSI name string, code set: UTF-8 transport: Serial Attached SCSI (SAS) SCSI name string: naa.52222220000007CD
Antwort1
Möglicherweise haben Sie einSCSI-Debuggerätwährend Sie Ihren Kernel erstellt haben?