snippetbashTip
MOUNT — Mount host directories/drives/images as virtual DOS drives. More information: <https://www.dosbox.co
Viewed 0 times
commandimagesdirectoriesclidriveshostmount
Problem
How to use the
MOUNT command: Mount host directories/drives/images as virtual DOS drives. More information: <https://www.dosbox.com/wiki/MOUNT>.Solution
MOUNT — Mount host directories/drives/images as virtual DOS drives. More information: <https://www.dosbox.com/wiki/MOUNT>.Mount current directory as C:
MOUNT C .Mount specific directory as C:
MOUNT C {{C:\path\to\directory}}Mount with free space limit (MB):
MOUNT C {{C:\path\to\directory}} -freesize {{1024}}Mount floppy drive:
MOUNT A {{A:\}} -t floppyMount CD-ROM drive:
MOUNT D {{D:\}} -t cdromMount CD with extra options:
MOUNT D {{D:\}} -t cdrom -usecd {{0}} -ioctlUnmount drive:
MOUNT -u {{C}}Code Snippets
Mount current directory as C
MOUNT C .Mount specific directory as C
MOUNT C {{C:\path\to\directory}}Mount with free space limit (MB)
MOUNT C {{C:\path\to\directory}} -freesize {{1024}}Mount floppy drive
MOUNT A {{A:\}} -t floppyMount CD-ROM drive
MOUNT D {{D:\}} -t cdromContext
tldr-pages: dos/MOUNT
Revisions (0)
No revisions yet.