Our blog
Ubuntu Format New Hard Drive
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.
RSS Feed