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
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
- Defrag
- Chkdsk/error checking
- Disk Cleanup
If a drive doesn’t show in bios, it is most likely unplugged, yes?
Yes