- There are a wide variety of magnetic disk storage devices available today.
- What they all have in common is flat rotating sides. (ie. a disk).
- There are many ways to classify disk storage
- By portability
- Removable (exchangable)
Where drive and disk are separate,
such as floppy storage.
- Fixed
Where drive and disk are one unit,
such as Winchester Hard Disk
- By physical features
- Flexible (Floppy)
Where disk is made of a flexible plastic
- Hard
Where disk is made of a rigid metal (eg. Aluminium)
- Optical
Disk is a hard plastic
- By storage technology
- Magnetic
Iron-oxide is magnetised (Floppy disk, Hard disk)
- Optical
Photo-cell with a laser is used to read data.
|
![[cartoon - what's on a disk?]](../../v2gr/v2gr_c/c_fdisk.gif)
|

|
Magnetic Disk
- Data and Programs stored on Disk are;
- Easily accessed and modifiable
- May be accessed randomly
- Some magnetic disks are rigid and called hard disks, others are flexible and are called
floppy disks or diskettes.
- Floppy disks gain rigidity when rotated at speed and therefore mimic hard disks very
closely.
- Are mainly used to store data and programs in tracks and sectors where each sector is
directly addressable giving fast access.
- Where disk and drive are one unit (as in a Winchester unit) the terms may be used
interchangably.
- Other forms of magnetic disks include Magneto-optical disks (similar to Compact disks),
which provide high density and high accuracy data storage media( in the order of Gigabytes
of storage).
Magnetic Disk Drive
- Holds a spinning magnetised disk that stores data.
- Has a moving read/write head to access the disks data
- Given the term Direct Access Devices
- Disk sizes and speed basically depend on how much you wish to pay, from a floppy disk at
$2 for 1.44MB, to a fixed hard disk at $450 for 5.2GB plus operating system. (Aug98)
(Note. The costs of disk storage decreases rapidly. You should check with a current
computer publication for an estimate of costs.)
|
Other Terms ; Secondary Storage, Random Access Storage
- A stack of one or more metal platters
(usually aluminium) that spin on one spindle.
- Each platter is coated with iron oxide.
- Read/write heads move as a unit
tracing a "cylinder" on the platters surfaces.
- Random Access Device.
- May be fixed or removable (exchangable).
- When fixed the terms hard disk and hard
drive are used interchangably.
- Typically spins at 3,600 - 7,200 rpm.
(v's diskette 300rpm).
Winchester (Sealed fixed drive)

|
- Sealed unit
- Built in Read Write Heads
- Reliable
- Capacity : 2.1GB (1998) common on PC's.
- Access time : 9 to 12 millisecs, transfer rate of 5 - 15 MB / sec.
- Usually multiple platters, and sides per platter
- Physical : 3.5 to 5.25 inch diameter, Half Height, or Full Height or third height.
- May be mounted on a Hard Card that fits into an expansion port.
|
 |

The disk drives are
identified by a disk letter
A: Internal Floppy Disk
(Removable, File backups)
B: Second Internal Floppy
(if it exists)
C: Internal Hard Disk
D,E,..:.may be additional hard disks, partitions on a single hard disk, CD-ROM drives,
or Network Drives
Example:

- Drives displayed include:
A - floppy,
C,D,E - local hard drive,
F - CD-Rom drive,
G,H - Network drives
|
Logical Organisation of Data is how WE see the data.
Example

 |
For a disk file the system
maintains basic data about the file itself.(A files properties may be displayed in
Win95 and 98 (shown) by right clicking on the file in My Computer).
As files are added, modified and erased, they become fragmented over the disk.
Defragmenting the hard drive will improve file access and therefore performance. |
 |
For a Hard Disk Cache RAM may sit between the PC and drive
and can increase your drives effective speed. |
Between memory and disk drive.
- Memory: Main purpose of memory (RAM) is to store data (and
instructions) to allow fast access. Data retrieved from memory is faster than from disk.
- Disk storage: Main purpose is for long term data storage.
- Computers need both so CPU can access data /instructions quickly. Also so that
data/instructions may be permenantly stored.
When starting up the computer.
The CPU requests the Operating system
from a disk (either floppy or hard). The disk drive moves the read head over the sector(s)
and reads the program into RAM.
When retrieving data.
The program (instructions) in RAM request a
file or data to be transferred from the disk drive. The disk drive moves the read head
over the sector(s) and reads the data into RAM.
When saving data.
The program (instructions) in RAM request a
file or data to be transferred from RAM to the disk drive. The disk drive moves the read
head over the sector(s) and copies the data from RAM and writes it onto the Disk surface.
When the Disk is working as Virtual RAM.
The CPU causes data and programs that are
not currently in use to be copied from RAM onto the disk. This makes room for copies of
other data and programs to be read into RAM for reference, change and additions.
[Rev: 6/10/98] 6-May-97 © 1997-98 V/2-Com (Verhaart), P O Box 8415,
Havelock North, New Zealand.