Articles tagged with: Linux tricks

How to Format a Linux Disk

Instructions Set Up a New Partition

1. Open a terminal window and log in as root:

$ su (or “sudo su” on some distributions)

2. Find out the name of your hard drive. To do this, enter the following from the command prompt as root:

# fdisk -l

Loading