From: "Yura Umanets" <umanets@priocom.com>
To: Randy Hron <rwhron@earthlink.net>
Cc: reiserfs-list@namesys.com
Subject: Re: mkreiserfs -q
Date: Tue, 02 Apr 2002 16:52:15 +0300 [thread overview]
Message-ID: <3CA9B78F.9080304@priocom.com> (raw)
In-Reply-To: E16sOPz-0005lr-00@gull.prod.itd.earthlink.net
Randy Hron wrote:
>Sometimes I have to create a reiserfs filesystem over a dialup
>or serial connection. mkreiserfs on a large filesystem prints
>almost 1 meg of output. I work around this by redirecting
>mkreiserfs output to a file.
>
>The -q option in reiserfsck has been a huge timesaver when
>on serial line. On a serial/dialup line, -q means both quick and quiet.
>
>It would be nice to see a -q option for mkreiserfs too. :)
>
>
>
>
>
I forget something :))
echo "Yes" | mkreiserfs ... > /dev/null 2>&1 || {
echo "Couldn't create filesystem. Error $?"
}
Or you should redirect to /dev/null only stdout or stderr.
--
Yury Umanets
IT Engineer of Priocom Corp.
Phone: +380 44 2011959, ICQ: 55494590
prev parent reply other threads:[~2002-04-02 13:52 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-04-02 13:39 mkreiserfs -q Randy Hron
2002-04-02 13:48 ` Yura Umanets
2002-04-02 13:52 ` Yura Umanets [this message]
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=3CA9B78F.9080304@priocom.com \
--to=umanets@priocom.com \
--cc=reiserfs-list@namesys.com \
--cc=rwhron@earthlink.net \
/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.