public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* piping output of dd through bzip2
@  Gregory Nowak
   ` Steve Holmes
  0 siblings, 1 reply; 17+ messages in thread
From: Gregory Nowak @  UTC (permalink / raw)
  To: speakup

Hi all,

I'm trying to image a partition with dd, and pass the output to bzip2. However, bzip2 tells me that input file file.img cannot be found. Can someone tell me the correct cyntax please?
I'm doing the following: "dd if=/dev/hda1 |bzip2 -9 file.img"
Thanks in advance for any help.
Greg



^ permalink raw reply	[flat|nested] 17+ messages in thread
* re: piping output of dd through bzip2
@  Tyler Spivey
   ` Gregory Nowak
  0 siblings, 1 reply; 17+ messages in thread
From: Tyler Spivey @  UTC (permalink / raw)
  To: speakup

this one worked for me in testing:
dd if=file | bzip2 - >file.bz2

 .. sig goes here ...


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

end of thread, other threads:[~ UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 piping output of dd through bzip2 Gregory Nowak
 ` Steve Holmes
   ` Jason
     ` Gregory Nowak
       ` Jason
         ` Gregory Nowak
           ` Jason
             ` Gregory Nowak
               ` Jason
                 ` Gregory Nowak
                   ` Steve Holmes
                     ` Gregory Nowak
                 ` Steve Holmes
               ` Kirk Wood
           ` Charles Hallenbeck
 Tyler Spivey
 ` Gregory Nowak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).