Fix IRQ name
[AROS.git] / workbench / devs / Mountlist
blob0847a961a2e821dce89b470e6699518bb5c4cda3
1 /* Mountlist entry for the unlimited source of NUL bytes (just a handler) */
2 ZERO:
3         EHandler        = nil-handler
4         Activate        = 1
7 ROOT:
8         EHandler        = rootfs-handler
9         Activate        = 1
12 /* Entry for a file mounted as filesystem AFD0: */
13 AFD0:
14         FileSystem      = afs-handler
15         Device          = fdsk.device
16         Unit            = 0
17         BlockSize       = 512
18         Surfaces        = 2
19         BlocksPerTrack  = 11
20         LowCyl          = 0
21         HighCyl         = 79
22         Reserved        = 2
23         Activate        = 1
26 /* Entry for a file mounted as filesystem AFD1: */
27 AFD1:
28         FileSystem      = afs-handler
29         Device          = fdsk.device
30         Unit            = 1
31         BlockSize       = 512
32         Surfaces        = 2
33         BlocksPerTrack  = 11
34         LowCyl          = 0
35         HighCyl         = 79
36         Reserved        = 2
37         Activate        = 1
40 /* Entry for a file mounted as filesystem AFD2: */
41 AFD2:
42         FileSystem      = afs-handler
43         Device          = fdsk.device
44         Unit            = 2
45         BlockSize       = 512
46         Surfaces        = 2
47         BlocksPerTrack  = 11
48         LowCyl          = 0
49         HighCyl         = 79
50         Reserved        = 2
51         Activate        = 1
54 /* Entry for a file mounted as filesystem AFD3: */
55 AFD3:
56         FileSystem      = afs-handler
57         Device          = fdsk.device
58         Unit            = 3
59         BlockSize       = 512
60         Surfaces        = 2
61         BlocksPerTrack  = 11
62         LowCyl          = 0
63         HighCyl         = 79
64         Reserved        = 2
65         Activate        = 1
68 /* Entry for a ramdrive disk */
69 RAD:
70         FileSystem      = afs-handler
71         Device          = ramdrive.device
72         Unit            = 0
73         BlockSize       = 512
74         Surfaces        = 2
75         BlocksPerTrack  = 11
76         LowCyl          = 0
77         HighCyl         = 79
78         Reserved        = 2
79         Activate        = 1
82 /* Entry for a ramdrive disk */
83 RAD2:
84         FileSystem      = afs-handler
85         Device          = ramdrive.device
86         Unit            = 1
87         BlockSize       = 512
88         Surfaces        = 2
89         BlocksPerTrack  = 11
90         LowCyl          = 0
91         HighCyl         = 79
92         Reserved        = 2
93         Activate        = 1
96 /* Entry for host's unix home directory */
98 HOME:
100         FileSystem     = emul-handler
101         Device         = Home:~
102         LowCyl         = 0
103         HighCyl        = 0
104         Surfaces       = 1
105         BlocksPerTrack = 1
106         DOSType        = 0x454D5500
107         Activate       = 1
110 /* Entry for host's unix usr directory */
112 USR:
113         FileSystem     = emul-handler
114         Device         = USR:/usr
115         LowCyl         = 0
116         HighCyl        = 0
117         Surfaces       = 1
118         BlocksPerTrack = 1
119         DOSType        = 0x454D5500
120         Activate       = 1
123 /* Additional unix directories can be mounted the same way, ie. with */
124 /* Filesytem set to "emul-handler" and Device encoding volume name   */
125 /* and unix path like this: <volumename>:<pathname>                  */
127 /* Entry for FAT12/16/32 image (ie MSDOS/Win95/98 filesystem) */
129 FAT:
130         FileSystem     = fat-handler
131         Device         = fdsk.device
132         Unit           = 0
133         LowCyl         = 0
134         HighCyl        = 0
135         Surfaces       = 1
136         BlocksPerTrack = 1
137         DOSType        = 0x46415400
138         Activate       = 1
141 /* Entry for SFS image */
143 SFS:
144         FileSystem     = sfs-handler
145         Device         = fdsk.device
146         Unit           = 0
147         LowCyl         = 0
148         HighCyl        = 0
149         Surfaces       = 1
150         BlocksPerTrack = 1
151         DOSType        = 0x53465300
152         Activate       = 1
155 /* Entry for ISO image */
157 CD0:
158         FileSystem     = cdrom-handler
159         Device         = fdsk.device
160         Unit           = 0
161         LowCyl         = 0
162         HighCyl        = 0
163         Surfaces       = 1
164         BlocksPerTrack = 1
165         DOSType        = 0x41434400
166         Activate       = 1