Programs: disk management

From wikinotes
Revision as of 14:38, 7 August 2020 by Will (talk | contribs) (→‎unix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Partition, and Volume-Manager notes.

disk health monitoring

smartctl check HDD's SMART info, assessment of disk health

unix

dd manage/copy files (primarily used for disks/devices)

bsd

gpart partition disks with gpt
glabel set mountable labels on partitions
zfs very flexible volume-manager/partition-manager supporting snapshots, copy-on-write, etc.

linux

fdisk create mbr/gpt partitions on linux
gdisk create gpt partitions on linux
cfdisk Ncurses partition management