Ubuntu Format New Hard Drive
Nov 19, 2009 · 1 minute readCategory: ubuntu
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
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.