Ubuntu Format New Hard Drive

This is post is now quite old and the the information it contains may be out of date or innacurate.

If you find any errors or have any suggestions to update the information please let us know or create a pull request on GitHub

If you want to add another harddrive to your Ubuntu system, the easiest way to handle it is to use Gparted (think partition magic for Linux). You can install via the add applications menu in Applications.

Once you create your various partitions though, you might get confused because you can’t actually write to them. Gparted makes the partitions owned by root. You are not root so you can’t write to them.

All you need to do is open up terminal and do the following:


$ cd /media
$ ls

now note down the name of the partition(s) you need to write enable

For each one do the following:


$ sudo chown {yourlogin}:{yourlogin} {partion name}

replacing the {bits like this} with the correct values for you.


Tags: edmondscommerce