Format Partition as ext4/Linux: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
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 /..."
 
(No difference)

Latest revision as of 10:20, 1 October 2013

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