[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Problem mit ner 80gig Festplatte



Am Dienstag, 13. Mai 2003 22:13 schrieb Christian Zoellin:
> Am Tuesday 13 May 2003 21:35 schrieb Micha Mutschler:
> > debian:~# mount /dev/hdg1 /mnt
> > mount: wrong fs type, bad option, bad superblock on /dev/hdg1,
> >        or too many mounted file systems
> > debian:~#
> >
> > in /var/lov/syslog wird außerdem folgender Eintrag dabei
> > hinzugefügt:
> >
> > May 13 23:30:29 debian kernel: EXT3-fs: ide3(34,1): couldn't mount
> > because of unsupported optional features (c000c000).
> > May 13 23:30:29 debian kernel: EXT2-fs: ide3(34,1): couldn't mount
> > because of unsupported optional features (c000c000).
>
> Was sagt
>
> fsck /dev/hdg1

das sagt foldendes:

debian:~# fsck /dev/hdg1       
fsck 1.27 (8-Mar-2002)
e2fsck 1.27 (8-Mar-2002)
fsck.ext2: Filesystem revision too high while trying to open /dev/hdg1
The filesystem revision is apparently too high for this version of 
e2fsck.
(Or the filesystem superblock is corrupt)


The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate 
superblock:
    e2fsck -b 8193 <device>

und e2fsck sagt dies:

debian:~# e2fsck -b 8193 /dev/hdg1
e2fsck 1.27 (8-Mar-2002)
e2fsck: Bad magic number in super-block while trying to open /dev/hdg1

The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate 
superblock:
    e2fsck -b 8193 <device>




kann ich gefahrlos bei Folgendem yes eingeben?

debian:~# fsck.reiserfs /dev/hdg1

<-------------reiserfsck, 2002------------->
reiserfsprogs 3.x.1b

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

Do you want to run this program?[N/Yes] (note need to type Yes):


Gruß Micha



Reply to: