Pages with tag storage
Creating a Disk Partition in Linux
Creating and deleting partitions in Linux is a regular practice because storage devices (such as hard drives and USB drives) must be structured in some way before they can be…
Read more
Persistent Identifiers for Storage Devices
The Linux kernel assigns each storage device a dynamic device name that is not stable across reboots. Persistent identifiers solve this: udev uses them to maintain stable symlinks under /dev/disk/by-id/,…
Read more