Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Fetsplatte lässt sich nicht mehr mounten
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
olwitt88
n00b
n00b


Joined: 11 Sep 2005
Posts: 10

PostPosted: Fri Aug 17, 2007 11:51 am    Post subject: Fetsplatte lässt sich nicht mehr mounten Reply with quote

Hallo! Seit kurzem lässt sich meine Festplatte nicht mehr mounten. Ein Tag davor konnte ich nicht mehr auf sie schreiben und nicht löschen.

Hier mein mountversuch ....
Code:

mount /dev/hdb1 /mnt/hdb1/
mount: wrong fs type, bad option, bad superblock on /dev/hdb1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so



Das kommt bei dmesg | tai:
Code:
dmesg | tail
ide: failed opcode was: unknown
end_request: I/O error, dev hdb, sector 8399
EXT3-fs error (device hdb1): ext3_get_inode_loc: unable to read inode block - inode=8, block=1042
EXT3-fs: invalid journal inode.
hdb: dma_intr: status=0x51 { DriveReady SeekComplete Error }
hdb: dma_intr: error=0x40 { UncorrectableError }, LBAsect=8399, high=0, low=8399, sector=8399
ide: failed opcode was: unknown
end_request: I/O error, dev hdb, sector 8399
EXT3-fs error (device hdb1): ext3_get_inode_loc: unable to read inode block - inode=8, block=1042
EXT3-fs: invalid journal inode.


Und hier fdisk:
Code:


Command (m for help): p

Disk /dev/hdb: 251.0 GB, 251000193024 bytes
255 heads, 63 sectors/track, 30515 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot      Start         End      Blocks   Id  System
/dev/hdb1               1       30515   245111706   83  Linux

Command (m for help):



Vielen Dank. Wäre für eure Hilfe dankbar, da auf der Platte fast meine gesamtenBackups gespeichert sind.

Grüße, Olli
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Aug 17, 2007 12:13 pm    Post subject: Reply with quote

hast du mal das versucht?

Code:
fsck /dev/hdb1


Vorraussetzung ist das du das richtige Dateisystem angegeben hast in der /etc/fstab (e.g. ext3,reiserfs,ext2)
Back to top
View user's profile Send private message
UTgamer
Veteran
Veteran


Joined: 10 Aug 2003
Posts: 1326
Location: Troisdorf (Köln) Deutschland

PostPosted: Fri Aug 17, 2007 1:06 pm    Post subject: Re: Fetsplatte lässt sich nicht mehr mounten Reply with quote

olwitt88 wrote:
...
Das kommt bei dmesg | tail:
Code:
dmesg | tail
...
EXT3-fs error (device hdb1): ext3_get_inode_loc: unable to read inode block - inode=8, block=1042
EXT3-fs: invalid journal inode.
...

...

disi wrote:
hast du mal das versucht?

Code:
fsck /dev/hdb1


Vorraussetzung ist das du das richtige Dateisystem angegeben hast in der /etc/fstab (e.g. ext3,reiserfs,ext2)


Dein oberer Eintrag sagt aus das nur das Journal defekt ist "fsck" alleine verläßt sich auf den Eintrag aus der /etc/fstab sollte die Partition nicht darinstehen (/ root-Laufwerk betroffen, USB-Laufwerke, etc.) wählst du direkt das richtige fsck für diesen Partitiontyp mit ext3 aus: fsck.ext3 , viel Glück ;)
_________________
AMD Phenom II x4 >> CFLAGS="-march=amdfam10 -O2 -mmmx -msse3 -mfpmath=sse,387 -pipe -ffast-math" is stable and here in use.

Did Intel produce at any time bugfree HW?
http://www.urbanmyth.org/microcode/
http://www.heise.de/newsticker/meldung/91748
Back to top
View user's profile Send private message
disi
Veteran
Veteran


Joined: 28 Nov 2003
Posts: 1354
Location: Out There ...

PostPosted: Fri Aug 17, 2007 1:48 pm    Post subject: Reply with quote

Hast du eigentlich die noetigen Programme installiert fuer ext3?

Ich selbst benutze Reiserfsprogs, fuer Ext3 muesste das xfsprogs sein:

Code:
emerge xfsprogs


das ueberprueft bei jedem mounten der Partition wie oft die gemounted wurde und ueberprueft (bei bei Reiserfs jedes dritte mal) das Dateisystem.


