home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!sdd.hp.com!elroy.jpl.nasa.gov!news.claremont.edu!fenris!jwinstea
- From: jwinstea@fenris.claremont.edu (Jim Winstead Jr.)
- Subject: Re: transfering mtools from DOS partition to LINUX fs
- Message-ID: <1992Sep3.205955.20790@muddcs.claremont.edu>
- Sender: news@muddcs.claremont.edu (The News System)
- Organization: Harvey Mudd College, WIBSTR
- Date: Thu, 3 Sep 1992 20:59:55 GMT
- Lines: 22
-
- In article <1992Sep03.173830.20648@microsoft.com> t-piersh@microsoft.com (Piers Haken) writes:
- >
- >What you can do is this.
- >
- > ln /dev/fd1 /dev/fd1.Z
- >Which will create a device suitable for use with zcat...
- >then
- >
- > zcat /dev/fd1.Z | tar -xvf -
- >will uncompress the floppy and feed it through tar, extracting as it goes.
-
- That's really silly. Do this:
-
- zcat < /dev/fd1 | pax -r -v
- (or tar xvf - if you want)
-
- You don't need the little link if you do it that way.
- --
- + Jim Winstead Jr. (CSci '95)
- | Harvey Mudd College, WIBSTR
- | jwinstea@jarthur.Claremont.EDU
- + or jwinstea@fenris.Claremont.EDU
-