Skip to main content

Disk Construction

The various parts of standard 5.25- and 3.5-inch disks are contained in Figure 1-2. A description of each part is also provided.

  1. Write protect notch--When covered, prevents information from being recorded on the disk; when uncovered, information can be recorded.
  2. Temporary label--An adhesive-backed label allowing the contents of a disk to be identified.
  3. Permanent label--When used, contains disk manufacturer and capacity information.
  4. Exposed recording surface--Metal oxide surface used to magnetically record data. Do not touch!
  5. Protective jacket --House magnetic disk; provides protective cover.
  6. Disk sleeve (envelope)--Used to store disks;prevents  accidental contact with exposed surface.
  7. Protective slide --Protects magnetic media surface; slides open when inserted into a diskette drive (only on 3 1/2-inch diskettes).

Figure 1-2 The Parts of a Floppy Disk

Construction: Almost everyone is familiar with audio recording tape. The tape is a long, flexible acetate or mylar strip coated with ferrous oxide. This coating, which is a powdered iron-like substance, is affected by magnetic fields. Tape recorders are equipped with record and playback heads. The record head places magnetic patterns on the tape. These patterns may be a derivative of voice, music, or even audible computer data. The playback head detects the recorded patterns, which then are amplified several thousand times. The amplified signals is finally reproduced by a speaker.

A disk is similar to a recording tape in substance. Flexible (floppy) disks are also made of ferrous oxide-coated mylar material. Fixed (or hard) disks are made of a more rigid material, but still have the ferrous oxide coating.

The playback and record heads on a disk drive are called read and write heads, although they perform the same functions as their tape recorder counterparts.

Prerecorded tape cassettes containing valuable music programming are protected with a plastic tab. This tab prevents tape recorders from recording over (erasing) the audio information. Flexible disks also can be write protected to keep you from accidentally writing over valuable programs or stored data. Anytime you have a valuable program or data disk, be sure to place an adhesive-backed write protect tab or tape over the write protect notch on the disk.

Disk Organization: Figure 1-3 is a diagram of a disk. Because the 5.25-inch double-sided, double density disk is most common,it is illustrated. Other disks formats vary in tracks, sectors, and data storage density.

Notice that the disk is organized into concentric tracks instead of one continuous track (like the groove in a phonograph record). The tracks are further subdivided into wedge-shaped sectors. Tracks and sectors are not produced in the manufacturing process. They are created magnetically (soft sectored) when a disk is formatted in your computer using the DOS FORMAT command.

There are 40 tracks on each side of a 360K double-sided flexible disk.
These tracks are numbered zero though 39 on side zero (the first side).
Track numbers 40 through 79 are located on side one (the "flip" side) 
of a double-sided diskette.
 
Figure 1-3  Disk Tracks and Sectors

Track number zero is reversed for disk directory information. The other tracks are available for program and file information. You can think of the disk directory as a post office, because it maintains name, address, and other important information about every file stored on the disk. Directory information includes:
  • The file address (where a file begins and ends by track and section location)
  • The filename (assigned by programmers and computer users)
  • The total size of the file in bytes (or characters)
  • The data the file was last saved 
  •                                     The time the file was last saved                                    
NOTE
Before continuing, a few definitions are in order. The term "bytes"
represents a simple computer character. A kilo byte(or KB) is
1,000 bytes. A megabytes (or MB) is one million bytes.


Each sector (or track-sector) on a standard 360K double-density disk stores 512 bytes of information. DOS versions 1.00 through 1.25 have eight sectors per track, while versions 2.00, 2.10, 2.11 have nine sectors per track, DOS version 3.00 offers both the eight and nine sector per track disk configuration in addition to a high capacity disk that contains 15 sectors per track.
The 3.5-inch diskette format was first adopted by a number of laptop computers and then moved to the desktop variety. This storage device was initially rated at 720K capacity. With the introduction of the IBM Model 50 Personal System/2, a 1.44 MB format was offered. Table 1-2 shows total formatted storage capacities. Unless otherwise noted, diskette are the 5.25-inch variety.

Table 1-2  Approximate DOS Storage Capacities
 

Comments

Popular posts from this blog

Filenames

It is important to understand DOS file naming conventions and their use. Here, filenames and some special filename "tools" called wild cards and literals are described. What is a File name?   Every program and data file is given a name to differentiate it from other programs and data files. A program is one or more computer instructions collected into a file. A data file is normally a collection of characters (or data) that make up a document, like a letter, or a database, like a collection of accounting transactions or customer records. Descriptive filenames are normally used. For example, if you create and save a letter to Mom, you might give it the filename MOM.LTR. A letter to Dad could be called DAD.LTR. A word processing program file might have the filename WP.COM. Examine these filenames a little closer. First, notice that each filename is meaningful. This is important if you want to know what is in a file by looking at its name. Obscure filenames are of little u

What Is DOS?

What is DOS? Your disk operating system (DOS) performs a number of essential jobs. These includes: Controlling the way various application programs, such as word processors, electronic worksheets, database managers, accounting programs, etc., operate with your computer. DOS creates an environment that lets these programs "talks" to your computer and its input and output devices (printers, modems, display screen, keyboard, disk drivers, etc.). Keyboard and program-generated information is read, interpreted by DOS, and transferred to the selected computer device. Data being returned by your computer device. Data being returned by your computer is again translated by DOS into useful information and written to an output device, such as your display screen, printer, or disk. Providing "housekeeping" and file management utilities that perform useful tasks such as: Disk preparation (formatting, copying, etc.) File operation (creating, displaying, copying, combining, renami