4 |
- |
1 |
# 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
|
|
|
19 |
|
|
|
20 |
# Linux floppy drives
|
|
|
21 |
drive a: file="/dev/fd0" exclusive mformat_only
|
|
|
22 |
drive b: file="/dev/fd1" exclusive mformat_only
|
|
|
23 |
|
|
|
24 |
# # First SCSI hard disk partition
|
|
|
25 |
# drive c: file="/dev/sda1"
|
|
|
26 |
|
|
|
27 |
# # First IDE hard disk partition
|
|
|
28 |
# drive c: file="/dev/hda1"
|
|
|
29 |
|
|
|
30 |
# # dosemu floppy image
|
|
|
31 |
# drive m: file="/var/lib/dosemu/diskimage"
|
|
|
32 |
|
|
|
33 |
# # dosemu hdimage
|
|
|
34 |
# drive n: file="/var/lib/dosemu/diskimage" offset=3840
|
|
|
35 |
|
|
|
36 |
# # Atari ramdisk image
|
|
|
37 |
# drive o: file="/tmp/atari_rd" offset=136
|
|
|
38 |
|
|
|
39 |
# # ZIP disk for Solaris:
|
|
|
40 |
# Drive X is ZIP-100 at target 5
|
|
|
41 |
# drive X: file="/dev/rdsk/c0t5d0s2" partition=4 scsi=1 nodelay
|
|
|
42 |
|
|
|
43 |
# # ZIP disk for SunOS:
|
|
|
44 |
# # Zip drive is at target 5, which default kernel calls tape st1 !!
|
|
|
45 |
# drive Y: file="/dev/rsd5c" partition=4 scsi=1 nodelay
|
|
|
46 |
|
|
|
47 |
# # autoselect zip drive/floppy on HP-UX 9/10
|
|
|
48 |
# drive a: file="/dev/rdsk/c201d5" exclusive partition=4
|
|
|
49 |
# drive a: file="/dev/rdsk/c201d5s0" exclusive partition=4
|
|
|
50 |
# drive a: file="/dev/rfloppy/c201d0s0" exclusive
|
|
|
51 |
|
|
|
52 |
# A/UX target 5 on 1st scsi bus jaz or zip
|
|
|
53 |
# drive X: file="/dev/rdsk/c105d0s31" partition=4
|
|
|
54 |
|
|
|
55 |
|
|
|
56 |
# Some examples for BeOS.
|
|
|
57 |
# floppy drive. hardcoded in devices.c, so no real need to define it here
|
|
|
58 |
#drive a: file="/dev/floppy_disk" exclusive
|
|
|
59 |
# ZIP drive on SCSI ID 6
|
|
|
60 |
#drive z: file="/dev/scsi_disk_060" offset=16384 fat_bits=16
|
|
|
61 |
|
|
|
62 |
# SCO Unix 3.2v4
|
|
|
63 |
# # Floppy disk drives
|
|
|
64 |
#
|
|
|
65 |
# drive a: file="/dev/install" exclusive
|
|
|
66 |
# drive b: file="/dev/install1" exclusive
|
|
|
67 |
#
|
|
|
68 |
# # SCSI hard disk partitions
|
|
|
69 |
#
|
|
|
70 |
# drive c: file="/dev/dsk/0sC"
|
|
|
71 |
# drive d: file="/dev/dsk/0sD"
|
|
|
72 |
# drive e: file="/dev/dsk/0sE"
|
|
|
73 |
# drive f: file="/dev/dsk/0sF"
|
|
|
74 |
# drive g: file="/dev/dsk/0sG"
|
|
|
75 |
# drive h: file="/dev/dsk/0sH"
|
|
|
76 |
|
|
|
77 |
# # uncomment the following line to display all file names in lower
|
|
|
78 |
# # case by default
|
|
|
79 |
# mtools_lower_case=1
|