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
What are three characteristics of Dynamic Disks
Name 5 types of volumes dynamic disk is capable of
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
What are two limitations of FAT32?
- Does not work on drives larger than 2TB
How does exfat improve upon fat 32?
Partition limits in the Zettabytes, File size limits in the Exabytes.
Is it safe to convert a basic disk to dynamic?
Yes, but you will lose your partitions.
What does it mean to mount a partition?
To use a drive as though it were a folder on a computer.
How do you set up a mounted partition?
Dynamic Disk > Simple Volume > Setup wizard
What is the purpose of thin provisioning?
It enables you to claim more HDD space than you really have. When your disks near their limit, storage spaces gives you a warning to add more. This eliminates the need to reconfigure your setup each time you need to add another HDD.
What are the four possible entries found in a file allocation table?
The four possible entries in a file allocation table are an end-of-file marker, a bad-block marker, code indicating the cluster is available, and the number of the cluster where the next part of the file is stored.
Name three windows tools you can use to deal with a troubled hard drive
If a drive doesn’t show in bios, it is most likely unplugged, yes?
Yes