From: David Greaves <david@dgreaves.com>
To: reiserfs-list@namesys.com
Subject: Can't mount after mkfs -b 8192
Date: Thu, 03 Jun 2004 22:35:15 +0100 [thread overview]
Message-ID: <40BF9993.5060409@dgreaves.com> (raw)
Help :)
This seems odd...
Kernel 2.6.6
progsreiserfs 0.3.0.4-3
I have a raid5 array in an LVM2 VG with a 600Gb LV defined.
If I make a reiserfs with a block size of 8192 it won't mount.
The following commands were issued consecutively:
cu:~# mkfs -treiserfs /dev/video_vg/video_lv
All data on /dev/video_vg/video_lv will be lost. Do you really want to
create reiser filesystem (v3.6) (y/n) y
Creating reiser filesystem (v3.6) with standard journal on
/dev/video_vg/video_lv
initializing skiped area: done
initializing journal: done
syncing...done
cu:~# mount /dev/video_vg/video_lv /huge
cu:~# df -k
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hda2 19283776 697988 18585788 4% /
/dev/hda1 97826 13003 79604 15% /boot
/dev/mapper/video_vg-video_lv
629126396 32840 629093556 1% /huge
cu:~# umount /huge
cu:~# mkfs -treiserfs -b 8192 /dev/video_vg/video_lv
All data on /dev/video_vg/video_lv will be lost. Do you really want to
create reiser filesystem (v3.6) (y/n) y
Creating reiser filesystem (v3.6) with standard journal on
/dev/video_vg/video_lv
initializing skiped area: done
initializing journal: done
syncing...done
cu:~# mount /dev/video_vg/video_lv /huge
mount: wrong fs type, bad option, bad superblock on /dev/video_vg/video_lv,
or too many mounted file systems
dmesg now shows:
sh-2011: read_super_block: can't find a reiserfs filesystem on (dev
dm-0, block 16, size 4096)
sh-2021: reiserfs_fill_super: can not find reiserfs on dm-0
David
next reply other threads:[~2004-06-03 21:35 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-03 21:35 David Greaves [this message]
2004-06-04 8:06 ` Can't mount after mkfs -b 8192 Christian Mayrhuber
2004-06-04 8:49 ` Vladimir Saveliev
2004-06-04 9:10 ` David Greaves
-- strict thread matches above, loose matches on Subject: below --
2004-06-03 22:31 David Greaves
2004-06-04 1:21 ` Neil Brown
2004-06-04 1:27 ` Guy
2004-06-04 5:22 ` Neil Brown
2004-06-04 9:14 ` David Greaves
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=40BF9993.5060409@dgreaves.com \
--to=david@dgreaves.com \
--cc=reiserfs-list@namesys.com \
/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.