home *** CD-ROM | disk | FTP | other *** search
/ Cheet Sheets 1995 February / CHEET38.ZIP / INSTALL.DAT / 1ISKS.TXT < prev    next >
Text File  |  1995-02-07  |  14KB  |  372 lines

  1. ~Disk Drives.
  2.  
  3. An explanation of what they are and how they work.  
  4.  
  5. Written by Wayne Roberts back in 1989 !!!  So some of the information
  6. is definately out of date, and remember this is way before the CD-ROM
  7. was used on home computers...  Before the 386 was born, just around 
  8. the time when VGA was introduced and the time when a 40Mbyte hard 
  9. drive was a luxury !!
  10.  
  11.  
  12. ~What are disks ?
  13.  
  14. Disks allow the computer to permanently or temporarily
  15. remember, or store, information.  Unlike information in ROM
  16. (Read Only Memory) chips, this information can be readily
  17. changed.  There are several types of disks.  Two examples of
  18. disk storage follow :-
  19.  
  20.  
  21. ~Floppy Disks (or diskettes).
  22.  
  23. A floppy disk works in a similar way in which a cassette does
  24. but is structured like a record.  The computer's disk drive
  25. writes information on it just like a tape player records
  26. music on tape.  When the computer puts information on a disk,
  27. it is said to be writing to the disk.  When the computer uses
  28. this information, it is said to be reading from the disk.
  29. The floppy disk itself is portable.  Currently there are two
  30. popular sizes of floppy disk - the 5.25" and the newer
  31. smaller 3.5" size.  In the past 8" and 3" have been used but
  32. these sizes have slowly diminishing.
  33.  
  34. Floppy disks are used with a floppy disk drive.  This drive
  35. reads and writes to the disk and must be the same size as the
  36. disk being used.  Besides the obvious physical difference, a
  37. 3.5" disk is more durable than the older 5.25" disk.  And the
  38. 3.5" disk can surprisingly hold often as much as twice as
  39. much information than 5.25" disks.  3.5" disks are rapidly
  40. becoming the standard size disk for computer systems.
  41.  
  42. The disk's storage capacity, or amount of information that
  43. can be written to a disk, is called disk memory.  Disks have
  44. memory just as computers do.  For instance, a standard 5.25"
  45. disk can hold 360 Kilo bytes, while the new 3.5" can hold
  46. 720K.  The newest IBM PC, the PS2, uses 3.5" disks which can
  47. hold 1.44 Mbytes of information instead of the older 720K
  48. standard.
  49.  
  50. As well as the amount of memory a disk has there are many
  51. other different aspects of a floppy disk.  Below is a brief
  52. explanation of these.
  53.  
  54. The density of the disk can be either Single, Double, High,
  55. or Quad, the latter of these being the best as more
  56. information can be stored on them.
  57.  
  58. Disks can also either be single or double sided.  The double
  59. sided often being able to store a higher amount of
  60. information.
  61.  
  62. The diskette itself is divided up into tracks and sectors.
  63. The more the tracks and sectors the greater the storage size.
  64. Eg. If a 3.5" floppy disk is Double Sided, has 80 tracks, 18
  65. sectors and each sector is 512 bytes of information then the
  66. memory available on the disk would be 1.44Mbytes (see below).
  67.  
  68. Sides x tracks x sectors x bytes per sector = memory on disk
  69.  
  70. `  2   x   80   x   18    x      512         = 1,474,560  (1.44M)
  71.  
  72.  
  73. ~Hard Disk Drives.
  74.  
  75. Hard disks are often referred to as fixed drives or non
  76. removable disk, the hard disk drive is just like a floppy
  77. disk drive except that it is not portable.  It is also stiff
  78. rather than floppy, hence its name and is always situated in
  79. the computer.  The advantages to a hard disk drive include
  80. speed and the amount of information that can be stored on it.
  81. The smallest hard disks are much faster than floppies and can
  82. hold over 10 to 20 times as much information as a single
  83. floppy. 
  84.  
  85. The following tables shows some typical technical disk
  86. information that can be acquired through disk utility
  87. programs or by simply typing chkdsk (Check disk).  The
  88. information given in the tables is kept as simple as possible
  89. thus making them easier to follow.
  90.  
  91. +-----------------------------------------------------------------+
  92. |Drive C:(Hard Disk)
  93. |
  94. |
  95. |
  96. |Basic storage capacity:
  97. |
  98. |
  99. |
  100. |  20 million characters (MegaBytes)
  101. |
  102. |  7% of disk space is free
  103. |
  104. |
  105. |
  106. |Logical dimensions:
  107. |
  108. |
  109. |
  110. |  Sectors are made up of 512 bytes
  111. |
  112. |  Tracks are made up of 17 sectors per disk side
  113. |
  114. |  There are 4 disk sides
  115. |
  116. |  The disk space is made up of 610 cylinders
  117. |
  118. |  Space for files is allocated in clusters of 4 sectors
  119. |
  120. |  There are 10,337 clusters
  121. |
  122. |  Each cluster is 2,048 bytes (2 Kbytes)
  123. |
  124. |  The disk's root directory can hold 512 files
  125. |
  126. +-------------------------------------------------------------------+
  127. +-------------------------------------------------------------------+
  128. |Drive A:(Floppy disk)
  129. |
  130. |
  131. |
  132. |Type of disk:
  133. |
  134. |
  135. |
  136. |  Double-sided, Quad-density, 9-sector. (DS-QD)
  137. |
  138. |
  139. |
  140. |Basic storage capacity:
  141. |
  142. |
  143. |
  144. |  720 thousand characters (Kilobytes)
  145. |
  146. |  69% of disk space is free
  147. |
  148. |
  149. |
  150. |Logical dimensions:
  151. |
  152. |
  153. |
  154. |  Sectors are made up of 512 bytes
  155. |
  156. |  Tracks are made up of 9 sectors per disk side
  157. |
  158. |  There are 2 disk sides
  159. |
  160. |  The disk is made up of 80 tracks
  161. |
  162. |  Space for files is allocated in clusters of 2 sectors
  163. |
  164. |  There are 713 clusters
  165. |
  166. |  Each cluster is 1,024 bytes (1Kbytes)
  167. |
  168. +-------------------------------------------------------------------+
  169.  
  170.  
  171. ~Other storage devices.
  172.  
  173. As well as floppy and hard drives there are many other types
  174. of storage devices that are often removable from the
  175. hardware.  These are normally tape backup up systems but are
  176. also disk and even CD based.  Names given to these types of
  177. storage are Bernoulli, Tape streamers, removable disk, Fault
  178. Tolerant systems, WORM or CD-ROM (or disks).
  179.  
  180. CD-ROM is becoming wider used for storage of information as
  181. the research into optical storage has been slowly renewed.
  182. At the moment optical storage of information is done using
  183. two methods WORM and CD-ROM.
  184.  
  185. WORM (Write Only Read Many) drives can have a capacity of up
  186. to two Gigabytes, whereas compact-disk technology can have
  187. capacities of up to 600 Mbytes, but at the moment it is of a
  188. read-only nature.  Both WORM's and CD's are removable and
  189. retail at a price between £5 and £50 when blank.
  190.  
  191. Recently the first re-usable optical disk has been pronounced
  192. and are expected on the market by the end of 1989.
  193.  
  194.  
  195. ~General features of Hard and Floppy Disks.
  196.  
  197. Things to consider when buying a hard disk include the type
  198. of magnetic medium on it.  Usually this was a ferric oxide
  199. coating similar to that used on cassette tapes.  On some hard
  200. disks a thin coating or pure metal which when plated on to
  201. the disk provide a hard surface.  This makes the disk less
  202. prone to damage and speeds up the Disk Access Time.
  203.  
  204.  
  205. Disk Access Time - This is the time interval between the
  206. command is given to receive data from the computer memory or
  207. disk to the moment the transfer is completed.  Consequently
  208. when a read or write command is received, any point to be
  209. accessed within one second, whether it is about to pass by
  210. the head or has just passed (in the latter case, the drive
  211. was for the designated point to come around again in one
  212. revolution).  The access time for a floppy disk is generally
  213. between 90 milliseconds (1 millisecond= 1/1000 of a second)
  214. and 500 milliseconds.  It is also possible to read from a
  215. certain spot on the disk and move directly from there to
  216. another spot.  This can be done very quickly - between 3 and
  217. 50 milliseconds.
  218.  
  219. In most systems the retrieval of data involves three
  220. indentifiable tasks :-
  221.  
  222.      a) Seek time - This is the time taken to move the
  223.      read/write head to the required address of the data.
  224.      
  225.      b) Rotational Delay - This is when a read/write
  226.      instruction is issued, the head is not usually
  227.      positioned over the sector where the required data is
  228.      stored, there is some rotational delay while the disk
  229.      rotates into the proper position. On average, the time
  230.      taken will be half a revolution of the disk pack.  This
  231.      average time is known as the "latency" of the disk.
  232.      c) Data Transfer Time - This is the time taken to read a
  233.      block of data into main memory.
  234.  
  235. Disk Controllers - Each disk drive must have means of
  236. communicating with the computer that it serves, this is done
  237. by the disk controller.  The purpose of the controller is to
  238. take commands from an application (such as "get next record")
  239. and, in conjunction with the operation system, translate them
  240. into commands that will be understood by the disk drive.
  241.  
  242. When selecting a controller for a disk drive there are two
  243. major considerations you should take into account.
  244.  
  245.      a) The controller and its disk drive must use the same
  246.      recording convention.
  247.      
  248.      b) The controller and its disk drive must use the same
  249.      interface protocol.
  250.  
  251.  
  252. Sequential and Random Access files - Tape systems can record
  253. or read data only in sequence.  In other words, they can only
  254. read recorded data in order, and we call this a sequential
  255. file.  A structure of a disk does not have this drawback.  It
  256. has a structure which allows data to be quickly recorded onto
  257. or read from any position on the disk.  This is called a
  258. random access or a direct access file.  There are many
  259. occasions when one wants to locate and use information
  260. quickly on a computer or word processor.  This random access
  261. file is very convenient for successively handling data that
  262. was not produced in a particular order.
  263. Advantages of Disk Drives (Floppy and Hard).
  264.  
  265. The necessity of a Hard disk drive is not so if you are using
  266. a computer with a lot of memory or you are running programs
  267. that do not take up disk space.  A second floppy drive is
  268. often a substitute for a hard drive as the cost difference
  269. can be a lot, but the speed and size of programs that are run
  270. is often a let down.
  271.  
  272. Large programs such as ORACLE and MS EXCEL need a hard disk
  273. to run as they can not run off floppy, plus they would run
  274. extremely slow.
  275.  
  276. Probably the most obvious advantage of a hard disk is that it
  277. can store a great deal more information and software
  278. applications.  Eg. A floppy disk can hold probably hold one
  279. software application whereas the hard disk could hold
  280. anything from 8 software applications plus user files.
  281.  
  282. So, in short, Speed, price and storage capacity decides
  283. whether you buy a hard disk rather than a second floppy
  284. drive.
  285.  
  286.  
  287. ~What sort of drives are there you can buy ?
  288.  
  289. When buying a disk system you need to decide whether you want
  290. a 3.5" drive or a 5.25" drive.  Probably your best choice
  291. would be a 3.5" drive as they are quickly becoming the
  292. standard size disk and if you use 5.25" disks elsewhere then
  293. it would be advisable to purchase a 5.25" portable drive for
  294. transferring of data.  5.25" floppy disks are just over half
  295. the price of 3.5" disks and can store about half the amount
  296. of information, thus in the long run 3.5" disks are a greater
  297. value for money.
  298.  
  299.  
  300. ~Disk Management.
  301.  
  302. Storage systems are very prone to corrupt if they are not
  303. looked after in the proper ways.  This section of the leaflet
  304. illustrates some points which need to be taken towards
  305. keeping your storage systems error free.
  306.  
  307. a) Floppy disk need more care taken of them than actual
  308.    drives as they are very delicate.  Care of 5.25" is
  309.    commonly illustrated on disk sleeves, (see overleaf), they
  310.    are normally as follows :-
  311.  
  312.      i)   Never touch disk surface.
  313.      ii)  Never leave near magnetic materials (eg.
  314.      speakers,monitors).
  315.      iii) Never bend the disk.
  316.      iv)  Never write on disk with hard nibbed instruments       
  317.                     (pencils,biros).
  318.      v)   Store in temperatures between 10-50C (50-122F).
  319.      vi)  Store in envelopes and/or storage boxes.
  320.         
  321. b) The Floppy and hard disks need to compressed using a disk
  322.    utility program.  This tidies up the disk by moving
  323.    programs to the beginning of the disk where free spaces
  324.    have been left by programs deleted, all these free spaces
  325.    are then put to the end of the disk.  A compressor also
  326.    lowers the chances of incurring bad sectors on a disk.
  327.    You can also, by using a compress program, analyse the
  328.    disk surface for bad sectors etc.
  329.  
  330. c) The floppy disk drive needs to be cleaned regularly using
  331.    a disk head cleaner.  About once a month would be an ideal
  332.    period in which you should clean your drive heads.
  333.  
  334. d) The hard disk should also have care taken that it is not
  335.    damaged in any way.  Moving the system without parking the
  336.    heads could quickly corrupt the disks operation.  On most
  337.    systems you have a command "PARKHEAD", which parks the
  338.    heads on the hard drive and allows you to move the system
  339.    without damaging the drive in any way.
  340.  
  341. e) Their are many errors that can occur when using disk
  342.    drives, some of the more common include :-
  343.  
  344.    1) NOT READY ERROR READING DRIVE A - Which means that
  345.       either disk door is not closed or floppy disk is not
  346.       inserted properly.
  347.  
  348.    2) GENERAL FAILURE ERROR READING DRIVE A - Which means
  349.       that the disk is of a wrong format or it can not be
  350.       read.
  351.    
  352.    3) INVALID DRIVE - Which means that drive specified does
  353.       not exist.
  354.    
  355.    4) BAD COMMAND OR FILENAME - Which means that command
  356.       entered does not exist or can't be found.
  357.    
  358.    5) NON-SYSTEM DISK OR DISK ERROR - REPLACE DISK AND PRESS
  359.       A KEY - When re-booting computer if a system disk (with
  360.       DOS commands etc.) is not present then this error will
  361.       occur.
  362.    
  363. Other DOS errors that may occur could be found in a DOS user
  364. manual and other disk maintenance hints can be found, in
  365. detail, in books.  One such book is Hard-Disk Management
  366. Published by TAB Books Ltd.
  367.  
  368.  
  369. ~There you are, a little look back to 6 years ago, when PC's were
  370. ~a little less used in the home.  It's nice to see what we were using  
  371. ~years ago......
  372.