Partitions

From LinuxFanBoy
Jump to: navigation, search

It's all about the data, stupid.

System administrators often forget this. We wounder why Database administrators generally make more money then we do. We run everything and have accesses to everything.

The data all starts with disk partitions.

Creating disk partitions

fdisk

fdisk -l
fdisk /dev/sdd

Fdisk.png


parted

partprobe

mklabel

tunefs

Personal tools