From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from concerto.rednote.net ([66.92.170.139]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1DkM3V-0007f2-00 for ; Mon, 20 Jun 2005 09:11:13 -0400 Received: from concerto.rednote.net (localhost.localdomain [127.0.0.1]) by concerto.rednote.net (8.13.4/8.13.4) with ESMTP id j5KDBCVO001282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 20 Jun 2005 09:11:12 -0400 Received: (from janina@localhost) by concerto.rednote.net (8.13.4/8.13.4/Submit) id j5KDBBb6001281 for speakup@braille.uwo.ca; Mon, 20 Jun 2005 09:11:11 -0400 Date: Mon, 20 Jun 2005 09:11:11 -0400 From: Janina Sajka To: "Speakup is a screen review system for Linux." Message-ID: <20050620131111.GC5844@rednote.net> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <200506170402.j5H42S2T010929@ms-smtp-01-eri0.southeast.rr.com> <20050617181023.GA10809@sunset.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050617181023.GA10809@sunset.net> User-Agent: Mutt/1.4.2.1i X-Operating-System: Linux concerto.rednote.net 2.6.11-1.14_FC3spksmp Organization: Capital Accessibility LLC (http://www.CapitalAccessibility.com) X-PGP-Key: http://www.CapitalAccessibility.com/JaninaSajka_gpg_key.html Subject: Re: making a directory tree: X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "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: Mon, 20 Jun 2005 13:11:13 -0000 In the case of a proper set of iso images, such as the set of the four Speakup Modified Fedora 3 iso images, I think one is entitled to assume that filenames will not be duplicated. My example, posted earlier, is based on precisely the need to keep all the RPM images from all four of these iso images readily available in a single directory. Here's the relevant line from my script file that does precisely that. I have not modified this for simplicity or anything--this is exactly where it lives on my system--and exactly what you'll see at ftp.rednote.net, by the way: su ftpadmin -c "ln -sf /mnt/d[1-4]/Fedora/RPMS/* /home/var/ftp/fedora/speakupmodified/i386/Fedora/RPMS/" > On Fri, Jun 17, 2005 at 12:02:30AM -0400, Sina Bahram wrote: > > Yes, I understand that ... And I am asking you ... How do you propose to > > handle name collision conflicts? > > > > -----Original Message----- >From: Steve Dawes > > You have a set of isos that you have mounted and now you want to make them > > appear as a single volume. That is what I am trying to do.