home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / misc / 21603 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.3 KB  |  35 lines

  1. Newsgroups: comp.sys.mac.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!ira.uka.de!fauern!lrs.e-technik.uni-erlangen.de!scharf
  3. From: scharf@lrs.e-technik.uni-erlangen.de (Ron Scharf)
  4. Subject: Re: Mac to Sun
  5. Message-ID: <1993Jan11.135801.1702@lrs.e-technik.uni-erlangen.de>
  6. Organization: LRS
  7. References: <1993Jan10.211456.11663@afterlife.ncsc.mil> <4948@svin09.info.win.tue.nl>
  8. Date: Mon, 11 Jan 1993 13:58:01 GMT
  9. Lines: 24
  10.  
  11. wstomv@wsinpa04.win.tue.nl (Tom Verhoeff) writes:
  12.  
  13. >In article <1993Jan10.211456.11663@afterlife.ncsc.mil> mlbelan@afterlife.ncsc.mil (Mark Belangee) writes:
  14. >>I'm interesting in porting some text files from a macintosh to a sun using
  15. >>only disks.  Question: What's the best way to do this?
  16. >>
  17. >>I've tried saving the files to disks on my mac using MS-DOS format, but 
  18. >>I don't know how to tell the sun to read a MS DOS disk. I've heard that it
  19. >>is possible.
  20. >>
  21. >>Is there another way? Or, does anyone have a sol'n to this problem.
  22.  
  23. >To read MS-DOS disks on SUNs you can use the public domain (?) software
  24. >package called mtools.
  25.  
  26. If you have a SUN running SUN-OS 4.1.x (Solaris 1.0.1), you may directly
  27. mount MS-DOS disks. Your /etc/fstab should therefore include a line like:
  28.  
  29. /dev/fd0   /pcfs   pcfs rw,noauto 0 0
  30.  
  31. After mounting your disk, you can use the /pcfs directory to access files.
  32.  
  33. Bye
  34.     Ron
  35.