home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / linux / 9772 < prev    next >
Encoding:
Text File  |  1992-09-03  |  1.3 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!microsoft!wingnut!t-piersh
  3. From: t-piersh@microsoft.com (Piers Haken)
  4. Subject: Re: transfering mtools from DOS partition to LINUX fs
  5. Message-ID: <1992Sep03.173830.20648@microsoft.com>
  6. Date: 03 Sep 92 17:38:30 GMT
  7. Organization: Microsoft Corp., Redmond, WA 98052
  8. References: <182mfdINN18v@usenet.INS.CWRU.Edu>
  9. Lines: 33
  10.  
  11. In article <182mfdINN18v@usenet.INS.CWRU.Edu> mal11@po.CWRU.Edu (Matthew A. Lewis) writes:
  12. >
  13. >
  14. >Does rawrite work for this??????
  15. >
  16. >I ran it and gave it mtools.n.tar.Z as the file to copy to my
  17. >floppy drive....
  18. >
  19. >but then in Linux when i tried to mount /dev/fd1 I get an error
  20. >message like no magic match or something.
  21. >
  22. >What is the simplest way to do this?
  23. >
  24. >thanx inadvance
  25. >
  26. >-- 
  27. >MaThiEu a. LeWis      "There is no middle ground/Or that's how it seems/For 
  28. >Thieves Like Us        us to walk or to take/Instead we tumble down/Either
  29. >mal11@po.cwru.edu      side left or right/To love or to hate."
  30. >                    -A Strange Kind of Love
  31.  
  32. What you can do is this.
  33.  
  34.   ln /dev/fd1 /dev/fd1.Z
  35. Which will create a device suitable for use with zcat...
  36. then 
  37.  
  38.   zcat /dev/fd1.Z | tar -xvf -
  39. will uncompress the floppy and feed it through tar, extracting as it goes.
  40.  
  41. Piers.
  42. -- 
  43. Disclaimer: These views are my own and not necessarily
  44.             those of the company for which I work.
  45.