reiserfs / unknown partition table

Hast Du Probleme mit Hardware, die durch die anderen Foren nicht abgedeckt werden? Schau auch in den "Tipps und Tricks"-Bereich.
Antworten
Hardnoise
Beiträge: 79
Registriert: 29.08.2002 14:12:06
Wohnort: Soest
Kontaktdaten:

reiserfs / unknown partition table

Beitrag von Hardnoise » 14.04.2003 09:14:50

Morgen,

habe eine kleines Problem, hab mein System neu installiert und beim Booten wird mir jetzt ein Fehler mit der Partitionstabelle angezeigt und das gerade auf Festplatte auf der ich meine Daten gesichert habe.

Die Platte auf der ich meine Daten gesichert habe, ist mit einer Partition und reiserfs eingerichtet.

Ich habe auch schon ein reiserfsck durchgeführt, ist auch soweit ohne Fehler durchgelaufen.

Kann ich da jetzt noch irgendwas retten?

Ausschnitt von dmesg:

Code: Alles auswählen

----- Schnipp
SIS5513: IDE controller on PCI bus 00 dev 15
PCI: Found IRQ 11 for device 00:02.5
SIS5513: chipset revision 0
SIS5513: not 100% native mode: will probe irqs later
SiS5513
    ide0: BM-DMA at 0x4000-0x4007, BIOS settings: hda:DMA, hdb:DMA
    ide1: BM-DMA at 0x4008-0x400f, BIOS settings: hdc:DMA, hdd:pio
hda: SAMSUNG SV4002H, ATA DISK drive
hdb: ST38641A, ATA DISK drive
hdc: SAMSUNG DVD-ROM SD-612F, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 78242976 sectors (40060 MB) w/1945KiB Cache, CHS=4870/255/63
hdb: 16809660 sectors (8607 MB) w/128KiB Cache, CHS=1046/255/63
hdc: ATAPI 40X DVD-ROM drive, 512kB Cache
Uniform CD-ROM driver Revision: 3.12
ide-floppy driver 0.99.newide
Partition check:
 hda: hda1 hda2 hda3 < hda5 hda6 > hda4
 hdb: unknown partition table
Floppy drive(s): fd0 is 1.44M
FDC 0 is a post-1991 82077
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
----- Schnapp
reiserfsck:

Code: Alles auswählen

reiserfsck /dev/hdb
<--------reiserfsck 3.6.4, 2002-------->

Will read-only check consistency of the filesystem on /dev/hdb
Will put log info to 'stdout'

Do you want to run this program?[N/Yes] (note need to type Yes if you do):Yes
###########
reiserfsck --check started at Mon Apr 14 08:59:22 2003
###########
Replaying journal..
0 transactions replayed
Checking internal tree..finished                               
Comparing bitmaps..finished
Checking Semantic tree:
finished                                                                       
No corruptions found
There are on the filesystem:
	Leaves 32569
	Internal nodes 206
	Directories 11643
	Other files 132612
	Data block pointers 1664047 (24248 of them are zero)
	Safe links 0
###########
reiserfsck finished at Mon Apr 14 09:00:30 2003
###########
Mount-Versuch 1:

Code: Alles auswählen

mount /dev/hdb1 /daten/
/dev/hdb1: Invalid argument
mount: you must specify the filesystem type
Mount-Versuch 2:

Code: Alles auswählen

mount -t reiserfs /dev/hdb1 /daten/
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
       or too many mounted file systems
       (could this be the IDE device where you in fact use

Benutzeravatar
feltel
Webmaster
Beiträge: 10481
Registriert: 20.12.2001 13:08:23
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Leipzig, Germany
Kontaktdaten:

Beitrag von feltel » 14.04.2003 09:22:38

Probiers mal mit

Code: Alles auswählen

mount -t reiserfs /dev/hdb /daten/
Vielleicht hast vielleicht das Filesystem auf der Platte anstatt in einer Partition erstellt?

Hardnoise
Beiträge: 79
Registriert: 29.08.2002 14:12:06
Wohnort: Soest
Kontaktdaten:

Beitrag von Hardnoise » 14.04.2003 09:26:29

Vielen, vielen, ... Dank.

Wie kann denn sowas passieren?

Dann muss ich die Platte ja auch schon beim Sichern mit

Code: Alles auswählen

mount /dev/hdb /daten
eingebunden haben und hab es nicht gemerkt.

Antworten