From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from outbound01.telus.net ([199.185.220.220] helo=priv-edtnes57.telusplanet.net) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1Dihcw-0002se-00 for ; Wed, 15 Jun 2005 19:48:58 -0400 Received: from Jaguar ([205.206.153.179]) by priv-edtnes57.telusplanet.net (InterMail vM.6.01.04.04 201-2131-118-104-20050224) with ESMTP id <20050615234827.MDIN14453.priv-edtnes57.telusplanet.net@Jaguar> for ; Wed, 15 Jun 2005 17:48:27 -0600 From: "Steve Dawes" To: "Speakup is a screen review system for Linux." Date: Wed, 15 Jun 2005 17:45:50 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal In-Reply-To: <20050615155800.GD31281@tomass.dyndns.org> Subject: making a directory tree: X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sdawes@telus.net, "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jun 2005 23:48:58 -0000 Can anyone give me any suggestions as to how they would resolve the following: I have four directories, let's call them 1 2 3 4. Now what I would like to do is have the contents of these directories available in a single directory tree, let's call it alldirs. I am quite familiar with mount --bind and its strengths, but I cannot figure out how . For example, mount --bind 1 alldirs, will expose the contents of 1 in alldirs, as though the contents of 1 are actually now in alldirs. However, I cannot figure how to do something similar that would allow me to combine four directories into one directory tree. I have tried: mount --bind 1,2,3,4 alldirs mount --bind 1 2 3 4 alldirs mount --bind 1:2:3:4 alldirs and none of these work. Any ideas? Steve Steve Dawes Calgary Canada.