SlideShare ist ein Scribd-Unternehmen logo
1 von 27
Secondary Storage Devices
• Magnetic media
• Tape
• Disks
• Optical Media
• Compact Discs
• CD-R, WORM (Write Once, Read Many)
• CD-RW
• DVD
• DVD-R
• DVD-RW
Magnetic Tape
• What is magnetic tape?
• Thin layer of material capable of storing a
magnetic signal
• Usually contains Iron Oxide
• Protected by
backing layer called
the “Substrate”
Examples of Magnetic Media
• Some you are probably familiar with:
• Cassette tapes
• VHS video tape
• Computer Tape
• 8-track
• DAT
Pros and Cons of Magnetic Tape
• Inexpensive to store large amounts of
information.
• A reel of tape could store as much as 225 MB in
the early 1980s.
• No other storage technology could compare to
the price of tape
• Sequential access – Slow access
• Tapes are highly susceptible to magnetic fields
and changes in temperature and humidity
• Tapes are also susceptible to physical damage
• Tape miss-feeds
• Magnetic particle instabilities
Magnetic Tape Uses Today
• Today, tape based systems are usually used for
backup purposes only.
• Tape still provides the most cost effective method
of storing larger amounts of backup information
• Reliable as long as temperature is kept low
and humidity conditions are kept right.
• Although hard disks are increasingly used as a
backup mechanism, tapes are portable.
• Backups can be taken off-site for greater risk
prevention
Hard Disks
• Today, most people use Hard Disks for secondary
storage
• The basic technology used in hard disks is similar
to that of magnetic tape
• Magnetic material is layered onto a high-
precision aluminum disk
• The disk head can move to any point on the
platter almost instantly compared to tape
• With tape, the head touches the tape. With
disks, the head never touches the platter
• Tape moves at approx 5 cm/s. Disk platters
move at up to 7500 cm/s (272 km/h!)
Hard Disks
• To increase capacity, a hard disk will usually
contain several platters
Hard Disks
• The heads never touch the platters, but they are
very close. This makes hard disks susceptible to
mechanical shock.
Storing Information on a Hard Disk
• Each platter is broken up into tracks and sectors
• Tracks are concentric circles on the disk
• Each track is broken up into a series of sectors
Track (yellow ring)
Sector (yellow ring
between the lines)
Sectors and Blocks
• Sectors are further broken up into blocks
• A block is a fixed size unit of storage
• 512 bytes/block is most commonly used
• 1024 bytes/block is common with SCSI disks
• 2048 bytes/block is used with CDs
• If the user stores onto the hard disk a file which is
larger than the block size, then multiple blocks are
used.
Blocks and Files
• If a file takes up multiple blocks, it is necessary to
keep track of which blocks comprise that file
• Each block is assigned an address
• The location of a “file” is stored in what is called
a “File Allocation Table” (or FAT)
• When the hard disk is formatted, several
blocks are reserved so that the Operating System
can manage where files are stored on the disk
• FATs are often used to keep track of the filename
and directory as well.
Filesystems
• Files are managed within a “filesystem”
• The filesystem defines how and where files are
stored within a hard disk (or partition)
• Common filesystems include:
• FAT16 (MSDOS)
• VFAT (Windows 95)
• FAT32 (Windows 98)
• NTFS (Windows NT)
• UFS (UNIX)
• ext2/ext3 (Linux)
• ISO9660 (CD Roms)
Filesystems
• When a disk is formatted, a filesystem is placed
on the disk
• The filesystem reserves space for the FAT.
• The remaining space is available for files
• When a file is to be saved into the filesystem, the
system looks for the best location to save the file
• It is usually best to save the file in contiguous
blocks.
• If the disk is nearly full, it may not have
enough contiguous blocks to save the file. In
that case, the filesystem will place the file
wherever it can find space.
Deleting Files
• In order to make the delete operation faster,
when a file is deleted ONLY the FAT is updated.
• The actual data still remains on the disk
• This is why it MAY be possible to recover a file
which has been removed.
• The FAT is told that the blocks where the file was
stored are now available for writing
• The data will remain until another file is
stored in the same blocks.
• As more files are written on the disk, it is less
likely that a delete file can be recovered.
Hard Disk Fragmentation
• When files are deleted, their blocks are open for
writing.
• What if the next file which is written in the same
blocks is larger than the file which was originally
written there?
• The system has to break the file up into pieces
throughout the filesystem
• This is called fragmentation. It considerably slows
the access of files.
• Most modern Filesystems contain automatic
defragmentation utilities.
Hey! Wait a minute!
• When you purchase a hard disk, the manufacturer
indicates its capacity.
• When you format that hard disk, you’ll notice that
its capacity is less than what the manufacturer told
you.
• Formatting the disk requires space for the FAT
• Manufacturers use decimal numbers to
represent number of bytes
• 1GB = 1,000,000,000 bytes
• There is a class action suit currently filed
against the major disk manufacturers
because of this
Floppy Disks
• Floppy disks are similar to hard disks
• Because the medium is “floppy”, the disks cannot
operate at the same speeds as a hard disk.
• Floppy disks are older technology which haven’t
received a lot of attention since the late 1980s.
• Their capacity hasn’t increased much
• Many computers today do not even come with
floppy disk drives anymore.
Floppy Disk History
• The first floppy disks were 8 Inches in diameter
• The held about 256 K
• The next generation were 5.25 inches in diameter
• Could hold up to 1.44 MB
• The next generation were 3.5 inches in diameter
• These disks are held within a hard plastic case
• A spring loaded flap protects the disk from
dust and greasy fingers.
• Could hold up to 2.88 MB
Zip / Jaz Disks
• Similar to floppy disks
• They are removable
• Their platters are made of a hard material
• Can operate at higher speeds than floppies.
• Newer standards hold more data
• Most people have outgrown floppy disks
Optical Media
• Optical disks are very much like hard disks
• Hard disks store information using magnetic
material
• Bits are stored by changing the magnetic
properties of the magnetic material
• Bits are read by picking up the tiny magnetic
field with a read head
• Optical disks store information as pits in a
physical medium
• A laser is used to determine if a pit is present
or not.
CD ROM
• CD Roms use the same technology as audio
Compact Discs.
• A master disc is created.
• Copies of the disc are created through a
pressing process
• The discs are aluminum sandwiched between
plastic
• CDs are single sided.
Label
Acrylic
Aluminum
Plastic
CD-R
• CD Roms must be pressed. They are read only
• CDR discs can be written once and read many times
• CDRs are made out of aluminum and plastic, but
also contain a dye layer
• This dye is modified by a laser when the disc is
being written
• The laser heats up the dye and it becomes non-
reflective
Label
Acrylic
Aluminum
Plastic
Dye
Storing Information on a CD
• Because CDs were originally intended for audio
output, there is a single track of data which spirals
out from the center of the disc
CD-RW
• CD-RW is similar to CD-R
• The main difference is that the dye can be made
reflective again through an erase process
• In this way, CD-RW discs can be written many times
• Too much erasing, and the dye starts to fade.
Label
Acrylic
Aluminum
Plastic
Dye
DVD – Digital Versatile Disk
• DVDs hold approx 7 times the information that CDs
do in the same amount of storage space
• DVDs come in 3 types
• Single Sided/Single Layer (4.7 GB)
• Single Sided/Double Layer (8.5 GB)
• Double Sided/Double Layer (17 GB)
• DVD uses a laser with a shorter wavelength so the
pits are smaller
• More pits can be stored on a DVD
• Narrower track
DVD – Multiple Layers
• Each side of a DVD can contain 2 layers, doubling
the amount of data that can be stored
• One layer is semi-transparent. The laser can be
focused “through” that layer onto the second layer.
• If you took the track off of a single layer of a DVD
and stretched it out into a straight line, it would be
7.5 miles long!
• If you did the same with a double layer, double
sided disc, the track would stretch to over 30 miles!
DVD-R and DVD-RW
• These two technologies are still relatively new and
still fairly expensive.
• DVD-R and DVD-RW use similar techniques as CD-R
and CD-RW
• A dye layer is used for data writing
• The dye layer in DVD-RW is erasable

