From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from tcsnpop1.tcsn.uswest.net ([207.108.112.1]) by speech.braille.uwo.ca with smtp (Exim 3.32 #1 (Debian)) id 16QG0X-0007Yt-00 for ; Mon, 14 Jan 2002 17:55:13 -0500 Received: (qmail 83966 invoked by uid 50); 14 Jan 2002 22:55:16 -0000 Received: (qmail 83961 invoked by uid 0); 14 Jan 2002 22:55:16 -0000 Received: from tcsndslgw4poola158.tcsn.uswest.net (HELO lightstar) (63.227.85.158) by tcsnpop1.tcsn.uswest.net with SMTP; 14 Jan 2002 22:55:16 -0000 Content-Type: text/plain; charset="iso-8859-1" From: Jason To: speakup@braille.uwo.ca Subject: Re: piping output of dd through bzip2 Date: Mon, 14 Jan 2002 15:57:06 -0700 X-Mailer: KMail [version 1.2] References: <02011415253001.05800@lightstar> <20020114164243.C254@uic.edu> In-Reply-To: <20020114164243.C254@uic.edu> MIME-Version: 1.0 Message-Id: <02011415570602.05800@lightstar> Content-Transfer-Encoding: 8bit Sender: speakup-admin@braille.uwo.ca Errors-To: speakup-admin@braille.uwo.ca X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.0.7 Precedence: bulk Reply-To: speakup@braille.uwo.ca List-Help: List-Post: List-Subscribe: , List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: try it with 'bzip > windows.img' On Monday January 14, 2002 03:42 pm, you wrote: > Ok, I've just tried the following using the format indicated. > > "dd if=/dev/hda1 |bzip2 -9 windows.img" > > The result was: > > bzip2: Can't open input file windows.img: No such file or directory. > 9+0 records in > 8+0 records out > > > Greg >