Home » Archimedes archive » Acorn User » AU 1996-08.adf » Regulars » StarInfo/Boura/Manuals/FindDrives
StarInfo/Boura/Manuals/FindDrives
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1996-08.adf » Regulars |
Filename: | StarInfo/Boura/Manuals/FindDrives |
Read OK: | ✔ |
File size: | 0997 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
FindDrives ========== Filing sytems supported are NetFS (untested), NetPrint (untested), RamFS, CDFS, SCSIFS and ResourceFS. Code has been included for NetFS and NetPrint but I don't have Econet so it has not been tested. Command line options ==================== Command line options are case sensitive. -fs is followed by a space separated list of filing system specifiers that will be merged with the ones built into the program ie 5 8 23 26 37 46.a A filing system specifier has the syntax <file system number>[.<options>] The filing system number is defined by Acorn, PRM 2-19. This is followed optionally by a fullstop '.' and a sequence of hex digits or letters specifying what is to be displayed. For ADFS, RAMFS, SCSIFS and CDFS the following are currently specified; -------------------------------- The first character is for drive 0, the second for drive 1 etc. The default is 3 unless otherwise specified (see -default). The sequence does not have to be complete for all drives, in which case the default will be used for any remaining drives. 1 Include the filing system name, eg "ADFS" 2 Include the media name if available, eg "HardDisc4" instead of the drive number 4 Don't offer access except through CFS 8 Also offer CFS access, but ignored if drive empty Add these numbers together to give combinations. eg Options 1 and 4 together is 5. Upper case hex only please * Use the default for this drive. A drive that does not exist will not be included so use "*" as a place holder. This will cause the default to be used if a drive is later added to the system. If no name is available then an option of 3 will be used. eg 8.01007 means; 8 Filing system number 8 ie ADFS . Start of options 0 Ignore drive 0 even if it exists 1 Show filing system name and drive number * Use the default for drive 2 if it exists 0 Ignore drive 3 3 Show the filing system name and substitute the media name for the drive number if it is available. Any further drives, ie drives 5,6 and 7 in this example, will use the default option (usually 3). For ResourceFS the following are currently specified; -------------- $ Include the root a Include Applications f Include Fonts (only the fonts in the ROM) r Include Resources -default<number> This specifies the default drive options. The default default is 3. -noList Do not use the default list of filing systems at all.
00000000 46 69 6e 64 44 72 69 76 65 73 0a 3d 3d 3d 3d 3d |FindDrives.=====| 00000010 3d 3d 3d 3d 3d 0a 0a 46 69 6c 69 6e 67 20 73 79 |=====..Filing sy| 00000020 74 65 6d 73 20 73 75 70 70 6f 72 74 65 64 20 61 |tems supported a| 00000030 72 65 20 4e 65 74 46 53 20 28 75 6e 74 65 73 74 |re NetFS (untest| 00000040 65 64 29 2c 20 4e 65 74 50 72 69 6e 74 20 28 75 |ed), NetPrint (u| 00000050 6e 74 65 73 74 65 64 29 2c 20 52 61 6d 46 53 2c |ntested), RamFS,| 00000060 0a 43 44 46 53 2c 20 53 43 53 49 46 53 20 61 6e |.CDFS, SCSIFS an| 00000070 64 20 52 65 73 6f 75 72 63 65 46 53 2e 0a 0a 43 |d ResourceFS...C| 00000080 6f 64 65 20 68 61 73 20 62 65 65 6e 20 69 6e 63 |ode has been inc| 00000090 6c 75 64 65 64 20 66 6f 72 20 4e 65 74 46 53 20 |luded for NetFS | 000000a0 61 6e 64 20 4e 65 74 50 72 69 6e 74 20 62 75 74 |and NetPrint but| 000000b0 20 49 20 64 6f 6e 27 74 20 68 61 76 65 20 45 63 | I don't have Ec| 000000c0 6f 6e 65 74 20 73 6f 20 69 74 0a 68 61 73 20 6e |onet so it.has n| 000000d0 6f 74 20 62 65 65 6e 20 74 65 73 74 65 64 2e 0a |ot been tested..| 000000e0 0a 0a 43 6f 6d 6d 61 6e 64 20 6c 69 6e 65 20 6f |..Command line o| 000000f0 70 74 69 6f 6e 73 0a 3d 3d 3d 3d 3d 3d 3d 3d 3d |ptions.=========| 00000100 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 3d 0a 0a 43 6f 6d |===========..Com| 00000110 6d 61 6e 64 20 6c 69 6e 65 20 6f 70 74 69 6f 6e |mand line option| 00000120 73 20 61 72 65 20 63 61 73 65 20 73 65 6e 73 69 |s are case sensi| 00000130 74 69 76 65 2e 0a 0a 2d 66 73 20 69 73 20 66 6f |tive...-fs is fo| 00000140 6c 6c 6f 77 65 64 20 62 79 20 61 20 73 70 61 63 |llowed by a spac| 00000150 65 20 73 65 70 61 72 61 74 65 64 20 6c 69 73 74 |e separated list| 00000160 20 6f 66 20 66 69 6c 69 6e 67 20 73 79 73 74 65 | of filing syste| 00000170 6d 20 73 70 65 63 69 66 69 65 72 73 20 74 68 61 |m specifiers tha| 00000180 74 0a 77 69 6c 6c 20 62 65 20 6d 65 72 67 65 64 |t.will be merged| 00000190 20 77 69 74 68 20 74 68 65 20 6f 6e 65 73 20 62 | with the ones b| 000001a0 75 69 6c 74 20 69 6e 74 6f 20 74 68 65 20 70 72 |uilt into the pr| 000001b0 6f 67 72 61 6d 20 69 65 20 35 20 38 20 32 33 20 |ogram ie 5 8 23 | 000001c0 32 36 20 33 37 20 34 36 2e 61 0a 0a 41 20 66 69 |26 37 46.a..A fi| 000001d0 6c 69 6e 67 20 73 79 73 74 65 6d 20 73 70 65 63 |ling system spec| 000001e0 69 66 69 65 72 20 68 61 73 20 74 68 65 20 73 79 |ifier has the sy| 000001f0 6e 74 61 78 20 3c 66 69 6c 65 20 73 79 73 74 65 |ntax <file syste| 00000200 6d 20 6e 75 6d 62 65 72 3e 5b 2e 3c 6f 70 74 69 |m number>[.<opti| 00000210 6f 6e 73 3e 5d 0a 0a 54 68 65 20 66 69 6c 69 6e |ons>]..The filin| 00000220 67 20 73 79 73 74 65 6d 20 6e 75 6d 62 65 72 20 |g system number | 00000230 69 73 20 64 65 66 69 6e 65 64 20 62 79 20 41 63 |is defined by Ac| 00000240 6f 72 6e 2c 20 50 52 4d 20 32 2d 31 39 2e 0a 0a |orn, PRM 2-19...| 00000250 54 68 69 73 20 69 73 20 66 6f 6c 6c 6f 77 65 64 |This is followed| 00000260 20 6f 70 74 69 6f 6e 61 6c 6c 79 20 62 79 20 61 | optionally by a| 00000270 20 66 75 6c 6c 73 74 6f 70 20 27 2e 27 20 61 6e | fullstop '.' an| 00000280 64 20 61 20 73 65 71 75 65 6e 63 65 20 6f 66 20 |d a sequence of | 00000290 68 65 78 20 64 69 67 69 74 73 0a 6f 72 20 6c 65 |hex digits.or le| 000002a0 74 74 65 72 73 20 73 70 65 63 69 66 79 69 6e 67 |tters specifying| 000002b0 20 77 68 61 74 20 69 73 20 74 6f 20 62 65 20 64 | what is to be d| 000002c0 69 73 70 6c 61 79 65 64 2e 0a 0a 46 6f 72 20 41 |isplayed...For A| 000002d0 44 46 53 2c 20 52 41 4d 46 53 2c 20 53 43 53 49 |DFS, RAMFS, SCSI| 000002e0 46 53 20 61 6e 64 20 43 44 46 53 20 74 68 65 20 |FS and CDFS the | 000002f0 66 6f 6c 6c 6f 77 69 6e 67 20 61 72 65 20 63 75 |following are cu| 00000300 72 72 65 6e 74 6c 79 20 73 70 65 63 69 66 69 65 |rrently specifie| 00000310 64 3b 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |d;.-------------| 00000320 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |----------------| 00000330 2d 2d 2d 0a 54 68 65 20 66 69 72 73 74 20 63 68 |---.The first ch| 00000340 61 72 61 63 74 65 72 20 69 73 20 66 6f 72 20 64 |aracter is for d| 00000350 72 69 76 65 20 30 2c 20 74 68 65 20 73 65 63 6f |rive 0, the seco| 00000360 6e 64 20 66 6f 72 20 64 72 69 76 65 20 31 20 65 |nd for drive 1 e| 00000370 74 63 2e 20 20 54 68 65 20 64 65 66 61 75 6c 74 |tc. The default| 00000380 0a 69 73 20 33 20 75 6e 6c 65 73 73 20 6f 74 68 |.is 3 unless oth| 00000390 65 72 77 69 73 65 20 73 70 65 63 69 66 69 65 64 |erwise specified| 000003a0 20 28 73 65 65 20 2d 64 65 66 61 75 6c 74 29 2e | (see -default).| 000003b0 20 20 54 68 65 20 73 65 71 75 65 6e 63 65 20 64 | The sequence d| 000003c0 6f 65 73 20 6e 6f 74 20 68 61 76 65 0a 74 6f 20 |oes not have.to | 000003d0 62 65 20 63 6f 6d 70 6c 65 74 65 20 66 6f 72 20 |be complete for | 000003e0 61 6c 6c 20 64 72 69 76 65 73 2c 20 69 6e 20 77 |all drives, in w| 000003f0 68 69 63 68 20 63 61 73 65 20 74 68 65 20 64 65 |hich case the de| 00000400 66 61 75 6c 74 20 77 69 6c 6c 20 62 65 20 75 73 |fault will be us| 00000410 65 64 20 66 6f 72 0a 61 6e 79 20 72 65 6d 61 69 |ed for.any remai| 00000420 6e 69 6e 67 20 64 72 69 76 65 73 2e 0a 0a 31 20 |ning drives...1 | 00000430 20 20 49 6e 63 6c 75 64 65 20 74 68 65 20 66 69 | Include the fi| 00000440 6c 69 6e 67 20 73 79 73 74 65 6d 20 6e 61 6d 65 |ling system name| 00000450 2c 20 65 67 20 22 41 44 46 53 22 0a 32 20 20 20 |, eg "ADFS".2 | 00000460 49 6e 63 6c 75 64 65 20 74 68 65 20 6d 65 64 69 |Include the medi| 00000470 61 20 6e 61 6d 65 20 69 66 20 61 76 61 69 6c 61 |a name if availa| 00000480 62 6c 65 2c 20 65 67 20 22 48 61 72 64 44 69 73 |ble, eg "HardDis| 00000490 63 34 22 20 69 6e 73 74 65 61 64 20 6f 66 20 74 |c4" instead of t| 000004a0 68 65 20 64 72 69 76 65 0a 6e 75 6d 62 65 72 0a |he drive.number.| 000004b0 34 20 20 20 44 6f 6e 27 74 20 6f 66 66 65 72 20 |4 Don't offer | 000004c0 61 63 63 65 73 73 20 65 78 63 65 70 74 20 74 68 |access except th| 000004d0 72 6f 75 67 68 20 43 46 53 0a 38 20 20 20 41 6c |rough CFS.8 Al| 000004e0 73 6f 20 6f 66 66 65 72 20 43 46 53 20 61 63 63 |so offer CFS acc| 000004f0 65 73 73 2c 20 62 75 74 20 69 67 6e 6f 72 65 64 |ess, but ignored| 00000500 20 69 66 20 64 72 69 76 65 20 65 6d 70 74 79 0a | if drive empty.| 00000510 41 64 64 20 74 68 65 73 65 20 6e 75 6d 62 65 72 |Add these number| 00000520 73 20 74 6f 67 65 74 68 65 72 20 74 6f 20 67 69 |s together to gi| 00000530 76 65 20 63 6f 6d 62 69 6e 61 74 69 6f 6e 73 2e |ve combinations.| 00000540 0a 65 67 20 4f 70 74 69 6f 6e 73 20 31 20 61 6e |.eg Options 1 an| 00000550 64 20 34 20 74 6f 67 65 74 68 65 72 20 69 73 20 |d 4 together is | 00000560 35 2e 20 20 55 70 70 65 72 20 63 61 73 65 20 68 |5. Upper case h| 00000570 65 78 20 6f 6e 6c 79 20 70 6c 65 61 73 65 0a 2a |ex only please.*| 00000580 20 20 20 55 73 65 20 74 68 65 20 64 65 66 61 75 | Use the defau| 00000590 6c 74 20 66 6f 72 20 74 68 69 73 20 64 72 69 76 |lt for this driv| 000005a0 65 2e 0a 0a 41 20 64 72 69 76 65 20 74 68 61 74 |e...A drive that| 000005b0 20 64 6f 65 73 20 6e 6f 74 20 65 78 69 73 74 20 | does not exist | 000005c0 77 69 6c 6c 20 6e 6f 74 20 62 65 20 69 6e 63 6c |will not be incl| 000005d0 75 64 65 64 20 73 6f 20 75 73 65 20 22 2a 22 20 |uded so use "*" | 000005e0 61 73 20 61 20 70 6c 61 63 65 0a 68 6f 6c 64 65 |as a place.holde| 000005f0 72 2e 20 20 54 68 69 73 20 77 69 6c 6c 20 63 61 |r. This will ca| 00000600 75 73 65 20 74 68 65 20 64 65 66 61 75 6c 74 20 |use the default | 00000610 74 6f 20 62 65 20 75 73 65 64 20 69 66 20 61 20 |to be used if a | 00000620 64 72 69 76 65 20 69 73 20 6c 61 74 65 72 20 61 |drive is later a| 00000630 64 64 65 64 20 74 6f 0a 74 68 65 20 73 79 73 74 |dded to.the syst| 00000640 65 6d 2e 20 20 49 66 20 6e 6f 20 6e 61 6d 65 20 |em. If no name | 00000650 69 73 20 61 76 61 69 6c 61 62 6c 65 20 74 68 65 |is available the| 00000660 6e 20 61 6e 20 6f 70 74 69 6f 6e 20 6f 66 20 33 |n an option of 3| 00000670 20 77 69 6c 6c 20 62 65 20 75 73 65 64 2e 0a 0a | will be used...| 00000680 65 67 20 38 2e 30 31 30 30 37 20 6d 65 61 6e 73 |eg 8.01007 means| 00000690 3b 0a 20 20 20 20 20 20 38 20 46 69 6c 69 6e 67 |;. 8 Filing| 000006a0 20 73 79 73 74 65 6d 20 6e 75 6d 62 65 72 20 38 | system number 8| 000006b0 20 69 65 20 41 44 46 53 0a 20 20 20 20 20 20 2e | ie ADFS. .| 000006c0 20 53 74 61 72 74 20 6f 66 20 6f 70 74 69 6f 6e | Start of option| 000006d0 73 0a 20 20 20 20 20 20 30 20 49 67 6e 6f 72 65 |s. 0 Ignore| 000006e0 20 64 72 69 76 65 20 30 20 65 76 65 6e 20 69 66 | drive 0 even if| 000006f0 20 69 74 20 65 78 69 73 74 73 0a 20 20 20 20 20 | it exists. | 00000700 20 31 20 53 68 6f 77 20 66 69 6c 69 6e 67 20 73 | 1 Show filing s| 00000710 79 73 74 65 6d 20 6e 61 6d 65 20 61 6e 64 20 64 |ystem name and d| 00000720 72 69 76 65 20 6e 75 6d 62 65 72 0a 20 20 20 20 |rive number. | 00000730 20 20 2a 20 55 73 65 20 74 68 65 20 64 65 66 61 | * Use the defa| 00000740 75 6c 74 20 66 6f 72 20 64 72 69 76 65 20 32 20 |ult for drive 2 | 00000750 69 66 20 69 74 20 65 78 69 73 74 73 0a 20 20 20 |if it exists. | 00000760 20 20 20 30 20 49 67 6e 6f 72 65 20 64 72 69 76 | 0 Ignore driv| 00000770 65 20 33 0a 20 20 20 20 20 20 33 20 53 68 6f 77 |e 3. 3 Show| 00000780 20 74 68 65 20 66 69 6c 69 6e 67 20 73 79 73 74 | the filing syst| 00000790 65 6d 20 6e 61 6d 65 20 61 6e 64 20 73 75 62 73 |em name and subs| 000007a0 74 69 74 75 74 65 20 74 68 65 20 6d 65 64 69 61 |titute the media| 000007b0 20 6e 61 6d 65 20 66 6f 72 20 74 68 65 0a 20 20 | name for the. | 000007c0 20 20 20 20 20 20 64 72 69 76 65 20 6e 75 6d 62 | drive numb| 000007d0 65 72 20 69 66 20 69 74 20 69 73 20 61 76 61 69 |er if it is avai| 000007e0 6c 61 62 6c 65 2e 0a 41 6e 79 20 66 75 72 74 68 |lable..Any furth| 000007f0 65 72 20 64 72 69 76 65 73 2c 20 69 65 20 64 72 |er drives, ie dr| 00000800 69 76 65 73 20 35 2c 36 20 61 6e 64 20 37 20 69 |ives 5,6 and 7 i| 00000810 6e 20 74 68 69 73 20 65 78 61 6d 70 6c 65 2c 20 |n this example, | 00000820 77 69 6c 6c 20 75 73 65 20 74 68 65 0a 64 65 66 |will use the.def| 00000830 61 75 6c 74 20 6f 70 74 69 6f 6e 20 28 75 73 75 |ault option (usu| 00000840 61 6c 6c 79 20 33 29 2e 0a 0a 46 6f 72 20 52 65 |ally 3)...For Re| 00000850 73 6f 75 72 63 65 46 53 20 74 68 65 20 66 6f 6c |sourceFS the fol| 00000860 6c 6f 77 69 6e 67 20 61 72 65 20 63 75 72 72 65 |lowing are curre| 00000870 6e 74 6c 79 20 73 70 65 63 69 66 69 65 64 3b 0a |ntly specified;.| 00000880 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 24 |--------------.$| 00000890 20 20 20 49 6e 63 6c 75 64 65 20 74 68 65 20 72 | Include the r| 000008a0 6f 6f 74 0a 61 20 20 20 49 6e 63 6c 75 64 65 20 |oot.a Include | 000008b0 41 70 70 6c 69 63 61 74 69 6f 6e 73 0a 66 20 20 |Applications.f | 000008c0 20 49 6e 63 6c 75 64 65 20 46 6f 6e 74 73 20 28 | Include Fonts (| 000008d0 6f 6e 6c 79 20 74 68 65 20 66 6f 6e 74 73 20 69 |only the fonts i| 000008e0 6e 20 74 68 65 20 52 4f 4d 29 0a 72 20 20 20 49 |n the ROM).r I| 000008f0 6e 63 6c 75 64 65 20 52 65 73 6f 75 72 63 65 73 |nclude Resources| 00000900 0a 0a 0a 2d 64 65 66 61 75 6c 74 3c 6e 75 6d 62 |...-default<numb| 00000910 65 72 3e 0a 54 68 69 73 20 73 70 65 63 69 66 69 |er>.This specifi| 00000920 65 73 20 74 68 65 20 64 65 66 61 75 6c 74 20 64 |es the default d| 00000930 72 69 76 65 20 6f 70 74 69 6f 6e 73 2e 20 20 54 |rive options. T| 00000940 68 65 20 64 65 66 61 75 6c 74 20 64 65 66 61 75 |he default defau| 00000950 6c 74 20 69 73 20 33 2e 0a 0a 2d 6e 6f 4c 69 73 |lt is 3...-noLis| 00000960 74 0a 44 6f 20 6e 6f 74 20 75 73 65 20 74 68 65 |t.Do not use the| 00000970 20 64 65 66 61 75 6c 74 20 6c 69 73 74 20 6f 66 | default list of| 00000980 20 66 69 6c 69 6e 67 20 73 79 73 74 65 6d 73 20 | filing systems | 00000990 61 74 20 61 6c 6c 2e |at all.| 00000997