public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* How do I get the ext3 driver to shut up?
@ 2006-03-14  3:18 Rob Landley
  2006-03-14  3:30 ` Randy.Dunlap
  2006-03-14  7:14 ` Andrew Morton
  0 siblings, 2 replies; 11+ messages in thread
From: Rob Landley @ 2006-03-14  3:18 UTC (permalink / raw)
  To: linux-kernel

I'm making a test suite for busybox mount, which does filesystem autodetection 
the easy way (try all the ones in /etc/filesystems and /proc/filesystems 
until one of them succeeds).  My test code is creating and mounting vfat and 
ext2 filesystems.

Guess which device driver feels a bit chatty?

PASS: mount no proc [GNUFAIL]
PASS: mount /proc
PASS: mount list1
VFS: Can't find ext3 filesystem on dev loop0.
PASS: mount vfat image (autodetect type)
ext3: No journal on filesystem on loop1
PASS: mount ext2 image (autodetect type)
PASS: mount remount ext2 image noatime
PASS: mount remount ext2 image ro remembers noatime
ext3: No journal on filesystem on loop0
PASS: umount freed loop device
PASS: mount remount nonexistent directory
PASS: mount -a no fstab

Rob
-- 
Never bet against the cheap plastic solution.

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

end of thread, other threads:[~2006-03-14 20:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-14  3:18 How do I get the ext3 driver to shut up? Rob Landley
2006-03-14  3:30 ` Randy.Dunlap
2006-03-14 14:11   ` j4K3xBl4sT3r
2006-03-14 15:20   ` Rob Landley
2006-03-14 17:26     ` Randy.Dunlap
2006-03-14  7:14 ` Andrew Morton
2006-03-14 12:59   ` [PATCH] Fix backwards meaning of MS_VERBOSE Theodore Ts'o
2006-03-14 14:48   ` How do I get the ext3 driver to shut up? Theodore Ts'o
2006-03-14 16:41     ` Rob Landley
2006-03-14 20:09       ` Theodore Ts'o
2006-03-14 16:32   ` Rob Landley

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