From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Alvy Subject: Re: A small question Date: Thu, 17 Mar 2005 17:08:15 -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 Ralph Alvy wrote: > 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. > Also, to find out what the directory called 'c' is sym-linked to, do this: cd ~/.dosemu/drives ls -l Here's what I get: lrwxrwxrwx 1 ralvy users 24 2004-11-21 16:29 c -> /home/ralvy/dosemu/msdos/ That tells me what c is linked to: /home/ralvy/dosemu/msdos