public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* 2.4.9-ac12 - problem mounting reiserfs (parse error?)
@ 2001-09-19 15:02 Pavel Roskin
  2001-09-19 16:49 ` Fabian Arias
  0 siblings, 1 reply; 12+ messages in thread
From: Pavel Roskin @ 2001-09-19 15:02 UTC (permalink / raw)
  To: linux-kernel

Hello!

I've compiled 2.4.9-ac12 and it has problems mounting reiserfs partitions.

This forks fine:

mount /dev/hda6 /usr/local

but "mount /dev/hda6" doesn't work if I have this in /etc/fstab:

/dev/hda6    /usr/local    reiserfs defaults  0 0

It appears that "defaults" is confusing some code in the kernel.  Here are
more results:

# mount -t reiserfs -o defaults /dev/hda6 /usr/local
reiserfs kgetopt: there is not option
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
       or too many mounted file systems
# mount -t reiserfs -o rw /dev/hda6 /usr/local
reiserfs kgetopt: there is not option
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
       or too many mounted file systems
# mount -t reiserfs -o bogus /dev/hda6 /usr/local
reiserfs kgetopt: there is not option bogus
mount: wrong fs type, bad option, bad superblock on /dev/hda6,
       or too many mounted file systems

As you see, invalid options are distinguished ("there is not option
bogus", as opposed to "there is not option"), but all options are
considered invalid.

"reiserfs kgetopt: there is not option" appears on the console and in the
dmesg output, it's not coming from mount.

RedHat 7.1, i686, mount-2.11b-3 (from RedHat).

No problems with 2.4.9-ac10.  I haven't tried 2.4.9-ac12.

I hope to send fix soon.  Sorry, but I'm writing it in hurry to alert
others that 2.4.9-ac12 is not quite usable, at least with reiserfs.

-- 
Regards,
Pavel Roskin


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2001-09-22  0:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-09-19 15:02 2.4.9-ac12 - problem mounting reiserfs (parse error?) Pavel Roskin
2001-09-19 16:49 ` Fabian Arias
2001-09-19 19:04   ` Wayne Whitney
2001-09-19 19:29     ` Andreas Dilger
2001-09-19 20:14       ` Wayne Whitney
2001-09-19 20:29         ` Andreas Dilger
2001-09-19 21:08         ` Wayne Whitney
2001-09-19 19:47   ` boris
2001-09-19 20:31     ` Andreas Dilger
2001-09-20  0:25   ` [PATCH] " Pavel Roskin
2001-09-22  0:10     ` [PATCH] 2.4.9-ac13 - parse_options() in reiserfs still broken Pavel Roskin
2001-09-22  0:23       ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox