Implimenting mass storage Flashcards
True or false: The storage areas within an SSD are called Sectors?
False. HDDs have sectors, SSDs have Pages within blocks.
What is flash memory?
Non-volatile memory that can be electronically programmed or erased.
In SSDs, Pages exist within blocks of data. How many pages are usually inside each block?
128
What is LBA?
Logical Block Addressing - A HDD/SSD controller that enables addressing to work with the CPU through a LBA0 - LBA[max number] system.
What are the three main types of partition formatting, such as MBR (which is one)?
Master Boot Record, Guid Partition Table, Dynamic Disk (windows)
What are three defining characteristics of MBR
- Primary (max 4) and extended partitions (Max 1, with 2 logical drives within)
- Holds a boot sector bit at start of data so bios can find OS
- Logical drives
What are three characteristics of Dynamic Disks
- Unlimited partitions or “volumes” as MS calls them
- Ability to do raid, span volumes across disks and more
- Available from high end win 7 and onwards
Name 5 types of volumes dynamic disk is capable of
- Simple volumes - Act as primary partitions do
- Spanned volumes - Extending across multiple drives
- Striped volumes - For quicker data
- Mirrored - Doy
- Raid 5
What does HDD formatting do?
Enforces a file system, enabling file storage and retrieval. It also checks for bad sectors.
What is the name of the MBR starting bit that provides bios with information pointing towards a bootable OS?
Master Boot Record
Which File system has a two column system that uses hexidecimal to address file locations?
FAT32.
For FAT 32, 0000FFF7 means what?
Bad sector.
How does FAT32 know where the next piece of a file’s data is?
The right-hand column points to the Hexi-address of the next part.
What are four features of NTFS
- Encryption
- Compression
- 16TB Partitions
- Disk Quotas
- Access Control List
What are two limitations of FAT32?
- 4GB max size per file
- Does not work on drives larger than 2TB