All of lore.kernel.org
 help / color / mirror / Atom feed
* dosemu-1.1.5 and drive D
@ 2003-10-09  2:23 Serge Naggar
  2003-10-09 11:27 ` Dr. Claudia Neumann
  2003-10-10 13:28 ` Clarence Dang
  0 siblings, 2 replies; 3+ messages in thread
From: Serge Naggar @ 2003-10-09  2:23 UTC (permalink / raw)
  To: linux-msdos

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

Can it be done?
How?

thanks
-- 
		Cheers,
                                 Serge
                           Naggar Consulting
                        [life is yours to make]


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dosemu-1.1.5 and drive D
  2003-10-09  2:23 dosemu-1.1.5 and drive D Serge Naggar
@ 2003-10-09 11:27 ` Dr. Claudia Neumann
  2003-10-10 13:28 ` Clarence Dang
  1 sibling, 0 replies; 3+ messages in thread
From: Dr. Claudia Neumann @ 2003-10-09 11:27 UTC (permalink / raw)
  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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: dosemu-1.1.5 and drive D
  2003-10-09  2:23 dosemu-1.1.5 and drive D Serge Naggar
  2003-10-09 11:27 ` Dr. Claudia Neumann
@ 2003-10-10 13:28 ` Clarence Dang
  1 sibling, 0 replies; 3+ messages in thread
From: Clarence Dang @ 2003-10-10 13:28 UTC (permalink / raw)
  To: Serge Naggar, linux-msdos

On Thu, 9 Oct 2003 12:23 pm, Serge Naggar wrote:
> 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
>
LREDIR D: LINUX\FS/mnt/data

Alternatively, you can use the $hd_image = "drives/*" trick and put symlinks 
to your drives under ~/.dosemu/drives, IIRC.

Cheers,
Clarence


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-10-10 13:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-09  2:23 dosemu-1.1.5 and drive D Serge Naggar
2003-10-09 11:27 ` Dr. Claudia Neumann
2003-10-10 13:28 ` Clarence Dang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.