Storage : Partition Flashcards
Block Devices
● Read/write in blocks of data
● examples: hard drives, solid-state devices
Character Devices
● Read/write in character streams of data
● examples: keyboards, mice, serial ports
File System
A data structure is used by an operating system to store, retrieve, organize, and manage files and directories on storage devices
FAT
An older file system compatible with different operating systems
ext2
Used to be the native Linux file system of some older releases
ext3
Much faster in recovering data and better ensures data integrity in abrupt system shutdowns
ext4
Supports volumes up to one exabyte and files up to 16 terabytes in size
XFS
A 64-bit, high-performance journaling file system that provides fast recovery and can handle large files
efficiently
BTRFS
Supports volumes of up to 16 exabytes in size and up to 18 quintillion files on each volume
Windows supports ____ by default
SMB
What are the file systems that shares data over a Network?
Server Message Block (SMB)
Common Internet File System (CIFS)
Network File System (NFS)
____ does offer NFS by default
Windows
Inode
Stores metadata about a file or directory on a file system
What is included in the journaling process?
● Changes to be made
● Background processes
● Pending changes after reboot
● Incomplete entries
Virtual File System
A software interface that sits between the kernel and the real file system
What allows for multiple file systems to be on a drive?
Virtual File System
What are the 2 types of file system labels?
o e2label
▪ ext-based file systems
o xfs_admin
▪ XFS-based file systems
File system labels can have up to____
16 characters long
Partition
A section of the storage drive that logically acts as a separate drive