blob: dc186dffcb0b507a36b848e56d7ea901c485f5c5 [file] [log] [blame]
Alistair Delvabeaee832021-02-24 11:27:23 -08001# Copyright 1996-1998,2001,2002 Alain Knaff.
2# This file is part of mtools.
3#
4# Mtools is free software: you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation, either version 3 of the License, or
7# (at your option) any later version.
8#
9# Mtools is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY; without even the implied warranty of
11# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12# GNU General Public License for more details.
13#
14# You should have received a copy of the GNU General Public License
15# along with Mtools. If not, see <http://www.gnu.org/licenses/>.
16
17# Example mtools.conf files. Uncomment the lines which correspond to
18# your architecture and comment out the "SAMPLE FILE" line below
19SAMPLE FILE
20
21# # Linux floppy drives
22# drive a: file="/dev/fd0" exclusive
23# drive b: file="/dev/fd1" exclusive
24
25# # First SCSI hard disk partition
26# drive c: file="/dev/sda1"
27
28# # First IDE hard disk partition
29# drive c: file="/dev/hda1"
30
31# # dosemu floppy image
32# drive m: file="/var/lib/dosemu/diskimage"
33
34# # dosemu hdimage
35# drive n: file="/var/lib/dosemu/diskimage" offset=3840
36
37# # Atari ramdisk image
38# drive o: file="/tmp/atari_rd" offset=136
39
40# # ZIP disk for Solaris:
41# Drive X is ZIP-100 at target 5
42# drive X: file="/dev/rdsk/c0t5d0s2" partition=4 scsi=1 nodelay
43
44# # ZIP disk for SunOS:
45# # Zip drive is at target 5, which default kernel calls tape st1 !!
46# drive Y: file="/dev/rsd5c" partition=4 scsi=1 nodelay
47
48# # autoselect zip drive/floppy on HP-UX 9/10
49# drive a: file="/dev/rdsk/c201d5" exclusive partition=4
50# drive a: file="/dev/rdsk/c201d5s0" exclusive partition=4
51# drive a: file="/dev/rfloppy/c201d0s0" exclusive
52
53# A/UX target 5 on 1st scsi bus jaz or zip
54# drive X: file="/dev/rdsk/c105d0s31" partition=4
55
56
57# Some examples for BeOS.
58# floppy drive. hardcoded in devices.c, so no real need to define it here
59#drive a: file="/dev/floppy_disk" exclusive
60# ZIP drive on SCSI ID 6
61#drive z: file="/dev/scsi_disk_060" offset=16384 fat_bits=16
62
63# SCO Unix 3.2v4
64# # Floppy disk drives
65#
66# drive a: file="/dev/install" exclusive
67# drive b: file="/dev/install1" exclusive
68#
69# # SCSI hard disk partitions
70#
71# drive c: file="/dev/dsk/0sC"
72# drive d: file="/dev/dsk/0sD"
73# drive e: file="/dev/dsk/0sE"
74# drive f: file="/dev/dsk/0sF"
75# drive g: file="/dev/dsk/0sG"
76# drive h: file="/dev/dsk/0sH"
77
78# # uncomment the following line to display all file names in lower
79# # case by default
80# mtools_lower_case=1