home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / os2 / apps / 10623 < prev    next >
Encoding:
Internet Message Format  |  1993-01-24  |  1.8 KB

  1. Path: sparky!uunet!gatech!pitt.edu!ggr
  2. From: ggr@cislabs.pitt.edu (Guillermo G Romero)
  3. Newsgroups: comp.os.os2.apps
  4. Subject: Re: SUN PC NFS4.0a and OS/2 2.0
  5. Message-ID: <2409@blue.cis.pitt.edu>
  6. Date: 23 Jan 93 18:16:57 GMT
  7. References: <1j43iaINNis@nanette.sto.pdb.sni.de> <1993Jan16.013953.18469@midway.uchicago.edu>
  8. Sender: news+@pitt.edu
  9. Organization: University of Pittsburgh
  10. Lines: 50
  11.  
  12. In article <1j43iaINNis@nanette.sto.pdb.sni.de> schroedter.pad@sni.de (Eric Schroedter) writes:
  13. >How can I run SUN PC NFS4.0a and OS2/2.0.
  14. >
  15.  
  16. I have PC-NFS 4.0 running from a virtual machine.  I can't get it to run
  17. under os/2 mdos (if it can be done, I'll appreciate the info).
  18.  
  19. This is what I did:
  20.  
  21. 1.  Set up a VMB:    make a DOS bootable diskette
  22.             copy files fsaccess.exe and fsfilter.exe to diskette
  23.             write a config.sys file in the diskette containing
  24.               these lines: 
  25.  
  26.                                     device=fsfilter.sys
  27.                          files=20
  28.                        buffers=20
  29.                        plus all your PC-NFS device= lines
  30.  
  31.             write an autoexec.bat file containing:
  32.  
  33.                   copy a:command.com c:\os2\mdos\mydos.com
  34.                   set COMSPEC=c:\os2\mdos\mydos.com
  35.                   lh c:\os2\mdos\mouse
  36.                    copy freea.bat c:\os2\mdos
  37.                   c:
  38.                   c:\os2\mdos\freea.bat
  39.                   plus all set commands and the NET INIT
  40.                     commands you need to start PCNFS.
  41.  
  42.             write a file named freea.bat containing the line:
  43.  
  44.                   c:\os2\mdos\fsaccess a: a:
  45.  
  46. 2.    From the root directory and with your diskette in drive a: type
  47.     
  48.         vmdisk a: dos.img
  49.  
  50. 3.    Copy a Program template from the template folder to the desktop,
  51.     type a * in the Path  field, select DOS WINDOW from Session,
  52.     choose DOS_SHELL and type c:\os2\mdos\mydos.com.  Go to 
  53.     DOS_STARTUP_DRIVE and type c:\dos.img.  Save changes and
  54.     you should be ready to launch PCNFS.
  55.  
  56. (BTW, I'm assuming c: as the partition where os/2 is installed).
  57.  
  58. Guillermo Romero
  59. ggr+@pitt.edu
  60.  
  61.  
  62.