From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Charlton Subject: multiple drive mappings Date: Wed, 1 Oct 2003 14:13:41 -0400 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200310011413.41795.j.d.charlton@ieee.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org I am having problems possibly related to multiple mappings of the same Iredir drive. In the drives directory, I set the following symbolic links: c -> /home/charlton/dosemu/freedos d -> ../.. e -> /downloads/jk This works fine and there are no access violations on drive E: in dos. Now when I add another mapping as follows there are access violations on drive F: c -> /home/charlton/dosemu/freedos d -> ../.. e -> /downloads/jk/build f -> /downloads/jk I set the path to make everything point to drive F: instead of E: This configuration should work the same way it did before inserting the new drive mapping. With the added drive mapping, I am unable to use drive F: to do much of anything. If I delete a file, it doesn't delete but silently ignores the command. It is unable to create files giving an access violation error. The only thing I can think of is that Iredir has problems when you map the same partition to multiple drive letters. --John