Weitere ähnliche Inhalte

Was ist angesagt?

Magnetic tape system
Magnetic tape systemMagnetic tape system
Magnetic tape system
Slideshare
 
Floppy disk & drive
Floppy disk & driveFloppy disk & drive
Floppy disk & drive
Deviki Mk
 
04b storing data - storage devices
04b   storing data - storage devices04b   storing data - storage devices
04b storing data - storage devices
horrorland
 
History of storage devices
History of storage devicesHistory of storage devices
History of storage devices
dan13ljg
 
Storage ppt lauren&jesss.pptx
Storage ppt lauren&jesss.pptxStorage ppt lauren&jesss.pptx
Storage ppt lauren&jesss.pptx
Jessicavella
 
Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devices
Mischevous Yurika
 
Secondary storage devices and
Secondary storage devices andSecondary storage devices and
Secondary storage devices and
rosey46
 

Was ist angesagt? (20)

Magnetic tape system
Magnetic tape systemMagnetic tape system
Magnetic tape system
 
Floppy disk & drive
Floppy disk & driveFloppy disk & drive
Floppy disk & drive
 
Disk storage devices
Disk storage devicesDisk storage devices
Disk storage devices
 
Auxiliary memory Computer Architecture and Computer Organization
Auxiliary memory Computer Architecture and   Computer OrganizationAuxiliary memory Computer Architecture and   Computer Organization
Auxiliary memory Computer Architecture and Computer Organization
 
Storage devices powerpoint
Storage devices powerpointStorage devices powerpoint
Storage devices powerpoint
 
Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10Introduction to Computers Lecture # 10
Introduction to Computers Lecture # 10
 
04b storing data - storage devices
04b   storing data - storage devices04b   storing data - storage devices
04b storing data - storage devices
 
Storage
StorageStorage
Storage
 
History of storage devices
History of storage devicesHistory of storage devices
History of storage devices
 
Storage ppt lauren&jesss.pptx
Storage ppt lauren&jesss.pptxStorage ppt lauren&jesss.pptx
Storage ppt lauren&jesss.pptx
 
Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devices
 
STORAGE DEVICES
STORAGE DEVICESSTORAGE DEVICES
STORAGE DEVICES
 
Storage and Storage Devices
Storage and Storage DevicesStorage and Storage Devices
Storage and Storage Devices
 
MY REPORT IN BLIS 110
MY REPORT IN BLIS 110MY REPORT IN BLIS 110
MY REPORT IN BLIS 110
 
Secondary storage devices and
Secondary storage devices andSecondary storage devices and
Secondary storage devices and
 
File storage medium and technology
File storage medium and technologyFile storage medium and technology
File storage medium and technology
 
Data storage devices
Data storage  devicesData storage  devices
Data storage devices
 
Storage4922
Storage4922Storage4922
Storage4922
 
PORTABLE STORAGE SOLUTIONS - HARD DRIVES AND FLASH DRIVES BY DR SHASHWAT JANI
PORTABLE STORAGE SOLUTIONS - HARD DRIVES AND FLASH DRIVES BY DR SHASHWAT JANIPORTABLE STORAGE SOLUTIONS - HARD DRIVES AND FLASH DRIVES BY DR SHASHWAT JANI
PORTABLE STORAGE SOLUTIONS - HARD DRIVES AND FLASH DRIVES BY DR SHASHWAT JANI
 
Storage System and Backup Media
Storage System and Backup MediaStorage System and Backup Media
Storage System and Backup Media
 

Ähnlich wie Secondary storage

Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
Rishav Bhurtel
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage media
Srinath Sri
 
cd&dvd&hdd
cd&dvd&hddcd&dvd&hdd
cd&dvd&hdd
sasipk
 
19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf
JESUNPK
 

Ähnlich wie Secondary storage (20)

Storage Technologies
Storage TechnologiesStorage Technologies
Storage Technologies
 
Hard disk and optical disk
Hard disk and optical diskHard disk and optical disk
Hard disk and optical disk
 
Types of Storage Devices
Types of  Storage DevicesTypes of  Storage Devices
Types of Storage Devices
 
06 external memory
06 external memory06 external memory
06 external memory
 
Overview of physical storage media
Overview of physical storage mediaOverview of physical storage media
Overview of physical storage media
 
06_External Memory.ppt
06_External Memory.ppt06_External Memory.ppt
06_External Memory.ppt
 
Conceptual framework storage devices (2)
Conceptual framework   storage devices (2)Conceptual framework   storage devices (2)
Conceptual framework storage devices (2)
 
external_memory
external_memoryexternal_memory
external_memory
 
RAM&&ROM.ppt
RAM&&ROM.pptRAM&&ROM.ppt
RAM&&ROM.ppt
 
External memory
External memoryExternal memory
External memory
 
Storage devices.pptx what are storage deiveces
Storage devices.pptx what are storage deivecesStorage devices.pptx what are storage deiveces
Storage devices.pptx what are storage deiveces
 
Memory types
Memory typesMemory types
Memory types
 
memory unit
 memory unit memory unit
memory unit
 
Backing storage
Backing storageBacking storage
Backing storage
 
Disk memory systems
Disk memory systemsDisk memory systems
Disk memory systems
 
cd&dvd&hdd
cd&dvd&hddcd&dvd&hdd
cd&dvd&hdd
 
Types of secondary storage devices ppt
Types of secondary storage devices pptTypes of secondary storage devices ppt
Types of secondary storage devices ppt
 
19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf19IS305_U4_LP10_LM10-22-23.pdf
19IS305_U4_LP10_LM10-22-23.pdf
 
MEMORY.pptx
MEMORY.pptxMEMORY.pptx
MEMORY.pptx
 
Storage devices(present)
Storage devices(present)Storage devices(present)
Storage devices(present)
 

Mehr von fatimazaheer12

Industry, innovation and infrastructure
Industry, innovation and infrastructureIndustry, innovation and infrastructure
Industry, innovation and infrastructure
fatimazaheer12
 

Mehr von fatimazaheer12 (20)

Ineffectiveness of judicial system in Pakistan 
Ineffectiveness of judicial system in Pakistan Ineffectiveness of judicial system in Pakistan 
Ineffectiveness of judicial system in Pakistan 
 
Consequences of excessive usage of social media among youth
Consequences of excessive usage of social media among youthConsequences of excessive usage of social media among youth
Consequences of excessive usage of social media among youth
 
Sensationalism
SensationalismSensationalism
Sensationalism
 
Introduction to MS excel
Introduction to MS excelIntroduction to MS excel
Introduction to MS excel
 
Sustainable development goal 5
Sustainable development goal 5Sustainable development goal 5
Sustainable development goal 5
 
Actors in public policy process
Actors in public policy   processActors in public policy   process
Actors in public policy process
 
Clarke groves mechanism
Clarke groves mechanismClarke groves mechanism
Clarke groves mechanism
 
Challanges and opportunities
Challanges and opportunitiesChallanges and opportunities
Challanges and opportunities
 
manufacturing and_mining
 manufacturing and_mining manufacturing and_mining
manufacturing and_mining
 
Agriculture sector
Agriculture sector Agriculture sector
Agriculture sector
 
Decade wise prformance.
Decade wise prformance.Decade wise prformance.
Decade wise prformance.
 
Decade wise performance
Decade wise performanceDecade wise performance
Decade wise performance
 
Issues of industrial sector
Issues of industrial sectorIssues of industrial sector
Issues of industrial sector
 
Industrial sector
Industrial sector Industrial sector
Industrial sector
 
Imf n pak
Imf n pakImf n pak
Imf n pak
 
Industry, innovation and infrastructure
Industry, innovation and infrastructureIndustry, innovation and infrastructure
Industry, innovation and infrastructure
 
Writing effective public policy papers
Writing effective public policy papersWriting effective public policy papers
Writing effective public policy papers
 
Deforestation
DeforestationDeforestation
Deforestation
 
Peace psychology ppt
Peace psychology pptPeace psychology ppt
Peace psychology ppt
 
Engendered protracted social conflict
Engendered protracted social conflictEngendered protracted social conflict
Engendered protracted social conflict
 

KĂźrzlich hochgeladen

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

KĂźrzlich hochgeladen (20)

08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 

Secondary storage

  • 1. Secondary Storage Devices • Magnetic media • Tape • Disks • Optical Media • Compact Discs • CD-R, WORM (Write Once, Read Many) • CD-RW • DVD • DVD-R • DVD-RW
  • 2. Magnetic Tape • What is magnetic tape? • Thin layer of material capable of storing a magnetic signal • Usually contains Iron Oxide • Protected by backing layer called the “Substrate”
  • 3. Examples of Magnetic Media • Some you are probably familiar with: • Cassette tapes • VHS video tape • Computer Tape • 8-track • DAT
  • 4. Pros and Cons of Magnetic Tape • Inexpensive to store large amounts of information. • A reel of tape could store as much as 225 MB in the early 1980s. • No other storage technology could compare to the price of tape • Sequential access – Slow access • Tapes are highly susceptible to magnetic fields and changes in temperature and humidity • Tapes are also susceptible to physical damage • Tape miss-feeds • Magnetic particle instabilities
  • 5. Magnetic Tape Uses Today • Today, tape based systems are usually used for backup purposes only. • Tape still provides the most cost effective method of storing larger amounts of backup information • Reliable as long as temperature is kept low and humidity conditions are kept right. • Although hard disks are increasingly used as a backup mechanism, tapes are portable. • Backups can be taken off-site for greater risk prevention
  • 6. Hard Disks • Today, most people use Hard Disks for secondary storage • The basic technology used in hard disks is similar to that of magnetic tape • Magnetic material is layered onto a high- precision aluminum disk • The disk head can move to any point on the platter almost instantly compared to tape • With tape, the head touches the tape. With disks, the head never touches the platter • Tape moves at approx 5 cm/s. Disk platters move at up to 7500 cm/s (272 km/h!)
  • 7. Hard Disks • To increase capacity, a hard disk will usually contain several platters
  • 8. Hard Disks • The heads never touch the platters, but they are very close. This makes hard disks susceptible to mechanical shock.
  • 9. Storing Information on a Hard Disk • Each platter is broken up into tracks and sectors • Tracks are concentric circles on the disk • Each track is broken up into a series of sectors Track (yellow ring) Sector (yellow ring between the lines)
  • 10. Sectors and Blocks • Sectors are further broken up into blocks • A block is a fixed size unit of storage • 512 bytes/block is most commonly used • 1024 bytes/block is common with SCSI disks • 2048 bytes/block is used with CDs • If the user stores onto the hard disk a file which is larger than the block size, then multiple blocks are used.
  • 11. Blocks and Files • If a file takes up multiple blocks, it is necessary to keep track of which blocks comprise that file • Each block is assigned an address • The location of a “file” is stored in what is called a “File Allocation Table” (or FAT) • When the hard disk is formatted, several blocks are reserved so that the Operating System can manage where files are stored on the disk • FATs are often used to keep track of the filename and directory as well.
  • 12. Filesystems • Files are managed within a “filesystem” • The filesystem defines how and where files are stored within a hard disk (or partition) • Common filesystems include: • FAT16 (MSDOS) • VFAT (Windows 95) • FAT32 (Windows 98) • NTFS (Windows NT) • UFS (UNIX) • ext2/ext3 (Linux) • ISO9660 (CD Roms)
  • 13. Filesystems • When a disk is formatted, a filesystem is placed on the disk • The filesystem reserves space for the FAT. • The remaining space is available for files • When a file is to be saved into the filesystem, the system looks for the best location to save the file • It is usually best to save the file in contiguous blocks. • If the disk is nearly full, it may not have enough contiguous blocks to save the file. In that case, the filesystem will place the file wherever it can find space.
  • 14. Deleting Files • In order to make the delete operation faster, when a file is deleted ONLY the FAT is updated. • The actual data still remains on the disk • This is why it MAY be possible to recover a file which has been removed. • The FAT is told that the blocks where the file was stored are now available for writing • The data will remain until another file is stored in the same blocks. • As more files are written on the disk, it is less likely that a delete file can be recovered.
  • 15. Hard Disk Fragmentation • When files are deleted, their blocks are open for writing. • What if the next file which is written in the same blocks is larger than the file which was originally written there? • The system has to break the file up into pieces throughout the filesystem • This is called fragmentation. It considerably slows the access of files. • Most modern Filesystems contain automatic defragmentation utilities.
  • 16. Hey! Wait a minute! • When you purchase a hard disk, the manufacturer indicates its capacity. • When you format that hard disk, you’ll notice that its capacity is less than what the manufacturer told you. • Formatting the disk requires space for the FAT • Manufacturers use decimal numbers to represent number of bytes • 1GB = 1,000,000,000 bytes • There is a class action suit currently filed against the major disk manufacturers because of this
  • 17. Floppy Disks • Floppy disks are similar to hard disks • Because the medium is “floppy”, the disks cannot operate at the same speeds as a hard disk. • Floppy disks are older technology which haven’t received a lot of attention since the late 1980s. • Their capacity hasn’t increased much • Many computers today do not even come with floppy disk drives anymore.
  • 18. Floppy Disk History • The first floppy disks were 8 Inches in diameter • The held about 256 K • The next generation were 5.25 inches in diameter • Could hold up to 1.44 MB • The next generation were 3.5 inches in diameter • These disks are held within a hard plastic case • A spring loaded flap protects the disk from dust and greasy fingers. • Could hold up to 2.88 MB
  • 19. Zip / Jaz Disks • Similar to floppy disks • They are removable • Their platters are made of a hard material • Can operate at higher speeds than floppies. • Newer standards hold more data • Most people have outgrown floppy disks
  • 20. Optical Media • Optical disks are very much like hard disks • Hard disks store information using magnetic material • Bits are stored by changing the magnetic properties of the magnetic material • Bits are read by picking up the tiny magnetic field with a read head • Optical disks store information as pits in a physical medium • A laser is used to determine if a pit is present or not.
  • 21. CD ROM • CD Roms use the same technology as audio Compact Discs. • A master disc is created. • Copies of the disc are created through a pressing process • The discs are aluminum sandwiched between plastic • CDs are single sided. Label Acrylic Aluminum Plastic
  • 22. CD-R • CD Roms must be pressed. They are read only • CDR discs can be written once and read many times • CDRs are made out of aluminum and plastic, but also contain a dye layer • This dye is modified by a laser when the disc is being written • The laser heats up the dye and it becomes non- reflective Label Acrylic Aluminum Plastic Dye
  • 23. Storing Information on a CD • Because CDs were originally intended for audio output, there is a single track of data which spirals out from the center of the disc
  • 24. CD-RW • CD-RW is similar to CD-R • The main difference is that the dye can be made reflective again through an erase process • In this way, CD-RW discs can be written many times • Too much erasing, and the dye starts to fade. Label Acrylic Aluminum Plastic Dye
  • 25. DVD – Digital Versatile Disk • DVDs hold approx 7 times the information that CDs do in the same amount of storage space • DVDs come in 3 types • Single Sided/Single Layer (4.7 GB) • Single Sided/Double Layer (8.5 GB) • Double Sided/Double Layer (17 GB) • DVD uses a laser with a shorter wavelength so the pits are smaller • More pits can be stored on a DVD • Narrower track
  • 26. DVD – Multiple Layers • Each side of a DVD can contain 2 layers, doubling the amount of data that can be stored • One layer is semi-transparent. The laser can be focused “through” that layer onto the second layer. • If you took the track off of a single layer of a DVD and stretched it out into a straight line, it would be 7.5 miles long! • If you did the same with a double layer, double sided disc, the track would stretch to over 30 miles!
  • 27. DVD-R and DVD-RW • These two technologies are still relatively new and still fairly expensive. • DVD-R and DVD-RW use similar techniques as CD-R and CD-RW • A dye layer is used for data writing • The dye layer in DVD-RW is erasable