home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!spool.mu.edu!agate!ucbvax!lrw.com!leichter
- From: leichter@lrw.com (Jerry Leichter)
- Newsgroups: comp.os.vms
- Subject: re: Re: BINDING System disk to another disk
- Message-ID: <9212210248.AA18228@uu3.psi.com>
- Date: 21 Dec 92 01:36:58 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Distribution: world
- Organization: The Internet
- Lines: 30
-
-
- [An earlier message looked for a way to make the system disk a member
- of a bound volume set. Carl Lydick comments:]
- The system disk CANNOT be part of a bound volume set. Period.
-
- A little more detailed discussion is in order.
-
- Assuming you have some other disk to boot off of so that you can avoid
- mounting your normal system disk, it is trivial to take an existing system
- disk and make it part of a volume set. The resulting disk will boot and
- run normally - but it contains a hidden time bomb. One of these days,
- the system software will be upgraded, or some essential system file will be
- re-created for some other reason. And all of a sudden the system will be
- found to be unbootable.
-
- Why? The boot code knows how to mount and use a single system disk. It
- hasn't any idea how to mount multiple members of a bound volume set. As
- long as EVERY file needed during the boot process (up to the point where
- enough of the system is up for you to issue a MOUNT command for the second
- volume, which is actually quite late) is on the first member of the volume
- set, everything will work. But you don't, in general, control where on a
- volume set files - and even directories - are placed. As soon as some
- essential file ends up on the second volume, bye bye system.
-
- People have run systems in this configuration. It's extremely fragile, and
- completely unsupported - but that doesn't mean people haven't done it. I
- would, however, advise strongly against it.
-
- -- Jerry
-
-