08 - Storage in Linux
Storage Basics
Block Devices
A block device is a type of file found under /dev/ directory.
It represents a piece of hardware that can store data.
It is called as block storage, because data is read or written to it in blocks or chunks of space.
T...
rohitpagote.hashnode.dev11 min read