home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / question / 14778 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.4 KB

  1. Path: sparky!uunet!gumby!wmichgw!873clifton
  2. From: 873clifton@gw.wmich.edu
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: Mtools
  5. Message-ID: <1992Dec17.152552.7024@gw.wmich.edu>
  6. Date: 17 Dec 92 15:25:52 EST
  7. References: <12291.9212160943@pine.eng.gla.ac.uk.udcf.glasgow.ac.uk>
  8. Organization: Western Michigan University
  9. Lines: 30
  10.  
  11. In article <12291.9212160943@pine.eng.gla.ac.uk.udcf.glasgow.ac.uk>, gnaa38@udcf.gla.ac.uk (Paul Porcelli) writes:
  12. > Does anyone out there know much about some public-domain software called
  13. > Mtools.
  14. > I need to read from a Dos formatted optical disk onto a SPARCstation10
  15. > and have been told this should do the trick. Can anyone confirm this?
  16. > Thanks a lot 
  17. > Paul Porcelli
  18. > Dept of Aerospace Engineering
  19. > Glasgow University
  20.  
  21. I use mtools to copy to/from DOS disks from a SPARCstation all the time. You
  22. can also format, change file attributes, etc. Here is a slice from the man
  23. page:
  24.  
  25.     mattrib - change MSDOS file attribute flags
  26.     mcd - change MSDOS directory
  27.     mcopy - copy MSDOS files to/from Unix
  28.     mdel - delete an MSDOS file
  29.     mdir - display an MSDOS directory
  30.     mformat - add an MSDOS filesystem to a low-level formatted diskette
  31.     mlabel - make an MSDOS volume label
  32.     mmd - make an MSDOS subdirectory
  33.     mrd - remove an MSDOS subdirectory
  34.     mread - low level read (copy) an MSDOS file to Unix
  35.     mren - rename an existing MSDOS file
  36.     mtype - display contents of an MSDOS file
  37.     mwrite - low level write (copy) a Unix file to MSDOS
  38.  
  39. /D
  40.