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