Re: additional drives

stsp <[email protected]> Wed, 1 Sep 2021 12:38:47 +0300
Newsgroups org.kernel.vger.linux-msdos
Message-ID <[email protected]>
01.09.2021 03:48, Jude DaShiell пишет:
> A friend is running dosemu and has a smaller external drive with dos stuff
> on it he wants to run.  I expect mounting that drive under linux then
> running dosemu then switching to d:\mnt if the drive was mounted on /mnt
> probably ought to get him access to his dos files on that smaller external
> drive.

Look into dosemu.conf's $_hostfs_drives
option. You'll find an example there:
# Example: $_hostfs_drives = "~/dos /run/media/$USER:g"

:g allows you to work with directories
where the external removable drives
are dynamically mounted.