PDA

View Full Version : [ubuntu] hdd external drive



hduguay
October 28th, 2009, 05:01 PM
I have a 500gb seagate freeagent external hdd. Which I need to reformat. Any ideas how to do this as all info on the drive seem to be windows based.

martrn
October 28th, 2009, 05:14 PM
I have no idea what operating system you are using, no idea what operating system you wish to use sun os/mac os/ gnu linux / or something else.

If you want to partition / format and organise your external hard drive there is a tool called gparted ( http://gparted.sourceforge.net/ ), which you can download and burn to a cdrom. When you boot gparted_livecd up you will be able to format partition and manage your external drive and read/write and view files systems of many different types.

If you are using ubuntu you can :


sudo apt-get install gparted
sudo gparted
to run the gparted application.

kayvortex
October 28th, 2009, 05:19 PM
If you want to format as ntfs, you will also need the ntfsprogs package:

sudo aptitude install ntfsprogs

Once you start up gparted, select the external hdd at the top right, right-click the partition and select "unmount", and then right-click on the partition again and select "format to" and choose what you want it formatted to.

Note: I'm sure you know this already, but just in case -- formatting the disk will permanently erase all files and data on it, so be careful.

hduguay
October 28th, 2009, 07:03 PM
I am using 9.04 ubuntu