Unit 03
Unit 03
Dr. Nicodemus M. M.
Digital Storage Media
• Magnetic Storage Media: uses magnetic elds to store and retrieve data
example, Hard Disk Drives (HDD) and Magnetic Tape
• Optical Storage Media: uses laser technology to read and write data
optically. Example, Compact Discs (CDs), Digital Versatile Discs (DVDs), and
Blu-ray Discs.
fi
fl
Digital Storage Media
Types
• Cloud Storage: refers to online storage services that store data on remote
servers accessible via the internet. Examples include Dropbox, Google Drive,
Microsoft OneDrive, and Amazon S3.
fi
fi
Magnetic Disks - HDD
• So, if you format your disk with a single le system, this naturally limits the
number and type of operating systems that you can install
• Or you can create partitions. Each of the partitions can e ectively have its
own le system, and you can therefore install di erent types of operating
systems.
fi
fi
ff
fi
fi
fi
ff
ff
Magnetic Disks - HDD MBR is the most
common format and is
Partitioning compatible with BIOS
systems (< 4 PP, 1EP)
• Slack Space: The unused space at the end of a le in a le system that uses
xed size clusters.
• Lost Cluster: A lost cluster is a series of clusters on the hard disk drive that
are not associated with a particular le.
Master Boot Record (MBR): Also known as the boot sector, is the rst sector
of a hard drive (cylinder 0, head 0, sector 1), it contains the main partition table
and the code, called the boot loader, which, when loaded into memory, will
allow the system to boot up.
fi
Magnetic Disks - HDD
Explore
https://cyberhoot.com/cybrary/advanced-persistent-
threat/
Solid State Drives (SSD)
• No Magnets
• Flash memory to store data
• Speci cally uses NAND ash which
is persistent without power (unlike
RAM)
• Amazon Elastic Block Store (EBS) volumes are block-level storage devices
provided by Amazon Web Services (AWS) for use with Amazon Elastic
Compute Cloud (EC2) instances.
• EBS volumes o er durable and scalable block storage that can be attached
to EC2 instances, providing persistent storage for data and applications.
• In reality, the choice of le system depends rst of all on the operating system
that you are using.
fi
fi
fi
fi
File Systems
Types
• FAT (File Allocation Table): A simple le system used for compatibility across
various operating systems and devices.
• NTFS (New Technology File System): A robust le system with support for
advanced features such as le permissions, encryption, and journaling,
commonly used in Windows operating systems.
• APFS (Apple File System): The default le system for macOS and iOS
devices, o ering features like snapshots, cloning, and space sharing.
• Files are typically organized and managed within a le system, which provides
a structure for storing and accessing data on storage devices such as hard
disk drives, solid-state drives, and memory cards.
fi
fi
File Deletion
• When data is deleted on a hard drive, only the references to it are removed,
which leaves the original data in unallocated disk space.
• With forensic recovery tools, recovering data from magnetic media is fairly
easy; you just copy the unallocated space.
• USB drives and other solid state drives systems are di erent, in that memory
cells shift data at the physical level to other cells that had fewer reads and
writes continuously.
• The purpose of shifting data from one memory cell to another is to make sure all
memory cells on the ash drive wear evenly. This process is controlled on the
ash drive’s rmware.
fl
fi
fl
ff
Why is it Important to Understand all this?
Data Recovery