home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / misc / 29004 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!wupost!psuvax1!psuvm!wvnvm!bryan
  2. Date: Wed, 2 Sep 1992 10:25:36 EDT
  3. From: Jerry Bryan <BRYAN@wvnvm.wvnet.edu>
  4. Message-ID: <92246.102537BRYAN@wvnvm.wvnet.edu>
  5. Newsgroups: comp.os.os2.misc
  6. Subject: Re: Creating a RAM drive from Config.SYS
  7. References:  <1992Sep2.015017.202570@ns1.cc.lehigh.edu>
  8. Lines: 24
  9.  
  10. In article <1992Sep2.015017.202570@ns1.cc.lehigh.edu>, lbv2@ns1.cc.lehigh.edu
  11. (m.l. gore) says:
  12. >
  13. >    This sounds silly, but does anyone have one? I recently upped my RAM to 20
  14. >    meg. I prefer a several meg RAM drive for copying, backing up, and
  15. >    especially to download.
  16. >
  17. >    I skimmed through the RED books, only to become confused with the device
  18. >    driver VDISK, which creates a virtual disk, but the syntax only states
  19. >
  20. >    DEVICE = {path} {size},{two other switches for storage type}
  21. >
  22. >    Does this create a RAM drive at the next available drive letter.
  23. >
  24.  
  25. VDISK.SYS works fine.  Yes, it takes the next available drive letter.
  26. For example, DEVICE=C:\OS2\VDISK.SYS 4096 128 100 will make a 4-meg
  27. disk (actually, 4096K, which is the same as 4-meg).  It will have 128 byte
  28. sectors, and will support 100 directory entries.  In my case, it makes
  29. me a D: disk.
  30.  
  31. The help is fairly good.  For example say HELP VDISK from the OS/2
  32. command line, or else go through the help menus to get to the
  33. same information.
  34.