home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22534 < prev    next >
Encoding:
Text File  |  1993-01-03  |  1.9 KB  |  60 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!psinntp!sunic!aun.uninett.no!news.uit.no!johnm
  3. From: johnm@PROBLEM_WITH_INEWS_GATEWAY_FILE (John Markus Bjoerndalen)
  4. Subject: Re: rawrite/rawread
  5. References: <1993Jan2.181250.12629@camaro.uucp>
  6. Sender: news@news.uit.no (USENET News System)
  7. Organization: University of Tromsoe, Norway
  8. Date: Sun, 3 Jan 1993 13:06:18 GMT
  9. X-Newsreader: TIN [version 1.1 PL7]
  10. Message-ID: <1993Jan3.130618.9489@news.uit.no>
  11. Distribution: comp.os.linux
  12. Lines: 46
  13.  
  14. Laszlo Herczeg (las@camaro.uucp) wrote:
  15. > Hello everyone, and happy new year.
  16. > I would like to know the procedure to create a disk image for RAWRITE.
  17. >  
  18. > I have obtained a tar'd version of MINICOMM (communication program for MINIX),
  19. > but when I rawrite it to a floppy I get the following error under MINIX 1.5:
  20. >   fd0 is not a valid file system
  21. >  
  22. > Someone told me the reason this happens is because rawrite can only reproduce
  23. > an existing disk image, and the tar'd file does not contain that disk image.
  24. >  
  25. > So my question is: how do I make a disk image of a file  which RAWRITE in its
  26. > turn can handle?
  27. >  
  28. > Please reply if you know the answer, because I really need this program and you
  29. > people are so good at answering novice questions.
  30. > Many thanks in advance!
  31. > Laszlo
  32.  
  33. Hm... your reply address barfed up for me (camaro!las looked a bit
  34. incomplete :)), so I'll just post this. 
  35.  
  36.  
  37. tar files are not filesystems that you can mount. But if you rawrote the
  38. tar file to a floppy you can try and go to the directory where you 
  39. want to copy the contents of the file and do :
  40.  
  41.     tar xvf /dev/fd0
  42.  
  43. This will extract all the files in the archive. If you had the tar'ed 
  44. version as a file on an msdos floppy I would just mount that floppy
  45. and get out the contents of the tar file directly. 
  46. (tar xvf /mnt/minicomm.tar) ... (if it's a .taz file do 
  47. tar xvzf /mnt/minicomm.taz ) 
  48.  
  49.  
  50. Good luck :) !
  51.  
  52.  
  53.  
  54. --
  55.     / John Markus Bj°rndalen
  56.  
  57.  
  58.  
  59.  
  60.