1# Debian default mtools.conf file.
2# "info mtools" or "man mtools.conf" for more detail.
3
4# # Linux floppy drives
5drive a: file="/dev/fd0" exclusive
6drive b: file="/dev/fd1" exclusive
7
8# # First SCSI hard disk partition
9# drive c: file="/dev/sda1"
10
11# # First IDE hard disk partition
12# drive c: file="/dev/hda1"
13
14# # dosemu hdimage.
15drive m: file="/var/lib/dosemu/hdimage.first" partition=1 offset=128
16
17# # dosemu floppy image
18drive n: file="/var/lib/dosemu/fdimage"
19
20# # SCSI zip disk
21# drive z: file="/dev/sda4"
22
23# # uncomment the following line to display all file names in lower
24# # case by default
25# mtools_lower_case=1
26