Difference between revisions of "MOUNT"

From DOSBoxWiki
Jump to navigationJump to search
m (→‎Mac OSX: Changed sugested MOUNT path to match Mac OSX article and seperated using a mounted drive from the OS specific hints)
Line 17: Line 17:
 
== Mac OSX ==
 
== Mac OSX ==
 
<code><pre>Z:\>MOUNT C ~/DOSGAMES</pre></code>
 
<code><pre>Z:\>MOUNT C ~/DOSGAMES</pre></code>
 +
<code><pre>Z:\>IMGMOUNT D ~/Documents/IMAGE.toast</pre></code>
  
 
== Using your mounted drive ==
 
== Using your mounted drive ==

Revision as of 17:17, 19 February 2008

MOUNT.COM is a command inside DOSBox that can connect physical folders and drives to virtual drives inside DOSBox. When you enter the command MOUNT from the DOSBox prompt you should see

Z:\>MOUNT
Current mounted drives are:
Drive Z is mounted as Internal Virtual Drive

To mount a folder as a drive, follow this basic template.

MOUNT [Drive-Letter] [Local-Directory]

Usage Examples

Windows

Z:\>MOUNT C C:\DOSGAMES

Linux

Z:\>MOUNT C ~/DOSGAMES

Mac OSX

Z:\>MOUNT C ~/DOSGAMES
Z:\>IMGMOUNT D ~/Documents/IMAGE.toast

Using your mounted drive

To change to the newly mounted virtual drive simply type

[Drive-Letter]:

For example (If you mounted a Local-Directory to the Drive-Letter C)

Z:\>C: