Floppy Drives - PowerPoint PPT Presentation

1 / 25
About This Presentation
Title:

Floppy Drives

Description:

Smallest unit of data that can be read from or written to a disk at one time ... Using DOS to Manage a Floppy Disk. Internal DOS commands ... – PowerPoint PPT presentation

Number of Views:163
Avg rating:3.0/5.0
Slides: 26
Provided by: annek169
Category:
Tags: dos | drives | floppy

less

Transcript and Presenter's Notes

Title: Floppy Drives


1
Chapter 5
  • Floppy Drives

2
You Will Learn
  • How data is stored on floppy disks
  • How to use DOS and Windows commands to manage
    disks
  • How to replace or install a disk drive

3
Introduction to How Data Is Physically Stored on
a Disk
4
Floppy Disk Drive and Connections
5
How Data Is Physically Stored on a Disk
  • Tracks
  • Concentric circles of a disks surface
  • Sector
  • One pie-shaped segment of a track
  • Almost always contains 512 bytes of data
  • Formatting
  • Process of preparing a new floppy disk for use by
    placing tracks on its surface to store information

6
Tracks and Sectors
7
How Data Is Physically Stored on a Disk
8
Read/Write Head
  • A sealed, magnetic coil device that moves across
    the surface of a disk to read/write data to the
    disk

9
Read/Write Head
10
How Data Is Logically Stored on a Disk
  • Cluster
  • Smallest unit of data that can be read from or
    written to a disk at one time
  • Also called file allocation unit

11
How Data Is Logically Stored on a Disk
12
The Formatting Process
  • Windows 9x or DOS FORMAT command
  • Creates the tracks and sectors by writing tracks
    as a series of F6s in hex and, as necessary,
    writing the sector address mark to identify the
    beginning sector on a track
  • Creates the master boot record
  • Creates two copies of the file allocation table
    (FAT)
  • Creates the root directory

13
Creating the Tracks and Sectors
  • The FORMAT command is a DOS and Windows 9x
    command that prepares a disk for use
  • First step erases any data on the disk

14
The Master Boot Record (MBR)
  • The record written near the beginning of a floppy
    disk
  • Contains information about the disk as well as
    the startup operating system programs

15
The File Allocation Table
  • A table on the disk that tracks the clusters used
    to contain a file

16
The File Allocation Table
17
The File Allocation Table
18
The Root Directory
  • The main directory on a disk (often represented
    as C\ on a hard drive)
  • Typically contains other directories, such as
    Windows and MSOffice

19
The Root Directory
20
The Root Directory
21
The Root Directory
22
Using DOS to Manage a Floppy Disk
  • Internal DOS commands
  • DOS commands whose coding is contained within
    COMMAND.COM program and are therefore
    automatically loaded into memory when COMMAND.COM
    is loaded
  • External DOS commands
  • Stored as separate program files in DOS directory

23
(No Transcript)
24
Other DOS Commands
  • LABEL
  • Changes the volume label or electronic name
  • DEL or ERASE
  • Erases files or groups of files
  • UNDELETE
  • Recovers deleted files
  • RECOVER
  • Attempts to recover a file from damaged sectors

continued
25
Other DOS Commands
  • DISKCOPY
  • Makes an exact duplicate, sector by sector, of
    one floppy disk (source disk) to another disk of
    same size and type (target disk)
  • COPY
  • Copies a single file or group of files
  • XCOPY /M
  • A faster external COPY program that can copy
    subdirectories
  • DELTREE
  • Deletes the directory tree
Write a Comment
User Comments (0)
About PowerShow.com