From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Subject: Symlinked drive Date: Thu, 10 Mar 2011 11:27:40 -0700 Message-ID: <20110310182739.GA1454@drmemory.local> Mime-Version: 1.0 Return-path: Content-Disposition: inline Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-msdos@vger.kernel.org Hi, I am running dosemu under ubuntu 10.10 - version 1.4.0.1. Anyway, I have a samba share mounted as /mnt/di. I have attempted to set that up as drive E: in msdos, by putting a symlink in .dosemu/drives: e -> /mnt/di Dosemu fails to start, complaining that "Disk-device/file does not exist". However, if I make a directory called "/mnt/foo", put in it a symlink to /mnt/di called "link", then dosemu starts fine, and e:/link contains all of the files on the samba share. e -> /mnt/foo /mnt/foo/link -> /mnt/di However, the application I am trying to run needs to see those files as just e: How to proceed? Thanks for any help! Scott Swanson