Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!cornell!uw-beaver!microsoft!jimw
From: jimw@microsoft.UUCP (Jim Walsh)
Newsgroups: comp.sys.ibm.pc
Subject: Re: link two physical drives together
Summary: Try DOS JOIN command...
Message-ID: <1741@microsoft.UUCP>
Date: 18 Aug 88 22:35:54 GMT
References: <5067@ut-emx.UUCP> <16800340@clio>
Organization: Microsoft, Inc., Redmond, Washington
Lines: 12

In article <16800340@clio>, berger@clio.las.uiuc.edu writes:
> Golden Bow Systems has a product, Vfeature Deluxe, which does that.
> It also permits you to use large disk partitions under MS-DOS 2.0
> and later, breaking the 32 megabyte barrier.  It was around $ 100
> when I purchased it.

   The DOS JOIN command will let you 'attach' a second disk as a logical
subdirectory.

   JOIN D: C:\drived
 
   Will create a 'logical' directory c:\drived that is actually the physical
drive D:.  Drive D: can still be accessed directly.