home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / S / SEWER_S / EMOUSE / EMOUSE01.ZIP / EMOUSE01.MSA / DISKS / DISKS
Text File  |  1985-11-20  |  5KB  |  98 lines

  1.                 DISKS     Entered by the Warlock SASH
  2.  Not being technically minded, I couldn't begin to explain about 
  3. disks, or disk drives, or any other type of hardware. I decided 
  4. that I needed to know about disks and disk formats, and that the 
  5. information might prove helpful to others - hence this document.
  6.      Imagine a circular cake built up of a number of concentric 
  7. rings, and sliced into a number of portions - not a bad analogy of 
  8. a formatted disk. The concentric rings are called Tracks, with 
  9. track zero being the outermost ring and the innermost ring being 
  10. track 79/80/81/81/83 .. or whatever the maximum value is. The 
  11. slices of the cake are the sectors - usually 9/10 or even 11.
  12.      Tracks 0-1 are special tracks.
  13. On a formatted single sided disk we have the following:-
  14.      Track 0, sector 1   = boot sector
  15.      Track 0, sector 2-6 = file allocation table one (FAT file)
  16.      Track 0, sector 7 to track 1, sector 2 = FAT 2
  17.      Track 1, sector 3 to track 1, sector 9 = directory
  18.      Track 2 to end of disk = file space.
  19.   The file allocation table keeps track of how your files are 
  20. stored on disk. 'For no reason at all' (according to ST FORMAT MAG.)
  21. TOS keeps a copy of this - FAT 2 located in track 0.
  22.   The directory sectors hold the names of the files on the disk, 
  23. the file size and the date and time of any changes recently made 
  24. to the file. Also here is the address of the first cluster for 
  25. that file.
  26.  
  27. On a Double Sided disk this data is stored in a slightly different 
  28. manner:-
  29.      SIDE A, track 0, sector 1 = the boot sector
  30.      SIDE A, track 0, sector 2-6 = FAT
  31.      SIDE A, track 0, sectors 7-9 and
  32.           SIDE B, track 0, sectors 1 and 2 = FAT TWO
  33.      SIDE B, track 0, sectors 3-9 = directory
  34.  With the remainder of the disk holding the files.
  35.      
  36.  Each sector on the disk can hold 512 bytes. 2 sectors are a 
  37. cluster. Due to this format - the smallest amount of space any 
  38. file can occupy is 1K.
  39.  
  40.      When a file is deleted from the disk, it is not actually 
  41. instantly deleted. The FAT file and directory are altered but the 
  42. data is not removed from the disk until all the other available 
  43. space has been used. It is for this reason that we are allowed to 
  44. reclaim a wrongly erased file.
  45.  
  46.      Thanks to ST FORMAT for that handy little snippet of 
  47. information.
  48.      So what do we do when we find a faulty disk ?
  49.  
  50.      I go to the shop and purchase a blank disk for 70p or 
  51. whatever, then home. There I boot up my faithful Format 84 program 
  52. and attempt to format the new disk. AAAAAAAHHHH!!!! It won't 
  53. format ! I now have several options - I could return to the shop 
  54. and say "You Stupid Bastard - This Shitty Disk is Knackered". This 
  55. approach tends to cause offence and is generally leasty popular.
  56. I could return to the shop and say "Excuse me. I've just purchased 
  57. this disk and find that it won't format - could I have a 
  58. replacement ?" at which the assistant stoops behind the counter to 
  59. where the reject box is hidden and selects another faulty disk to 
  60. give me. Why ? Simple - He thinks that you'll get pissed off with 
  61. running to and fro and give up all hope of getting a working disk, 
  62. OR - he'll inform you that it must be your disk drive thats faulty 
  63. and he'll repair it for only fifty quid.
  64.  I could send the disk to who-ever has been sending me copies of 
  65. the Sewer Docs. That person is responsable for using more wanky 
  66. disks than I knew existed. Either that, or the sewer rats are 
  67. cocking it up (- and I don't believe that for a minute).
  68.      (Not us!!... S.Possum)
  69.  Usually I return to the shop and wave the disk in the air and say 
  70. loudly "Disk Faulty" - no more, no less. Ten times out of nine 
  71. this does the trick.
  72.  
  73.      Now - you've got an old disk that has simple died. There are 
  74. great big scuff marks along the disks surface, and its seen more 
  75. labels than you've had hot dinners. DO NOT throw it away. There 
  76. are millions of uses for expired disks.
  77.      Here are just a few - 
  78.           1 - Remove the plastic case and use the actual disk as
  79.                a frisbee. This is awkward as the middle of the disk
  80.                tends to be too heavy.
  81.           2 - Use the whole thing as a place mat for cups.
  82.           3 - Return the disk to the manufacturers saying - "When I
  83.                bought this disk I was told that it had a lifetime 
  84.                guarentee. I'm still alive but the disk is faulty"
  85.           4 - Send it to a publishing house with a note announcing 
  86.                the latest advance in software protection.
  87.           5 - Use it to advance communications. Throw it at some
  88.                ignorant bastard.
  89.           6 - Break open the case and use both halves as book 
  90.                markers
  91.           7 - leave the case intact and use as a plastic scraper.
  92.           8 - melt the whole disk and proclaim the end product as
  93.                a peace of classic modern art.
  94.  
  95.      The list is endless.
  96.      Thats enough of this stuff. On with more serious things --
  97.                                         The Warlock. SASH.
  98.