//edit: oh habe das mit dem adden zum Runlevel mal herausgenommen, denke die laufen automatisch (oder?)
Back to top
View user's profile Send private message
Max Steel
Advocate
Advocate


Joined: 12 Feb 2007
Posts: 2236
Location: My own world! I and Gentoo!

PostPosted: Fri Aug 17, 2007 3:36 pm    Post subject: Reply with quote

nicht ganz, das sind
e2fsprogs

also
Code:
emerge -av e2fsprogs


xfsprogs sind für XFS
_________________
mfg
Steel
___________________

Heim-PC: AMD Ryzen 5950X, 64GB RAM, GTX 1080
Laptop: Intel Core i5-4300U, 16GB RAM, Intel Graphic
Arbeit-PC: Intel i5-1145G7, 16GB RAM, Intel Iris Xe Graphic (leider WSL2)
Back to top
View user's profile Send private message
olwitt88
n00b
n00b


Joined: 11 Sep 2005
Posts: 10

PostPosted: Fri Aug 17, 2007 3:48 pm    Post subject: Reply with quote

Habe alle nötigen Packete installiert.
Die Platte hat ja auch vorher immer funktioniert. Und ich habe auch ncoh eine weiter ext3 Platte eingebaut, die einwandtfrei läuft ...

Hier meine fstab, falls die interessiert:
Quote:
cat /etc/fstab
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed; notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs> <mountpoint> <type> <opts> <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/hda1 /boot ext2 defaults,noatime 1 2
/dev/hda3 / ext3 noatime 0 1
/dev/hda2 none swap sw 0 0
#/dev/cdroms/cdrom0 /mnt/cdrom auto noauto,user 0 0
#/dev/fd0 /mnt/floppy auto noauto 0 0

# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
none /dev/shm tmpfs nodev,nosuid,noexec 0 0

## Other HDDs
/dev/hdb1 /mnt/hdb1 ext3 defaults 0 0
/dev/hdd1 /mnt/hdd1 ext3 defaults 0 0
Back to top
View user's profile Send private message
c_m
Guru
Guru


Joined: 29 Jun 2005
Posts: 358

PostPosted: Fri Aug 17, 2007 4:34 pm    Post subject: Reply with quote

Das ändert nichts dran, das auch mal ne HDD kaputgehen kann (oder zumindest das FS darauf) ;-)
_________________
This must be thursday ...
Back to top
View user's profile Send private message
NightDragon
Veteran
Veteran


Joined: 21 Aug 2004
Posts: 1156
Location: Vienna (Austria)

PostPosted: Fri Aug 17, 2007 4:42 pm    Post subject: Reply with quote

S.M.A.R.T ist dein Freund.
frag ihn doch mal, was er davon haltet ;)
(smartctl -aA /de/meineplatte)
Zu finden in den smartmontools
_________________
You are the problem too all my solutions ;)
Back to top
View user's profile Send private message
olwitt88
n00b
n00b


Joined: 11 Sep 2005
Posts: 10

PostPosted: Tue Aug 21, 2007 5:25 am    Post subject: Reply with quote

Code:
smartctl -aA /dev/hdb
smartctl version 5.36 [i386-pc-linux-gnu] Copyright (C) 2002-6 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Model Family:     Maxtor DiamondMax Plus 9 family
Device Model:     Maxtor 6Y250P0
Serial Number:    Y64XT1LE
Firmware Version: YAR41KW0
User Capacity:    251,000,193,024 bytes
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   7
ATA Standard is:  ATA/ATAPI-7 T13 1532D revision 0
Local Time is:    Tue Aug 21 07:33:03 2007 CEST
SMART support is: Available - device has SMART capability.
SMART support is: Disabled

SMART Disabled. Use option -s with argument 'on' to enable it.


Und jezt?
Back to top
View user's profile Send private message
Anarcho
Advocate
Advocate


Joined: 06 Jun 2004
Posts: 2970
Location: Germany

PostPosted: Tue Aug 21, 2007 6:20 am    Post subject: Reply with quote

Man sollte sich den output auch mal ansehen...
Lies dir in deinem Zitat doch bitte mal den letzten Satz durch.

Falls fsck sagt das es keinen Superblock finden kann, dann gibt es immer noch die Chance mit testdisk die Backupsuperblöcke zu finden und einen beim fsck anzugeben. Aber die Fehler im dmesg deuten auf nen Hardware-Fehler hin.
_________________
...it's only Rock'n'Roll, but I like it!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum