View previous topic :: View next topic |
Author |
Message |
universer n00b
Joined: 16 Mar 2004 Posts: 33 Location: Germany
|
Posted: Tue Mar 16, 2004 9:47 am Post subject: partition wird nicht gemountet |
|
|
hi leute !
hab folgendes problem:
habe eigentlich während der installation mir ne extra partition für opt
angelegt. nun hab ich sie einmal vergessen zu mounten und er hat mir da (auf die root partition) blackdown-jdk reingehaun anstatt auf die dafür vorgesehene opt-part. nun hab ich in der fstab wieder meine opt-part auf /dev/hdb7 gemountet und progs installiert, alles läuft.
nach nem neustart sagt er das er opt nich mounten kann und ich hab da wieder das (nicht gewollte) blackdown (bin also wieder auf der root-part.
bei mountversuchen von /dev/hdb7 sagt er:
cant read superblock
was nun ?
--------------------------------------------------
danke für die hilfe !!! |
|
Back to top |
|
|
tacki Guru
Joined: 29 Jun 2002 Posts: 418 Location: Germany
|
Posted: Tue Mar 16, 2004 9:50 am Post subject: |
|
|
sicher dass du das richtige fs eingestellt hast? kannst du direkt nach dem einloggen mount /opt erfolgreich ausfuehren? _________________ "Kazaa ist der beste MP3-Player den es gibt!"
.o( ... ) |
|
Back to top |
|
|
universer n00b
Joined: 16 Mar 2004 Posts: 33 Location: Germany
|
Posted: Tue Mar 16, 2004 9:53 am Post subject: |
|
|
also das fs stimmt definitiv, lief so ja auch schon.
nach neustart und mount-versuch kommt der gleiche fehler:
cant read superblock ??? |
|
Back to top |
|
|
Carlo Developer
Joined: 12 Aug 2002 Posts: 3356
|
Posted: Tue Mar 16, 2004 10:36 am Post subject: |
|
|
reiserfs und 2.4.20er kernel?
Carlo _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs. |
|
Back to top |
|
|
universer n00b
Joined: 16 Mar 2004 Posts: 33 Location: Germany
|
Posted: Tue Mar 16, 2004 12:17 pm Post subject: |
|
|
xfs mit unterstützung im kernel 2.6.3 |
|
Back to top |
|
|
tacki Guru
Joined: 29 Jun 2002 Posts: 418 Location: Germany
|
Posted: Tue Mar 16, 2004 12:25 pm Post subject: |
|
|
und was sagt /var/log/messages? _________________ "Kazaa ist der beste MP3-Player den es gibt!"
.o( ... ) |
|
Back to top |
|
|
sprittwicht l33t
Joined: 04 Dec 2003 Posts: 644
|
Posted: Tue Mar 16, 2004 12:30 pm Post subject: |
|
|
Zeig doch erstmal deine fstab, vielleicht springt einem ja direkt ein Faux Pas ins Auge... |
|
Back to top |
|
|
universer n00b
Joined: 16 Mar 2004 Posts: 33 Location: Germany
|
Posted: Tue Mar 16, 2004 12:39 pm Post subject: |
|
|
dat steht in log messages:
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux ide0: reset: success
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux ide0: reset: success
Mar 16 13:19:04 tux hdb: task_in_intr: status=0x59 { DriveReady SeekComplete DataRequest Error }
Mar 16 13:19:04 tux hdb: task_in_intr: error=0x10 { SectorIdNotFound }, LBAsect=80035818, sector=80035818
Mar 16 13:19:04 tux end_request: I/O error, dev hdb, sector 80035818
Mar 16 13:19:04 tux I/O error in filesystem ("hdb7") meta-data dev hdb7
block 0xd29157 ("xfs_read_buf") error 5 buf count 512
Mar 16 13:19:04 tux XFS: size check 2 failed
meine fstab:
/dev/hdb1 /boot ext2 noauto,noatime 1 2
/dev/hdb3 / reiserfs noatime 0 0
/dev/hdb2 none swap sw 0 0
/dev/hdb5 /var xfs noatime 0 0
/dev/hdb6 /home xfs noatime 0 0
/dev/hdb7 /opt xfs noatime 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0
none /proc proc defaults 0 0
none /dev/shm tmpfs defaults 0 0
hilfts ??? |
|
Back to top |
|
|
tacki Guru
Joined: 29 Jun 2002 Posts: 418 Location: Germany
|
Posted: Tue Mar 16, 2004 12:53 pm Post subject: |
|
|
sieht nicht gut aus... hast du die xfsprogs drauf? solltest mal dein fs überprüfen! _________________ "Kazaa ist der beste MP3-Player den es gibt!"
.o( ... ) |
|
Back to top |
|
|
sprittwicht l33t
Joined: 04 Dec 2003 Posts: 644
|
Posted: Tue Mar 16, 2004 12:55 pm Post subject: |
|
|
Hm, ohne die Meldungen jetzt exakt interpretieren zu können: Diese mit dem Drive Seek Blabla hatte ich auch mal, in Kombination mit CRC-Fehlern. Bei mir lag's an einem zu langen/billigen IDE-Kabel.
Wahrscheinlich dumme Frage, also nicht schlagen: Verwendest du ein geeignetes Kabel (UDMA-xy)?
Tausch es einfach mal aus und probier ein anderes (evtl. kürzeres).
Falls auf /opt noch nichts Wichtiges drauf ist, würd ich (nach dem Kabeltausch!) evtl. hdb7 einfach nochmal neu formatieren und gucken was er dann beim Mounten sagt... |
|
Back to top |
|
|
universer n00b
Joined: 16 Mar 2004 Posts: 33 Location: Germany
|
Posted: Tue Mar 16, 2004 1:02 pm Post subject: |
|
|
hab mal xfs_check und xfs_repair probiert, folgendes ergebnis:
Eingabe:
----------
xfs_check /dev/hdb7
Ausgabe:
-----------
xfs_check: read failed: Input/output error
xfs_check: data size check failed
cant read superblock for ag 7
Eingabe:
----------
xfs_repair /dev/hdb7
Ausgabe:
-----------
Phase 1 - find and verify superblock...
superblock read failed, offset 6182313984, size 2048, ag 4294967295, rval 7
fatal error -- Input/output error
bin zZ mit meinem latein am ende, noch ne idee ? |
|
Back to top |
|
|
universer n00b
Joined: 16 Mar 2004 Posts: 33 Location: Germany
|
Posted: Tue Mar 16, 2004 1:04 pm Post subject: |
|
|
@ sprittwicht:
naja, da es vor dem letzten neustart alles lief, incl. der opt (hdb7-part)
gehe ich davon aus das es nich am kabel liegt) |
|
Back to top |
|
|
amne Bodhisattva
Joined: 17 Nov 2002 Posts: 6378 Location: Graz / EU
|
|
Back to top |
|
|
|