1 up | 2 up | 3 up | 4 up |
^^^ Additional posts ^^^
zorg.ch
#23401 by @ 18.08.2003 21:46 - nach oben -
Hmm, das ist allerdings interessant.
lspci
dmesg

Full Output bitte.

Und noch schuss ins blaue: Probier mal ein neues fdisk/cfdisk (util linux sourcen grabben, schnell compilen, binary testen).

zorg.ch
#23402 by @ 18.08.2003 22:35 - nach oben -
neues fdisk hab ich mir auch schon überlegt, schau ich morgen an, die gewünschten outputs:

sirius:~# lspci
00:00.0 Host bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133] (rev 02)
00:01.0 PCI bridge: VIA Technologies, Inc. VT8363/8365 [KT133/KM133 AGP]
00:04.0 ISA bridge: VIA Technologies, Inc. VT82C686 [Apollo Super South] (rev 22)
00:04.1 IDE interface: VIA Technologies, Inc. Bus Master IDE (rev 10)
00:04.2 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:04.3 USB Controller: VIA Technologies, Inc. UHCI USB (rev 10)
00:04.4 Bridge: VIA Technologies, Inc. VT82C686 [Apollo Super ACPI] (rev 30)
00:09.0 Ethernet controller: 3Com Corporation 3c905B 100BaseTX [Cyclone] (rev 30)
00:0c.0 VGA compatible controller: ATI Technologies Inc 3D Rage II+ 215GTB [Mach64 GTB] (rev 9a)
00:11.0 Unknown mass storage controller: Promise Technology, Inc. 20265 (rev 02)
zorg.ch
#23403 by @ 18.08.2003 22:36 - nach oben -
dmesg ist zu gross...ich mails dir wenn gewünscht.
zorg.ch
#23404 by @ 19.08.2003 07:25 - nach oben -
Tus einfach auf ein Stueck Webspace, und paste die URL.

zorg.ch
#23405 by @ 19.08.2003 08:23 - nach oben -
hier
zorg.ch
#23406 by @ 19.08.2003 09:03 - nach oben -
Kernel erkennts also richtig.
Mach mal mke2fs /dev/hdh, sprich das Filesystem direkt auf die Harddisk, ohne Partitionstabelle. Tuts dann?
zorg.ch
#23407 by @ 19.08.2003 10:00 - nach oben -
tut nicht...kanns nicht mounten.
zorg.ch
#23409 by @ 19.08.2003 10:13 - nach oben -
Das ist nicht unbedingt die Art von Antwort, die beim debuggen hilft :(
zorg.ch
#23411 by @ 19.08.2003 10:23 - nach oben -
da hast du wohl recht...der mount bringt mir folgende Meldung:

mount -t ext3 /dev/hdh /data7 : mount: wrong fs type, bad option, bad superblock on /dev/hdh,
or too many mounted file systems


bzw:

mount -t ext3 /dev/hdh1 /data7 : mount: wrong fs type, bad option, bad superblock on /dev/hdh1,
or too many mounted file systems

und wenn ich danach die hdh1 neu formatiere, sind es dann nacher immer noch die 128GB...-((
zorg.ch
#23412 by @ 19.08.2003 10:29 - nach oben -
mke2fs /dev/hdh
dmesg | tail
mount -t ext2 /dev/hdh /mnt/tmp
dmesg | tail
Additional posts