From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Alvy Subject: Re: A small question Date: Thu, 17 Mar 2005 11:53:56 -0800 Message-ID: References: <1111085202.4239d092f3fe9@webmail.colorado.edu> Mime-Version: 1.0 Content-Transfer-Encoding: 7Bit Sender: linux-msdos-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii" To: linux-msdos@vger.kernel.org Saqib.Sohail@colorado.edu wrote: > If I create file in the DOSEMU environment, and want to access it back in > the linux environment, then where can I find that file. When you run dosemu, you should see where you have mounted the DOS partition in question, assuming you did that. For instance, when I load dosemu, I see this as my last line, before I see the C prompt: D: = LINUX\FS/MNT/DOS attrib = REASD/WRITE "Welcome to dosemu 1.2.1.0!" That tells me I mounted the relevant partition at /mnt/dos That's my D drive when I run dosemu. To find out where your C drive is, assuming you have a local install, go to ~/.dosemu/drives In that directory you will see another directory called 'c'. It will be sym-linked to another directory, which is where your drive C is in you linux filesystem.