Home » Archimedes archive » Acorn User » AU 1996-03 B.adf » Features » Fsck_130/elim_help
Fsck_130/elim_help
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-03 B.adf » Features |
Filename: | Fsck_130/elim_help |
Read OK: | ✔ |
File size: | 10AB bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
eliminate (1.20) - file eliminator! NOTE: this program is SHAREWARE. Read the !SHAREWARE file for more info. eliminate is a disc utility that eliminates a file from the directory but not from the disc map. This means that the disc space used by the file is lost (you should recover it using fsck). eliminate can effectively be useful only to remove the files that cannot be deleted in the usual way by RISC OS (for example a broken directory). Index ----- - Usage - Why you could need eliminate - Extra features - Disclaimer - History - Credits - Conditions of use - Contacting the Author Usage ----- eliminate filename Why you could need eliminate ---------------------------- eliminate is one of the programs that you generally don't need to use but that sometimes can be very helpful. I think that the only use of eliminate is to delete a broken directory or a non-mapped file that cannot be removed by RISC OS. After the file or directory has been removed you should run fsck so that the disc space that was used by it will be relinked in a file. You can finally remove that file and gain some free space (and finally have a good map, too!). Generally, all the files that were stored in a broken directory will be relinked by fsck too but you will not be able to have their original names and informations back. Anyway, new versions of fsck (from 1.20 onward) should be able to restore all the subdirectories and their content. While fsck scans the directory tree, it will tell if there is some file to eliminate. If you find another use for eliminate I will be really pleased to hear from you. Extra features -------------- Registered versions will support 'big' discs (ie discs larger than 512Mb supported by the new FileCore module for RISC OS 3.60 or later) while the unregistered version will refuse to work on them. No special features code is currently recognised. Disclaimer ---------- eliminate is a very dangerous program (since it removes files, corrupts the map and, obviously, writes to your disc). If you remove an important file and (for some obscure reason) fsck will not recover its content, I am sorry for you but I can't do nothing more since you are the only responsible for what you made! Actually eliminate is less dangerous than a common 'delete' because if you eliminate a files, the informations to retrieve it are still stored in the map and fsck should be able to give you the file back (but you will never recover its original name); on the other hand a delete will not 'corrupt' the map while eliminate will make it inconsistent. Summing up: it's not wise to play with eliminate if you have no real reasons to use it. History ------- 1.00 -- 13 Apr 94 First working version. Tried only on floppies... 1.01 -- 11 May 94 Some test was done on HardDiscs (all successful). Updated to match the changes in the common sources with fsck. 1.02 -- ?? Jun 94 Auto-dismount the disc after the file has been eliminated. 1.10 -- 11 Oct 94 Completely rewritten in order to keep it up-to-date with the new versions of fsck. This caused a big size reduction (since most of the code included in the old one was used only by fsck!). Some more check and meaningful messages added. 1.11 -- 05 Feb 95 Nothing really new, just linked with a more stable library (see fsck). 1.12 -- 12 Jun 95 Minor internal reorganisation. 1.20 -- 03 Jan 96 Added code-based user registration. Added support for 'big' discs (registered version only). Improved error message when the user tries to eliminate the root directory (ie suggests to use 'hardfix'). Credits ------- I'd like to thank the following people who contibuted in some way to the development of eliminate (in alphabetical order): - Keith Bailey who was the first who tried eliminate (successfully!) on his HardDisc. Conditions of use ----------------- eliminate can only be distributed with the complete fsck suite. Read the !SHAREWARE file for the conditions of use and distribution of the whole package. Contacting the Author --------------------- Post: Sergio Monesi Via Trento e Trieste 30 20046 Biassono (MI) Italy EMail: pel0015@cdc8g5.cdc.polimi.it sergio@freebsd.first.gmd.de WWW: http://cdc8g5.cdc.polimi.it/~pel0015/
00000000 65 6c 69 6d 69 6e 61 74 65 20 28 31 2e 32 30 29 |eliminate (1.20)| 00000010 20 2d 20 66 69 6c 65 20 65 6c 69 6d 69 6e 61 74 | - file eliminat| 00000020 6f 72 21 0a 0a 4e 4f 54 45 3a 20 74 68 69 73 20 |or!..NOTE: this | 00000030 70 72 6f 67 72 61 6d 20 69 73 20 53 48 41 52 45 |program is SHARE| 00000040 57 41 52 45 2e 20 52 65 61 64 20 74 68 65 20 21 |WARE. Read the !| 00000050 53 48 41 52 45 57 41 52 45 20 66 69 6c 65 20 66 |SHAREWARE file f| 00000060 6f 72 20 6d 6f 72 65 20 69 6e 66 6f 2e 0a 0a 65 |or more info...e| 00000070 6c 69 6d 69 6e 61 74 65 20 69 73 20 61 20 64 69 |liminate is a di| 00000080 73 63 20 75 74 69 6c 69 74 79 20 74 68 61 74 20 |sc utility that | 00000090 65 6c 69 6d 69 6e 61 74 65 73 20 61 20 66 69 6c |eliminates a fil| 000000a0 65 20 66 72 6f 6d 20 74 68 65 20 64 69 72 65 63 |e from the direc| 000000b0 74 6f 72 79 20 62 75 74 20 6e 6f 74 0a 66 72 6f |tory but not.fro| 000000c0 6d 20 74 68 65 20 64 69 73 63 20 6d 61 70 2e 20 |m the disc map. | 000000d0 54 68 69 73 20 6d 65 61 6e 73 20 74 68 61 74 20 |This means that | 000000e0 74 68 65 20 64 69 73 63 20 73 70 61 63 65 20 75 |the disc space u| 000000f0 73 65 64 20 62 79 20 74 68 65 20 66 69 6c 65 20 |sed by the file | 00000100 69 73 20 6c 6f 73 74 0a 28 79 6f 75 20 73 68 6f |is lost.(you sho| 00000110 75 6c 64 20 72 65 63 6f 76 65 72 20 69 74 20 75 |uld recover it u| 00000120 73 69 6e 67 20 66 73 63 6b 29 2e 20 65 6c 69 6d |sing fsck). elim| 00000130 69 6e 61 74 65 20 63 61 6e 20 65 66 66 65 63 74 |inate can effect| 00000140 69 76 65 6c 79 20 62 65 20 75 73 65 66 75 6c 20 |ively be useful | 00000150 6f 6e 6c 79 0a 74 6f 20 72 65 6d 6f 76 65 20 74 |only.to remove t| 00000160 68 65 20 66 69 6c 65 73 20 74 68 61 74 20 63 61 |he files that ca| 00000170 6e 6e 6f 74 20 62 65 20 64 65 6c 65 74 65 64 20 |nnot be deleted | 00000180 69 6e 20 74 68 65 20 75 73 75 61 6c 20 77 61 79 |in the usual way| 00000190 20 62 79 20 52 49 53 43 20 4f 53 20 28 66 6f 72 | by RISC OS (for| 000001a0 0a 65 78 61 6d 70 6c 65 20 61 20 62 72 6f 6b 65 |.example a broke| 000001b0 6e 20 64 69 72 65 63 74 6f 72 79 29 2e 0a 0a 0a |n directory)....| 000001c0 49 6e 64 65 78 0a 2d 2d 2d 2d 2d 0a 0a 2d 20 55 |Index.-----..- U| 000001d0 73 61 67 65 0a 2d 20 57 68 79 20 79 6f 75 20 63 |sage.- Why you c| 000001e0 6f 75 6c 64 20 6e 65 65 64 20 65 6c 69 6d 69 6e |ould need elimin| 000001f0 61 74 65 0a 2d 20 45 78 74 72 61 20 66 65 61 74 |ate.- Extra feat| 00000200 75 72 65 73 0a 2d 20 44 69 73 63 6c 61 69 6d 65 |ures.- Disclaime| 00000210 72 0a 2d 20 48 69 73 74 6f 72 79 0a 2d 20 43 72 |r.- History.- Cr| 00000220 65 64 69 74 73 0a 2d 20 43 6f 6e 64 69 74 69 6f |edits.- Conditio| 00000230 6e 73 20 6f 66 20 75 73 65 0a 2d 20 43 6f 6e 74 |ns of use.- Cont| 00000240 61 63 74 69 6e 67 20 74 68 65 20 41 75 74 68 6f |acting the Autho| 00000250 72 0a 0a 0a 55 73 61 67 65 0a 2d 2d 2d 2d 2d 0a |r...Usage.-----.| 00000260 0a 65 6c 69 6d 69 6e 61 74 65 20 66 69 6c 65 6e |.eliminate filen| 00000270 61 6d 65 0a 0a 0a 57 68 79 20 79 6f 75 20 63 6f |ame...Why you co| 00000280 75 6c 64 20 6e 65 65 64 20 65 6c 69 6d 69 6e 61 |uld need elimina| 00000290 74 65 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |te.-------------| 000002a0 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a |---------------.| 000002b0 0a 65 6c 69 6d 69 6e 61 74 65 20 69 73 20 6f 6e |.eliminate is on| 000002c0 65 20 6f 66 20 74 68 65 20 70 72 6f 67 72 61 6d |e of the program| 000002d0 73 20 74 68 61 74 20 79 6f 75 20 67 65 6e 65 72 |s that you gener| 000002e0 61 6c 6c 79 20 64 6f 6e 27 74 20 6e 65 65 64 20 |ally don't need | 000002f0 74 6f 20 75 73 65 20 62 75 74 20 74 68 61 74 0a |to use but that.| 00000300 73 6f 6d 65 74 69 6d 65 73 20 63 61 6e 20 62 65 |sometimes can be| 00000310 20 76 65 72 79 20 68 65 6c 70 66 75 6c 2e 20 49 | very helpful. I| 00000320 20 74 68 69 6e 6b 20 74 68 61 74 20 74 68 65 20 | think that the | 00000330 6f 6e 6c 79 20 75 73 65 20 6f 66 20 65 6c 69 6d |only use of elim| 00000340 69 6e 61 74 65 20 69 73 20 74 6f 0a 64 65 6c 65 |inate is to.dele| 00000350 74 65 20 61 20 62 72 6f 6b 65 6e 20 64 69 72 65 |te a broken dire| 00000360 63 74 6f 72 79 20 6f 72 20 61 20 6e 6f 6e 2d 6d |ctory or a non-m| 00000370 61 70 70 65 64 20 66 69 6c 65 20 74 68 61 74 20 |apped file that | 00000380 63 61 6e 6e 6f 74 20 62 65 20 72 65 6d 6f 76 65 |cannot be remove| 00000390 64 20 62 79 20 52 49 53 43 0a 4f 53 2e 20 41 66 |d by RISC.OS. Af| 000003a0 74 65 72 20 74 68 65 20 66 69 6c 65 20 6f 72 20 |ter the file or | 000003b0 64 69 72 65 63 74 6f 72 79 20 68 61 73 20 62 65 |directory has be| 000003c0 65 6e 20 72 65 6d 6f 76 65 64 20 79 6f 75 20 73 |en removed you s| 000003d0 68 6f 75 6c 64 20 72 75 6e 20 66 73 63 6b 20 73 |hould run fsck s| 000003e0 6f 20 74 68 61 74 0a 74 68 65 20 64 69 73 63 20 |o that.the disc | 000003f0 73 70 61 63 65 20 74 68 61 74 20 77 61 73 20 75 |space that was u| 00000400 73 65 64 20 62 79 20 69 74 20 77 69 6c 6c 20 62 |sed by it will b| 00000410 65 20 72 65 6c 69 6e 6b 65 64 20 69 6e 20 61 20 |e relinked in a | 00000420 66 69 6c 65 2e 20 59 6f 75 20 63 61 6e 0a 66 69 |file. You can.fi| 00000430 6e 61 6c 6c 79 20 72 65 6d 6f 76 65 20 74 68 61 |nally remove tha| 00000440 74 20 66 69 6c 65 20 61 6e 64 20 67 61 69 6e 20 |t file and gain | 00000450 73 6f 6d 65 20 66 72 65 65 20 73 70 61 63 65 20 |some free space | 00000460 28 61 6e 64 20 66 69 6e 61 6c 6c 79 20 68 61 76 |(and finally hav| 00000470 65 20 61 20 67 6f 6f 64 0a 6d 61 70 2c 20 74 6f |e a good.map, to| 00000480 6f 21 29 2e 20 47 65 6e 65 72 61 6c 6c 79 2c 20 |o!). Generally, | 00000490 61 6c 6c 20 74 68 65 20 66 69 6c 65 73 20 74 68 |all the files th| 000004a0 61 74 20 77 65 72 65 20 73 74 6f 72 65 64 20 69 |at were stored i| 000004b0 6e 20 61 20 62 72 6f 6b 65 6e 20 64 69 72 65 63 |n a broken direc| 000004c0 74 6f 72 79 0a 77 69 6c 6c 20 62 65 20 72 65 6c |tory.will be rel| 000004d0 69 6e 6b 65 64 20 62 79 20 66 73 63 6b 20 74 6f |inked by fsck to| 000004e0 6f 20 62 75 74 20 79 6f 75 20 77 69 6c 6c 20 6e |o but you will n| 000004f0 6f 74 20 62 65 20 61 62 6c 65 20 74 6f 20 68 61 |ot be able to ha| 00000500 76 65 20 74 68 65 69 72 20 6f 72 69 67 69 6e 61 |ve their origina| 00000510 6c 0a 6e 61 6d 65 73 20 61 6e 64 20 69 6e 66 6f |l.names and info| 00000520 72 6d 61 74 69 6f 6e 73 20 62 61 63 6b 2e 20 41 |rmations back. A| 00000530 6e 79 77 61 79 2c 20 6e 65 77 20 76 65 72 73 69 |nyway, new versi| 00000540 6f 6e 73 20 6f 66 20 66 73 63 6b 20 28 66 72 6f |ons of fsck (fro| 00000550 6d 20 31 2e 32 30 20 6f 6e 77 61 72 64 29 0a 73 |m 1.20 onward).s| 00000560 68 6f 75 6c 64 20 62 65 20 61 62 6c 65 20 74 6f |hould be able to| 00000570 20 72 65 73 74 6f 72 65 20 61 6c 6c 20 74 68 65 | restore all the| 00000580 20 73 75 62 64 69 72 65 63 74 6f 72 69 65 73 20 | subdirectories | 00000590 61 6e 64 20 74 68 65 69 72 20 63 6f 6e 74 65 6e |and their conten| 000005a0 74 2e 0a 57 68 69 6c 65 20 66 73 63 6b 20 73 63 |t..While fsck sc| 000005b0 61 6e 73 20 74 68 65 20 64 69 72 65 63 74 6f 72 |ans the director| 000005c0 79 20 74 72 65 65 2c 20 69 74 20 77 69 6c 6c 20 |y tree, it will | 000005d0 74 65 6c 6c 20 69 66 20 74 68 65 72 65 20 69 73 |tell if there is| 000005e0 20 73 6f 6d 65 20 66 69 6c 65 20 74 6f 0a 65 6c | some file to.el| 000005f0 69 6d 69 6e 61 74 65 2e 0a 0a 49 66 20 79 6f 75 |iminate...If you| 00000600 20 66 69 6e 64 20 61 6e 6f 74 68 65 72 20 75 73 | find another us| 00000610 65 20 66 6f 72 20 65 6c 69 6d 69 6e 61 74 65 20 |e for eliminate | 00000620 49 20 77 69 6c 6c 20 62 65 20 72 65 61 6c 6c 79 |I will be really| 00000630 20 70 6c 65 61 73 65 64 20 74 6f 20 68 65 61 72 | pleased to hear| 00000640 20 66 72 6f 6d 0a 79 6f 75 2e 0a 0a 0a 45 78 74 | from.you....Ext| 00000650 72 61 20 66 65 61 74 75 72 65 73 0a 2d 2d 2d 2d |ra features.----| 00000660 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 52 65 67 69 |----------..Regi| 00000670 73 74 65 72 65 64 20 76 65 72 73 69 6f 6e 73 20 |stered versions | 00000680 77 69 6c 6c 20 73 75 70 70 6f 72 74 20 27 62 69 |will support 'bi| 00000690 67 27 20 64 69 73 63 73 20 28 69 65 20 64 69 73 |g' discs (ie dis| 000006a0 63 73 20 6c 61 72 67 65 72 20 74 68 61 6e 20 35 |cs larger than 5| 000006b0 31 32 4d 62 0a 73 75 70 70 6f 72 74 65 64 20 62 |12Mb.supported b| 000006c0 79 20 74 68 65 20 6e 65 77 20 46 69 6c 65 43 6f |y the new FileCo| 000006d0 72 65 20 6d 6f 64 75 6c 65 20 66 6f 72 20 52 49 |re module for RI| 000006e0 53 43 20 4f 53 20 33 2e 36 30 20 6f 72 20 6c 61 |SC OS 3.60 or la| 000006f0 74 65 72 29 20 77 68 69 6c 65 20 74 68 65 0a 75 |ter) while the.u| 00000700 6e 72 65 67 69 73 74 65 72 65 64 20 76 65 72 73 |nregistered vers| 00000710 69 6f 6e 20 77 69 6c 6c 20 72 65 66 75 73 65 20 |ion will refuse | 00000720 74 6f 20 77 6f 72 6b 20 6f 6e 20 74 68 65 6d 2e |to work on them.| 00000730 0a 0a 4e 6f 20 73 70 65 63 69 61 6c 20 66 65 61 |..No special fea| 00000740 74 75 72 65 73 20 63 6f 64 65 20 69 73 20 63 75 |tures code is cu| 00000750 72 72 65 6e 74 6c 79 20 72 65 63 6f 67 6e 69 73 |rrently recognis| 00000760 65 64 2e 0a 0a 0a 44 69 73 63 6c 61 69 6d 65 72 |ed....Disclaimer| 00000770 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a 65 6c 69 |.----------..eli| 00000780 6d 69 6e 61 74 65 20 69 73 20 61 20 76 65 72 79 |minate is a very| 00000790 20 64 61 6e 67 65 72 6f 75 73 20 70 72 6f 67 72 | dangerous progr| 000007a0 61 6d 20 28 73 69 6e 63 65 20 69 74 20 72 65 6d |am (since it rem| 000007b0 6f 76 65 73 20 66 69 6c 65 73 2c 20 63 6f 72 72 |oves files, corr| 000007c0 75 70 74 73 20 74 68 65 0a 6d 61 70 20 61 6e 64 |upts the.map and| 000007d0 2c 20 6f 62 76 69 6f 75 73 6c 79 2c 20 77 72 69 |, obviously, wri| 000007e0 74 65 73 20 74 6f 20 79 6f 75 72 20 64 69 73 63 |tes to your disc| 000007f0 29 2e 20 49 66 20 79 6f 75 20 72 65 6d 6f 76 65 |). If you remove| 00000800 20 61 6e 20 69 6d 70 6f 72 74 61 6e 74 20 66 69 | an important fi| 00000810 6c 65 20 61 6e 64 0a 28 66 6f 72 20 73 6f 6d 65 |le and.(for some| 00000820 20 6f 62 73 63 75 72 65 20 72 65 61 73 6f 6e 29 | obscure reason)| 00000830 20 66 73 63 6b 20 77 69 6c 6c 20 6e 6f 74 20 72 | fsck will not r| 00000840 65 63 6f 76 65 72 20 69 74 73 20 63 6f 6e 74 65 |ecover its conte| 00000850 6e 74 2c 20 49 20 61 6d 20 73 6f 72 72 79 20 66 |nt, I am sorry f| 00000860 6f 72 0a 79 6f 75 20 62 75 74 20 49 20 63 61 6e |or.you but I can| 00000870 27 74 20 64 6f 20 6e 6f 74 68 69 6e 67 20 6d 6f |'t do nothing mo| 00000880 72 65 20 73 69 6e 63 65 20 79 6f 75 20 61 72 65 |re since you are| 00000890 20 74 68 65 20 6f 6e 6c 79 20 72 65 73 70 6f 6e | the only respon| 000008a0 73 69 62 6c 65 20 66 6f 72 20 77 68 61 74 0a 79 |sible for what.y| 000008b0 6f 75 20 6d 61 64 65 21 0a 41 63 74 75 61 6c 6c |ou made!.Actuall| 000008c0 79 20 65 6c 69 6d 69 6e 61 74 65 20 69 73 20 6c |y eliminate is l| 000008d0 65 73 73 20 64 61 6e 67 65 72 6f 75 73 20 74 68 |ess dangerous th| 000008e0 61 6e 20 61 20 63 6f 6d 6d 6f 6e 20 27 64 65 6c |an a common 'del| 000008f0 65 74 65 27 20 62 65 63 61 75 73 65 20 69 66 20 |ete' because if | 00000900 79 6f 75 0a 65 6c 69 6d 69 6e 61 74 65 20 61 20 |you.eliminate a | 00000910 66 69 6c 65 73 2c 20 74 68 65 20 69 6e 66 6f 72 |files, the infor| 00000920 6d 61 74 69 6f 6e 73 20 74 6f 20 72 65 74 72 69 |mations to retri| 00000930 65 76 65 20 69 74 20 61 72 65 20 73 74 69 6c 6c |eve it are still| 00000940 20 73 74 6f 72 65 64 20 69 6e 20 74 68 65 0a 6d | stored in the.m| 00000950 61 70 20 61 6e 64 20 66 73 63 6b 20 73 68 6f 75 |ap and fsck shou| 00000960 6c 64 20 62 65 20 61 62 6c 65 20 74 6f 20 67 69 |ld be able to gi| 00000970 76 65 20 79 6f 75 20 74 68 65 20 66 69 6c 65 20 |ve you the file | 00000980 62 61 63 6b 20 28 62 75 74 20 79 6f 75 20 77 69 |back (but you wi| 00000990 6c 6c 20 6e 65 76 65 72 0a 72 65 63 6f 76 65 72 |ll never.recover| 000009a0 20 69 74 73 20 6f 72 69 67 69 6e 61 6c 20 6e 61 | its original na| 000009b0 6d 65 29 3b 20 6f 6e 20 74 68 65 20 6f 74 68 65 |me); on the othe| 000009c0 72 20 68 61 6e 64 20 61 20 64 65 6c 65 74 65 20 |r hand a delete | 000009d0 77 69 6c 6c 20 6e 6f 74 20 27 63 6f 72 72 75 70 |will not 'corrup| 000009e0 74 27 0a 74 68 65 20 6d 61 70 20 77 68 69 6c 65 |t'.the map while| 000009f0 20 65 6c 69 6d 69 6e 61 74 65 20 77 69 6c 6c 20 | eliminate will | 00000a00 6d 61 6b 65 20 69 74 20 69 6e 63 6f 6e 73 69 73 |make it inconsis| 00000a10 74 65 6e 74 2e 0a 0a 53 75 6d 6d 69 6e 67 20 75 |tent...Summing u| 00000a20 70 3a 20 69 74 27 73 20 6e 6f 74 20 77 69 73 65 |p: it's not wise| 00000a30 20 74 6f 20 70 6c 61 79 20 77 69 74 68 20 65 6c | to play with el| 00000a40 69 6d 69 6e 61 74 65 20 69 66 20 79 6f 75 20 68 |iminate if you h| 00000a50 61 76 65 20 6e 6f 20 72 65 61 6c 20 72 65 61 73 |ave no real reas| 00000a60 6f 6e 73 0a 74 6f 20 75 73 65 20 69 74 2e 0a 0a |ons.to use it...| 00000a70 0a 48 69 73 74 6f 72 79 0a 2d 2d 2d 2d 2d 2d 2d |.History.-------| 00000a80 0a 0a 31 2e 30 30 20 20 2d 2d 20 31 33 20 41 70 |..1.00 -- 13 Ap| 00000a90 72 20 39 34 0a 46 69 72 73 74 20 77 6f 72 6b 69 |r 94.First worki| 00000aa0 6e 67 20 76 65 72 73 69 6f 6e 2e 20 54 72 69 65 |ng version. Trie| 00000ab0 64 20 6f 6e 6c 79 20 6f 6e 20 66 6c 6f 70 70 69 |d only on floppi| 00000ac0 65 73 2e 2e 2e 0a 0a 31 2e 30 31 20 20 2d 2d 20 |es.....1.01 -- | 00000ad0 31 31 20 4d 61 79 20 39 34 0a 53 6f 6d 65 20 74 |11 May 94.Some t| 00000ae0 65 73 74 20 77 61 73 20 64 6f 6e 65 20 6f 6e 20 |est was done on | 00000af0 48 61 72 64 44 69 73 63 73 20 28 61 6c 6c 20 73 |HardDiscs (all s| 00000b00 75 63 63 65 73 73 66 75 6c 29 2e 20 55 70 64 61 |uccessful). Upda| 00000b10 74 65 64 20 74 6f 20 6d 61 74 63 68 20 74 68 65 |ted to match the| 00000b20 0a 63 68 61 6e 67 65 73 20 69 6e 20 74 68 65 20 |.changes in the | 00000b30 63 6f 6d 6d 6f 6e 20 73 6f 75 72 63 65 73 20 77 |common sources w| 00000b40 69 74 68 20 66 73 63 6b 2e 0a 0a 31 2e 30 32 20 |ith fsck...1.02 | 00000b50 20 2d 2d 20 3f 3f 20 4a 75 6e 20 39 34 0a 41 75 | -- ?? Jun 94.Au| 00000b60 74 6f 2d 64 69 73 6d 6f 75 6e 74 20 74 68 65 20 |to-dismount the | 00000b70 64 69 73 63 20 61 66 74 65 72 20 74 68 65 20 66 |disc after the f| 00000b80 69 6c 65 20 68 61 73 20 62 65 65 6e 20 65 6c 69 |ile has been eli| 00000b90 6d 69 6e 61 74 65 64 2e 0a 0a 31 2e 31 30 20 20 |minated...1.10 | 00000ba0 2d 2d 20 31 31 20 4f 63 74 20 39 34 0a 43 6f 6d |-- 11 Oct 94.Com| 00000bb0 70 6c 65 74 65 6c 79 20 72 65 77 72 69 74 74 65 |pletely rewritte| 00000bc0 6e 20 69 6e 20 6f 72 64 65 72 20 74 6f 20 6b 65 |n in order to ke| 00000bd0 65 70 20 69 74 20 75 70 2d 74 6f 2d 64 61 74 65 |ep it up-to-date| 00000be0 20 77 69 74 68 20 74 68 65 20 6e 65 77 0a 76 65 | with the new.ve| 00000bf0 72 73 69 6f 6e 73 20 6f 66 20 66 73 63 6b 2e 20 |rsions of fsck. | 00000c00 54 68 69 73 20 63 61 75 73 65 64 20 61 20 62 69 |This caused a bi| 00000c10 67 20 73 69 7a 65 20 72 65 64 75 63 74 69 6f 6e |g size reduction| 00000c20 20 28 73 69 6e 63 65 20 6d 6f 73 74 20 6f 66 0a | (since most of.| 00000c30 74 68 65 20 63 6f 64 65 20 69 6e 63 6c 75 64 65 |the code include| 00000c40 64 20 69 6e 20 74 68 65 20 6f 6c 64 20 6f 6e 65 |d in the old one| 00000c50 20 77 61 73 20 75 73 65 64 20 6f 6e 6c 79 20 62 | was used only b| 00000c60 79 20 66 73 63 6b 21 29 2e 20 53 6f 6d 65 20 6d |y fsck!). Some m| 00000c70 6f 72 65 0a 63 68 65 63 6b 20 61 6e 64 20 6d 65 |ore.check and me| 00000c80 61 6e 69 6e 67 66 75 6c 20 6d 65 73 73 61 67 65 |aningful message| 00000c90 73 20 61 64 64 65 64 2e 0a 0a 31 2e 31 31 20 20 |s added...1.11 | 00000ca0 2d 2d 20 30 35 20 46 65 62 20 39 35 0a 4e 6f 74 |-- 05 Feb 95.Not| 00000cb0 68 69 6e 67 20 72 65 61 6c 6c 79 20 6e 65 77 2c |hing really new,| 00000cc0 20 6a 75 73 74 20 6c 69 6e 6b 65 64 20 77 69 74 | just linked wit| 00000cd0 68 20 61 20 6d 6f 72 65 20 73 74 61 62 6c 65 20 |h a more stable | 00000ce0 6c 69 62 72 61 72 79 20 28 73 65 65 20 66 73 63 |library (see fsc| 00000cf0 6b 29 2e 0a 0a 31 2e 31 32 20 20 2d 2d 20 31 32 |k)...1.12 -- 12| 00000d00 20 4a 75 6e 20 39 35 0a 4d 69 6e 6f 72 20 69 6e | Jun 95.Minor in| 00000d10 74 65 72 6e 61 6c 20 72 65 6f 72 67 61 6e 69 73 |ternal reorganis| 00000d20 61 74 69 6f 6e 2e 0a 0a 31 2e 32 30 20 20 2d 2d |ation...1.20 --| 00000d30 20 30 33 20 4a 61 6e 20 39 36 0a 41 64 64 65 64 | 03 Jan 96.Added| 00000d40 20 63 6f 64 65 2d 62 61 73 65 64 20 75 73 65 72 | code-based user| 00000d50 20 72 65 67 69 73 74 72 61 74 69 6f 6e 2e 20 41 | registration. A| 00000d60 64 64 65 64 20 73 75 70 70 6f 72 74 20 66 6f 72 |dded support for| 00000d70 20 27 62 69 67 27 20 64 69 73 63 73 20 28 72 65 | 'big' discs (re| 00000d80 67 69 73 74 65 72 65 64 0a 76 65 72 73 69 6f 6e |gistered.version| 00000d90 20 6f 6e 6c 79 29 2e 20 49 6d 70 72 6f 76 65 64 | only). Improved| 00000da0 20 65 72 72 6f 72 20 6d 65 73 73 61 67 65 20 77 | error message w| 00000db0 68 65 6e 20 74 68 65 20 75 73 65 72 20 74 72 69 |hen the user tri| 00000dc0 65 73 20 74 6f 20 65 6c 69 6d 69 6e 61 74 65 20 |es to eliminate | 00000dd0 74 68 65 0a 72 6f 6f 74 20 64 69 72 65 63 74 6f |the.root directo| 00000de0 72 79 20 28 69 65 20 73 75 67 67 65 73 74 73 20 |ry (ie suggests | 00000df0 74 6f 20 75 73 65 20 27 68 61 72 64 66 69 78 27 |to use 'hardfix'| 00000e00 29 2e 0a 0a 0a 43 72 65 64 69 74 73 0a 2d 2d 2d |)....Credits.---| 00000e10 2d 2d 2d 2d 0a 0a 49 27 64 20 6c 69 6b 65 20 74 |----..I'd like t| 00000e20 6f 20 74 68 61 6e 6b 20 74 68 65 20 66 6f 6c 6c |o thank the foll| 00000e30 6f 77 69 6e 67 20 70 65 6f 70 6c 65 20 77 68 6f |owing people who| 00000e40 20 63 6f 6e 74 69 62 75 74 65 64 20 69 6e 20 73 | contibuted in s| 00000e50 6f 6d 65 20 77 61 79 20 74 6f 20 74 68 65 0a 64 |ome way to the.d| 00000e60 65 76 65 6c 6f 70 6d 65 6e 74 20 6f 66 20 65 6c |evelopment of el| 00000e70 69 6d 69 6e 61 74 65 20 28 69 6e 20 61 6c 70 68 |iminate (in alph| 00000e80 61 62 65 74 69 63 61 6c 20 6f 72 64 65 72 29 3a |abetical order):| 00000e90 0a 2d 20 4b 65 69 74 68 20 42 61 69 6c 65 79 20 |.- Keith Bailey | 00000ea0 77 68 6f 20 77 61 73 20 74 68 65 20 66 69 72 73 |who was the firs| 00000eb0 74 20 77 68 6f 20 74 72 69 65 64 20 65 6c 69 6d |t who tried elim| 00000ec0 69 6e 61 74 65 20 28 73 75 63 63 65 73 73 66 75 |inate (successfu| 00000ed0 6c 6c 79 21 29 20 6f 6e 0a 20 20 68 69 73 20 48 |lly!) on. his H| 00000ee0 61 72 64 44 69 73 63 2e 0a 0a 0a 43 6f 6e 64 69 |ardDisc....Condi| 00000ef0 74 69 6f 6e 73 20 6f 66 20 75 73 65 0a 2d 2d 2d |tions of use.---| 00000f00 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 0a 0a |--------------..| 00000f10 65 6c 69 6d 69 6e 61 74 65 20 63 61 6e 20 6f 6e |eliminate can on| 00000f20 6c 79 20 62 65 20 64 69 73 74 72 69 62 75 74 65 |ly be distribute| 00000f30 64 20 77 69 74 68 20 74 68 65 20 63 6f 6d 70 6c |d with the compl| 00000f40 65 74 65 20 66 73 63 6b 20 73 75 69 74 65 2e 0a |ete fsck suite..| 00000f50 52 65 61 64 20 74 68 65 20 21 53 48 41 52 45 57 |Read the !SHAREW| 00000f60 41 52 45 20 66 69 6c 65 20 66 6f 72 20 74 68 65 |ARE file for the| 00000f70 20 63 6f 6e 64 69 74 69 6f 6e 73 20 6f 66 20 75 | conditions of u| 00000f80 73 65 20 61 6e 64 20 64 69 73 74 72 69 62 75 74 |se and distribut| 00000f90 69 6f 6e 20 6f 66 20 74 68 65 0a 77 68 6f 6c 65 |ion of the.whole| 00000fa0 20 70 61 63 6b 61 67 65 2e 0a 0a 0a 43 6f 6e 74 | package....Cont| 00000fb0 61 63 74 69 6e 67 20 74 68 65 20 41 75 74 68 6f |acting the Autho| 00000fc0 72 0a 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d |r.--------------| 00000fd0 2d 2d 2d 2d 2d 2d 2d 0a 0a 50 6f 73 74 3a 20 20 |-------..Post: | 00000fe0 53 65 72 67 69 6f 20 4d 6f 6e 65 73 69 0a 20 20 |Sergio Monesi. | 00000ff0 20 20 20 20 20 56 69 61 20 54 72 65 6e 74 6f 20 | Via Trento | 00001000 65 20 54 72 69 65 73 74 65 20 33 30 0a 20 20 20 |e Trieste 30. | 00001010 20 20 20 20 32 30 30 34 36 20 42 69 61 73 73 6f | 20046 Biasso| 00001020 6e 6f 20 28 4d 49 29 0a 20 20 20 20 20 20 20 49 |no (MI). I| 00001030 74 61 6c 79 0a 0a 45 4d 61 69 6c 3a 20 70 65 6c |taly..EMail: pel| 00001040 30 30 31 35 40 63 64 63 38 67 35 2e 63 64 63 2e |0015@cdc8g5.cdc.| 00001050 70 6f 6c 69 6d 69 2e 69 74 0a 20 20 20 20 20 20 |polimi.it. | 00001060 20 73 65 72 67 69 6f 40 66 72 65 65 62 73 64 2e | sergio@freebsd.| 00001070 66 69 72 73 74 2e 67 6d 64 2e 64 65 0a 0a 57 57 |first.gmd.de..WW| 00001080 57 3a 20 20 20 68 74 74 70 3a 2f 2f 63 64 63 38 |W: http://cdc8| 00001090 67 35 2e 63 64 63 2e 70 6f 6c 69 6d 69 2e 69 74 |g5.cdc.polimi.it| 000010a0 2f 7e 70 65 6c 30 30 31 35 2f 0a |/~pel0015/.| 000010ab