Format Partition as ext4/Linux

From KlavoWiki
Revision as of 10:20, 1 October 2013 by David (talk | contribs) (Created page with "Assuming the device is SDA and the first partition is therefore SDA1 <pre> fdisk /dev/sda </pre> Delete existing partition and create new ones as required. <pre> mkfs.ext4 /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Assuming the device is SDA and the first partition is therefore SDA1

fdisk /dev/sda

Delete existing partition and create new ones as required.

mkfs.ext4 /dev/sda1 -L labelname