home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / vms / 19586 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  3.2 KB

  1. Path: sparky!uunet!cs.utexas.edu!rutgers!cmcl2!rlgsc.com!gezelter
  2. From: gezelter@rlgsc.com
  3. Newsgroups: comp.os.vms
  4. Subject: Re: BINDING System disk to another disk
  5. Message-ID: <1992Dec18.135152.290@rlgsc.com>
  6. Date: 18 Dec 92 18:51:52 GMT
  7. References: <1992Dec17.125112.1@vulcan.mentec.ie>
  8. Organization: Robert Gezelter Software Consultant, Flushing, NY
  9. Lines: 65
  10.  
  11. In article <1992Dec17.125112.1@vulcan.mentec.ie>, peter@vulcan.mentec.ie writes:
  12. > I've a Vaxstation 3100 with 3 x 100 Mb disks; 1 for a system disk, 1 user disk
  13. > & 1 disk which I intend to use for products. 
  14. > Now, the problem arises because Decwrite & similar products need to be installed
  15. > on the system disk. However, by the time VMS and DecWindows are on the system
  16. > disk then there's not much room left for anything else.
  17. > In order to overcome this problem I decided to use MOUNT/BIND to join the
  18. > system disk and the product disk together, so that VMS sees them as one volume.
  19. > Great, I thought; but wait a minute, how do I dismount the system disk so that
  20. > I can MOUNT it using BIND ?? And that's the problem, I need some mechanism to
  21. > be able to mount the system disk so that I can bind it.
  22. > Alternatively, can anyone suggest any other methods of achieving what I want?
  23. > Reply by Email if possible, as I don't read this group too often.
  24. > Thanks, Peter
  25. > -- 
  26. > Peter Thornton,            |    peter@mentec.ie
  27. > -----------------------    | ---------------------
  28. > Mentec Computer Systems,   | 
  29. > Dun Laoghaire,             |   "Everything you
  30. > Co. Dublin,                |    know is wrong"
  31. > Ireland                    |
  32. -- 
  33. Peter,
  34.  
  35. While it does sound convenient, you cannot use a bound volume set 
  36. as your system residence device. However, there is another solution 
  37. which works quite well.
  38.  
  39. Much of the bulk of files which end up on your system device are 
  40. not needed during the bootstrap process, indeed, many of them are 
  41. only used as include files during program development, or help 
  42. files for the online help facility.
  43.  
  44. These files will not be referenced during the startup process. In 
  45. situations such as your own, I have freqently moved all of these 
  46. files to another disk, then defined the logical names (e.g. 
  47. SYS$LIBRARY) do point to a search list which includes both the 
  48. original directory (on the system disk) and the overflow 
  49. directory (on a different disk). 
  50.  
  51. The above solution allows you to free up a large quantity of 
  52. space with almost no impact on system performance. If you find 
  53. that your system disk is again filling up, find some more files 
  54. to move to the other disk.
  55.  
  56. I hope that the above information is helpful. If I have been 
  57. unclear, or if you have other questions, please contact me via 
  58. Email or phone.
  59.  
  60. - Bob
  61. +--------------------------------------------------------------------------+
  62. | Robert "Bob" Gezelter                       E-Mail:  gezelter@rlgsc.com  |
  63. | Robert Gezelter Software Consultant         Voice:   +1 718 463 1079     |
  64. | 35-20 167th Street, Suite 215               Fax:       (on Request)      |
  65. | Flushing, New York  11358-1731                                           |
  66. | United States of America                                                 |
  67. +--------------------------------------------------------------------------+
  68.