All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yury Umanets <umka@namesys.com>
To: "Ingo Rößler" <roessler@gmx.de>
Cc: reiserfs-list@namesys.com
Subject: Re: cannot mount /dev/hdc1
Date: Tue, 25 Feb 2003 18:44:00 +0300	[thread overview]
Message-ID: <3E5B8F40.4040508@namesys.com> (raw)
In-Reply-To: <001701c2dcdf$6cc60650$5e01a8c0@roessler.dnsalias.net>

Ingo Rößler wrote:

>Hello,
>
>I hope You can help me!
>
>I get at the reboot of  my Suse7.1-Linux-server this message:
>
>mount -t reiserfs  /dev/hdc1 /home : mount: wrong fs type, bad option, bad
>superblock on /dev/hdc1, or too many mounted file systems
>
>This is my home-directory - my live!
>
>The harddisk is correct connected. It is a Western Digial 80 GB Harddisk
>with only this Partition hdc1.
>
>elsa:~ # cat /etc/fstab
>/dev/hda1       /windows        vfat            defaults                0 0
>/dev/hda2       swap            swap            pri=42                  0 0
>/dev/hda3       /               reiserfs        defaults                1 1
>/dev/hdc1       /home           reiserfs        defaults                1 2
>/dev/hda5       /home/backup          reiserfs        defaults
>1 2
>/dev/cdrom      /home/mount/cdrom       auto            ro,noauto,user,exec
>0 0
>/dev/dvd        /home/mount/dvd auto            ro,noauto,user,exec     0 0
>/dev/fd0        /home/mount/floppy      auto            noauto,user,sync 0 0
>proc            /proc           proc            defaults                0 0
>devpts          /dev/pts        devpts          defaults                0 0
>
>elsa:~ # reiserfsck --check /dev/hdc1
><-------------reiserfsck, 2001------------->
>reiserfsprogs 3.x.0j
>reiserfs_open: neither new nor old reiserfs format found on /dev/hdc1
>reiserfsck: --rebuild-sb may restore reiserfs super block
>
>Now I boot with a newer OS: Knoppix, a CDROM-Linux-Distri:
>
>mount -t reiserfs  /dev/hdc1 /mnt
>read_super_block: can't find a reiserfs filesystem on (dev 16:01, block 128,
>size 512)
>read_super_block: can't find a reiserfs filesystem on (dev 16:01, block 16,
>size 512)
>mount : Falscher Dateisystemtyp, ungültige Optionen, der "Superblock" von
>/dev/hdc1 ist beschädigt oder es sind zu viele Dateisysteme eingehängt.
>
># reiserfsck --check /dev/hdc1
><-------------reiserfsck, 2002------------->
>reiserfsprogs 3.6.3
>reiserfs_open: neither new nor old reiserfs format found on /dev/hdc1
>reiserfsck:  could not open filesystem on "/dev/hdc1"
>Aborted
>
>What can I do?
>Can you help me?
>
>Ciao Ingo
>
>PS:
>Excuse my bad english.
>Excuse my using of OE - my Netscape is on /home/
>
>
>
>
>
>
>  
>
Well, you might try to rebuild super block. Backup your data first if it 
possible and run:
reiserfsck --rebuild-sb /dev/hdc1

What does it say?

Try also this command:
dd if=/dev/hdc1 of=/tmp/super bs=4096 count=1 skip=16

and send us /tmp/super file please.



  reply	other threads:[~2003-02-25 15:44 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-25 15:06 cannot mount /dev/hdc1 Ingo Rößler
2003-02-25 15:44 ` Yury Umanets [this message]
2003-02-25 15:48 ` Vitaly Fertman
2003-02-25 18:30   ` Ingo Rößler
2003-02-25 18:54     ` Vitaly Fertman
2003-02-25 19:14       ` Ingo Rößler
2003-02-25 19:30         ` Vitaly Fertman
2003-02-28 19:43           ` Ingo Rößler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E5B8F40.4040508@namesys.com \
    --to=umka@namesys.com \
    --cc=reiserfs-list@namesys.com \
    --cc=roessler@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.