1 /* Mountlist entry for the data killer (just a handler) */
3 FileSystem = nil.handler
6 /* Mountlist entry for the unlimited source of NUL bytes (just a handler) */
8 FileSystem = zero.handler
11 /* Entry for the variable sized ramdisk (just a handler) */
13 FileSystem = ram.handler
17 FileSystem = rootfs.handler
21 FileSystem = pipefs.handler
24 /* Entry for a file mounted as filesystem AFD0: */
26 FileSystem = afs.handler
37 /* Entry for a file mounted as filesystem AFD1: */
39 FileSystem = afs.handler
50 /* Entry for a file mounted as filesystem AFD2: */
52 FileSystem = afs.handler
63 /* Entry for a file mounted as filesystem AFD3: */
65 FileSystem = afs.handler
76 /* Entry for a ramdrive disk */
78 FileSystem = afs.handler
79 Device = ramdrive.device
89 /* Entry for a ramdrive disk */
91 FileSystem = afs.handler
92 Device = ramdrive.device
102 /* Entry for cdrom.handler */
104 FileSystem = cdrom.handler
109 /* Entry for host's unix home directory */
113 FileSystem = emul.handler
117 /* Entry for host's unix usr directory */
120 FileSystem = emul.handler
124 /* Additional unix directories can be mounted the same way, ie. with */
125 /* Filesytem set to "emul.handler" and Device encoding volume name */
126 /* and unix path like this: <volumename>:<pathname> */
128 /* Entry for FAT12/16/32 image (ie MSDOS/Win95/98 filesystem) */
131 FileSystem = fat.handler