home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / minix / 4246 < prev    next >
Encoding:
Internet Message Format  |  1992-08-19  |  1.4 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!lll-winken!ames!tulane!wupost!sdd.hp.com!mips!mips!munnari.oz.au!yoyo.aarnet.edu.au!sirius.ucs.adelaide.edu.au!iagu.itd.adelaide.edu.au!newton
  2. From: newton@iagu.itd.adelaide.edu.au (Mark Newton)
  3. Newsgroups: comp.os.minix
  4. Subject: Re: dosread
  5. Message-ID: <8255@sirius.ucs.adelaide.edu.au>
  6. Date: 19 Aug 92 23:23:22 GMT
  7. References: <1992Aug18.183026.8428@udel.edu>
  8. Sender: news@ucs.adelaide.edu.au
  9. Organization: University of Adelaide, South Australia
  10. Lines: 25
  11. Nntp-Posting-Host: iagu.itd.adelaide.edu.au
  12.  
  13. In article <1992Aug18.183026.8428@udel.edu> hilander@silver.lcs.mit.edu (Most things are better eaten than forgotten) writes:
  14. >i do a dosread -a foobar > /tmp/foobar
  15. >with no luck
  16. >i have tried to get a file off of the a drive.. no luck
  17.  
  18. dosread expects a block special device that it is supposed to read from.
  19.  
  20. So, to read something from drive A:, use a command line like this:
  21.  
  22.    dosread -a /dev/fd0 foobar > /tmp/foobar
  23.  
  24. /dev/fd0 corresponds to the A: drive.
  25.  
  26. If you want to use dosread with a hard disk partition, then you'll have to
  27. make sure that a block special device exists which has major and minor
  28. device numbers corresponding to your DOS partition.
  29.  
  30.    - mark
  31.  
  32.  
  33. -- 
  34. ------------------------------------------------------------------
  35.          'Do not expose your LaserWriter to naked flame...'
  36. newton@iagu.itd.adelaide.edu.au         - Apple LaserWriter Manual
  37. ------------------------------------------------------------------
  38.