MOD 4.2 Flashcards
(18 cards)
Drive Organization
- Depending on OS
o Physical Drive: Multiple volumes or partitions
o Volume: Multiple physical drives - Each partition contains information about files and folders
What is Physical Drive?
Multiple volumes or partitions
What is Volume?
Multiple physical drives
Disk Storage Structure
- Divided into logical blocks
- Block numbers: one-dimensional array
- Fixed size: usually 512 bytes (sector)
What are block numbers?
one dimensional array
What is the usual fixed size?
512 bytes
Logical Formatting
- Creates file system of specific types (NTFS, exFAT, APFS, etc.)
- Usually done a fresh partition
- Erases files and initializes volume information
Bad Blocks
- May happen in HDDs and SSDs
- Data in bad blocks are usually lost
- System utilities may scan and attempt repair
- Drive may have spare sectors
File System
- Most visible aspect of an operating system
- Provides mechanism for storage and access to both data and programs
- Mapped to physical nonvolatile storage devices
- Files stored as blocks
o May be fragmented over time (HDD)
File Elements
- Attributes
o Name, type, location, size, security, date/time - Operations
o Create, write, read, delete - Access Methods
o Direct, sequential, others
File Protection
- File access
o Read, write, execute, append, delete, list, name, file attributes - Access Groups
o Owner
o Group
o Others
File Recovery
- Consistency Checking
o Information in main memory may not be in sync with disk
o System crash -> consistency checker (e.g. Scandisk in Windows) - User backup and Restore
What is the meaning of RAID?
Redundant Arrays of Inexpensive Disks
RAID Structure
- Concept extended to other devices such as tapes
- Redundancy provides reliability
- Performance improvement via parallelism
- Cost considerations
Does Redundancy provide reliability?
Yes/ True, Redundancy provides reliability
What is a high-reliability RAID level?
Mirroring
What is high-speed RAID level?
Stripping, wherein reliability not improved
RAID levels: mirroring/striping scheme such as
o RAID 0 (block stripping w/o mirroring)
o RAID 1 (mirroring)
o RAID 0+1