* A small question
@ 2005-03-17 18:46 Saqib.Sohail
2005-03-17 19:53 ` Ralph Alvy
0 siblings, 1 reply; 3+ messages in thread
From: Saqib.Sohail @ 2005-03-17 18:46 UTC (permalink / raw)
To: linux-msdos
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.
Thanks
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: A small question
2005-03-17 18:46 A small question Saqib.Sohail
@ 2005-03-17 19:53 ` Ralph Alvy
2005-03-18 1:08 ` Ralph Alvy
0 siblings, 1 reply; 3+ messages in thread
From: Ralph Alvy @ 2005-03-17 19:53 UTC (permalink / raw)
To: linux-msdos
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: A small question
2005-03-17 19:53 ` Ralph Alvy
@ 2005-03-18 1:08 ` Ralph Alvy
0 siblings, 0 replies; 3+ messages in thread
From: Ralph Alvy @ 2005-03-18 1:08 UTC (permalink / raw)
To: linux-msdos
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-03-18 1:08 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-17 18:46 A small question Saqib.Sohail
2005-03-17 19:53 ` Ralph Alvy
2005-03-18 1:08 ` Ralph Alvy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox