Unable to mount root fs on 03:03

Backup, Restore und Transfer von Daten
pelowi
Posts: 46
Joined: 2004-03-11 21:16
 

Unable to mount root fs on 03:03

Post by pelowi »

[...]
ICH2: IDE controller at PCI slot 00:1f.1
ICH2: chipset revision 5
ICH2: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio
ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio
hda: ExcelStor Technology J360, ATA DISK drive
blk: queue c0439220, I/O limit 4095Mb (mask 0xffffffff)
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
hda: attached ide-disk driver.
hda: host protected area => 1
hda: 120103200 sectors (61493 MB) w/1821KiB Cache, CHS=7476/255/63, UDMA(100)
Partition check:
hda: hda1 hda2 hda3
SCSI subsystem driver Revision: 1.00
kmod: failed to exec /sbin/modprobe -s -k scsi_hostadapter, errno = 2
Linux Kernel Card Services 3.1.22
options: [pci] [cardbus] [pm]
usb.c: registered new driver hub
host/uhci.c: USB Universal Host Controller Interface driver v1.1
Initializing USB Mass Storage driver...
usb.c: registered new driver usb-storage
USB Mass Storage support registered.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 4096 buckets, 32Kbytes
TCP: Hash tables configured (established 32768 bind 32768)
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
ds: no socket drivers loaded!
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
journal_bmap: journal block not found at offset 2060 on ide0(3,3)
JBD: bad block at offset 2060
journal_bmap: journal block not found at offset 2224 on ide0(3,3)
JBD: bad block at offset 2224
JBD: recovery failed
EXT3-fs: error loading journal.
EXT2-fs: ide0(3,3): couldn't mount because of unsupported optional features (4).
Kernel panic: VFS: Unable to mount root fs on 03:03
HILFE WAS IST DAS???? wie krieg ichdas wieder hin?[/quote]
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Unable to mount root fs on 03:03

Post by Joe User »

Das Journal des ext3 auf / ist kaputt. Rettungssystem starten, das ext3 als ext2 mounten, die Daten der Partition sichern, reformatieren, Daten zurückspielen, rebooten...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
pelowi
Posts: 46
Joined: 2004-03-11 21:16
 

Re: Unable to mount root fs on 03:03

Post by pelowi »

und wie mach ich das ???
User avatar
Joe User
Project Manager
Project Manager
Posts: 11183
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: Unable to mount root fs on 03:03

Post by Joe User »

*) Rettungssystem starten
*) Die kaputte Partition als ext2 mounten
*) Den Inhalt der kaputten Partition sichern
*) Die kaputte Partition reformatieren
*) Die gesicherten Daten zurückspielen
*) Rebooten

Was ist daran unverständlich?
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
tomotom
Posts: 330
Joined: 2006-09-22 13:37
 

Re: Unable to mount root fs on 03:03

Post by tomotom »

Joe User wrote: Was ist daran unverständlich?
*) Rettungssystem starten --> klick
*) Die kaputte Partition als ext2 mounten --> tune2fs -O ^has_journal /dev/[Patition]
*) Partition mounten --> mount /dev/[Patition] /mnt
*) Den Inhalt der kaputten Partition sichern --> cp -a /mnt /anderePlatte
*) Partition umounten --> umount /mnt
*) Die kaputte Partition reformatieren --> mkfs.ext3 -j /dev/[Patition]
*) Die gesicherten Daten zurückspielen --> cp -a /Sicherung /neue Platte
*) booten