mount_local_folder_as_drive_c_in_dosbox
Mount local folder as drive C in DOSBox
Running DOSBox in Linux you can mount a local folder as drive C: as follows:
Open a Terminal.
cd .dosbox vi dosbox-0.##.conf
(Use whatever editor you want.)
Add the following line in the [autoexec] section:
mount c ~/local_path
You can also add additional drives, if you want. Just specify another unique drive letter and local path on a new line.
mount_local_folder_as_drive_c_in_dosbox.txt · Last modified: 2024/08/11 18:08 by jimc