All of lore.kernel.org
 help / color / mirror / Atom feed
* mkreiserfs -q
@ 2002-04-02 13:39 Randy Hron
  2002-04-02 13:48 ` Yura Umanets
  2002-04-02 13:52 ` Yura Umanets
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Hron @ 2002-04-02 13:39 UTC (permalink / raw)
  To: reiserfs-list

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. :)






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

* Re: mkreiserfs -q
  2002-04-02 13:39 mkreiserfs -q Randy Hron
@ 2002-04-02 13:48 ` Yura Umanets
  2002-04-02 13:52 ` Yura Umanets
  1 sibling, 0 replies; 3+ messages in thread
From: Yura Umanets @ 2002-04-02 13:48 UTC (permalink / raw)
  To: Randy Hron; +Cc: reiserfs-list

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. :)
>
>
>
>
>
You should be using a command:

echo "Yes" | mkreiserfs ...

-- 
Yury Umanets
IT Engineer of Priocom Corp.
Phone: +380 44 2011959, ICQ: 55494590




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

* Re: mkreiserfs -q
  2002-04-02 13:39 mkreiserfs -q Randy Hron
  2002-04-02 13:48 ` Yura Umanets
@ 2002-04-02 13:52 ` Yura Umanets
  1 sibling, 0 replies; 3+ messages in thread
From: Yura Umanets @ 2002-04-02 13:52 UTC (permalink / raw)
  To: Randy Hron; +Cc: reiserfs-list

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




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

end of thread, other threads:[~2002-04-02 13:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-02 13:39 mkreiserfs -q Randy Hron
2002-04-02 13:48 ` Yura Umanets
2002-04-02 13:52 ` Yura Umanets

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.