Veja o arquivo
/usr/doc/dosemu-*/dosemu-HOWTO-3.html#ss3.1
3.1 How do I use my hard disk with dosemu?
First, mount your DOS hard disk partition as a Linux
subdirectory. For example, you could create a directory in Linux
such as /dos (mkdir -m
755 /dos) and add a line like
/dev/hda1 /dos msdos umask=022
|
to your /etc/fstab. (In this example,
the hard disk is mounted read-only. You may want to mount it
read/write by replacing 022 with 000 and using the -m 777
option with mkdir). Now mount /dos.
Now you can add a line like
to the AUTOEXEC.BAT file in your
hdimage (see the comments on LREDIR below).
On a multi-user system you may want to use
lredir d: linux\fs\${home}
|
where home is the name of an
environmental variable that contains the location of the DOS
directory (/dos in this
example)(95/8/11).
OBS.: essa dúvida não está coberta pelo
nosso suporte, que se restringe à instalação
do sistema. Ela foi respondida por fazer parte de nossas PR.
Consulte-as em caso de dúvidas ou perguntas
relacionadas.