From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dr. Claudia Neumann" Subject: Re: dosemu-1.1.5 and drive D Date: Thu, 9 Oct 2003 13:27:21 +0200 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <200310091327.21926.dr.claudia.neumann@gmx.de> References: <1065666212.10212.41.camel@linux.local> Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: In-Reply-To: <1065666212.10212.41.camel@linux.local> List-Id: Content-Type: text/plain; charset="us-ascii" To: Serge Naggar Cc: DOSemu Mailingliste Am Donnerstag, 9. Oktober 2003 04:23 schrieb Serge Naggar: > Hi, > I was wondering how to possibly change the D:\ drive=/home/x > to another area or to create another drive letter. > > I am particularly interested in reaching /mnt/data You have to change it in autoexec.bat For example to change D:\> change the line lredir d: linux\fs%DOSDRIVE_D% in autoexec.bat to lredir d: linux\fs\mnt\data and you will get the directory /mnt/data as drive D:\>. You can look at the command lredir with lredir /? or lredir help cu Claudia