Initial code release
[adaptation/system-plugin-ia-generic.git] / etc / mtools.conf
1 # Example mtools.conf files.  Uncomment the lines which correspond to
2 # your architecture and comment out the "SAMPLE FILE" line below
3 # SAMPLE FILE
4
5 # # Linux floppy drives
6 # drive a: file="/dev/fd0" exclusive
7 # drive b: file="/dev/fd1" exclusive
8
9 # # First SCSI hard disk partition
10 # drive c: file="/dev/sda1"
11
12 # # First IDE hard disk partition
13 # drive c: file="/dev/hda1"
14
15 # # dosemu floppy image
16 # drive m: file="/var/lib/dosemu/diskimage"
17
18 # # dosemu hdimage
19 # drive n: file="/var/lib/dosemu/diskimage" offset=3840
20
21 # # Atari ramdisk image
22 # drive o: file="/tmp/atari_rd" offset=136
23
24 # # ZIP disk for Solaris:
25 # Drive X is ZIP-100 at target 5
26 # drive X: file="/dev/rdsk/c0t5d0s2" partition=4 scsi=1 nodelay
27
28 # # ZIP disk for SunOS:
29 # # Zip drive is at target 5, which default kernel calls tape st1 !!
30 # drive Y: file="/dev/rsd5c" partition=4 scsi=1 nodelay
31
32 # # autoselect zip drive/floppy on HP-UX 9/10
33 #    drive a: file="/dev/rdsk/c201d5"      exclusive partition=4
34 #    drive a: file="/dev/rdsk/c201d5s0"    exclusive partition=4
35 #    drive a: file="/dev/rfloppy/c201d0s0" exclusive
36
37 #          A/UX target 5 on 1st scsi bus   jaz or zip
38 # drive X: file="/dev/rdsk/c105d0s31"      partition=4
39
40
41 # Some examples for BeOS.
42 # floppy drive. hardcoded in devices.c, so no real need to define it here
43 #drive a: file="/dev/floppy_disk" exclusive
44 # ZIP drive on SCSI ID 6
45 #drive z: file="/dev/scsi_disk_060" offset=16384 fat_bits=16                        
46
47 # SCO Unix 3.2v4
48 # # Floppy disk drives
49 #
50 # drive a: file="/dev/install" exclusive
51 # drive b: file="/dev/install1" exclusive
52 #  
53 # # SCSI hard disk partitions
54 #  
55 # drive c: file="/dev/dsk/0sC"
56 # drive d: file="/dev/dsk/0sD"
57 # drive e: file="/dev/dsk/0sE"
58 drive f: file="/dev/mmcblk0p1"
59 # drive g: file="/dev/dsk/0sG"
60 # drive h: file="/dev/dsk/0sH"
61
62 mtools_skip_check=1
63
64 # # uncomment the following line to display all file names in lower
65 # # case by default
66 # mtools_lower_case=1