Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbjade.BERKELEY.EDU Path: utzoo!watmath!clyde!burl!ulysses!ucbvax!ucbjade!mwm From: mwm@ucbopal.BERKELEY.EDU (Mike (I'll be mellow when I'm dead) Meyer) Newsgroups: net.unix Subject: Re: UNIX coresident with VMS Message-ID: <91@ucbjade.BERKELEY.EDU> Date: Mon, 14-Oct-85 22:59:32 EDT Article-I.D.: ucbjade.91 Posted: Mon Oct 14 22:59:32 1985 Date-Received: Wed, 16-Oct-85 05:12:13 EDT References: <5732@tekecs.UUCP> <10605@ucbvax.ARPA> <522@phri.UUCP> Sender: network@ucbjade.BERKELEY.EDU Reply-To: mwm@ucbopal.UUCP (Mike (I'll be mellow when I'm dead) Meyer) Organization: Missionaria Phonibalonica Lines: 30 Keywords: dual-purpose file system In article <522@phri.UUCP> roy@phri.UUCP (Roy Smith) writes: >> >Is it possible to have UNIX and VMS coresident on the same physical disks? >> >> It should be possible to do this, provided [...] UNIX does not tamper with >> the VMS partitions of the disk, and that VMS does not tamper with the UNIX >> partitions of the disk. > > Any dual Unix/VMS wizard (do such creatures exist?) I've known a few people who were just sub-wizard on both, so i expect that they do. >want to try >building a disk which has both a valid Unix and a valid VMS file system *on >the same partition*? To be fair, both file systems can be read only. Sorry, no can do. VMS doesn't grok "partitions." A disk is a disk is a disk, and you have to deal with the whole thing at once. As has been pointed out here, you *can* allocate a large chunk of the disk as a contigous file on VMS. You then make your Unix partitions all live in that file. The only problem left is what to install as the boot block on the disk. I'm not familiar with the VMS boot sequence, so I'd be tempted to put the Unix boot sequence in, with a file (/vms) that you boot to bring up VMS. Of course, since VMS can easily get to the Unix half of the disk, it might be easier to do things the other way around.