PDA

View Full Version : [ubuntu] formatting my second hard drive?


wsamh
July 28th, 2008, 01:03 AM
I want to format my second hard drive with ext3, but I get a prompt that says that I don't have permission. How can I fix that?

iaculallad
July 28th, 2008, 01:06 AM
I want to format my second hard drive with ext3, but I get a prompt that says that I don't have permission. How can I fix that?

You could use the Gparted utility or on the terminal:

sudo mkfs.ext3 /dev/the_partition_you_want_formated

Rocket2DMn
July 28th, 2008, 01:17 AM
Alternatively you can install GParted
sudo apt-get install gparted
Then access it from System->Administration->Partition Editor. You will need to make sure the drive's partition(s) is/are unmounted, then you can delete the existing partitions on that secondary device and reformat it with ext3. Assuming this drive is internal, you will want to add or edit a pre-existing fstab entry for this device, which I can help you do after you format it.

Sef
July 28th, 2008, 01:21 AM
Or you can download GParted (http://gparted.sourceforge.net/) itself.