public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rob Landley <rob@landley.net>
To: linux-kernel@vger.kernel.org
Subject: How do I get the ext3 driver to shut up?
Date: Mon, 13 Mar 2006 22:18:39 -0500	[thread overview]
Message-ID: <200603132218.39511.rob@landley.net> (raw)

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.

             reply	other threads:[~2006-03-14  3:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-03-14  3:18 Rob Landley [this message]
2006-03-14  3:30 ` How do I get the ext3 driver to shut up? 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

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=200603132218.39511.rob@landley.net \
    --to=rob@landley.net \
    --cc=linux-kernel@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox