mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
678efb0b31
* RD: add page Add documentation for the RD command in DOS. * MOUNT: add page Added documentation for mounting drives in DOS. * Update pages/dos/mount.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update pages/dos/mount.md Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> * Update pages/dos/rd.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> * Update pages/dos/mount.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> * Update pages/dos/rd.md Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> * Apply suggestions from code review Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com> --------- Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
555 B
555 B
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 floppy
- Mount CD-ROM drive:
MOUNT D {{D:\}} -t cdrom
- Mount CD with extra options:
MOUNT D {{D:\}} -t cdrom -usecd {{0}} -ioctl
- Unmount drive:
MOUNT -u {{C}}