How to format a slave HD with Ubuntu

Asked by Robert

 I have successfully installed Ubunto 7.?? on a 8 gb HD. Yeah!! Now I have installed a 40 gig slave harddrive that I want to format or wipe. I don't need anything on it. I am new to this O/S and need a little help!!.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jim Hutchinson
Solved:
Last query:
Last reply:
Revision history for this message
Best Jim Hutchinson (jphutch) said :
#1

Easiest way with a graphical interface is probably to use gparted. I
think you will need to install it first. Open a terminal
(apps-accessories) and run

sudo apt-get install gparted

Give your password when asked. Nothing shows when typing it so don't worry.

After it's installed run it with

sudo gparted

In order to format a drive it has to be unmounted so use the options
under partition (I think) to unmount the one you want to format. After
that it's pretty self-explanatory. If not, post back.

Hope that helps.

On 12/30/07, Robert <email address hidden> wrote:
> New question #21068 on Ubuntu:
> https://answers.launchpad.net/ubuntu/+question/21068
>
> I have successfully installed Ubunto 7.?? on a 8 gb HD. Yeah!! Now I have installed a 40 gig slave harddrive that I want to format or wipe. I don't need anything on it. I am new to this O/S and need a little help!!.
>
> --
> You received this question notification because you are an answer
> contact for Ubuntu.
>

--
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html

Revision history for this message
Jim Hutchinson (jphutch) said :
#2

Oh, one correction. Run gparted with

gksudo gparted

It's a better option for graphical apps.

Revision history for this message
Robert (rbarr-trosainc) said :
#3

sudo apt-get install gparted

cara@Cara-desktop:~$ sudo apt-get install gparted
[sudo] password for cara:
Reading package lists... Done
Building dependency tree
Reading state information... Done
gparted is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 147 not upgraded.
cara@Cara-desktop:~$

OK..this is what happened..I can't find the program and I don't yet know what "sudo" is!

Revision history for this message
zsobin (zacksobin) said :
#4

That means that gparted is already installed, and did not need to be installed. You can go to the next step. sudo is a command you can put before any other command. It means "pseudo", or fake root privileges (without being logged in as username root). In short, you type sudo before typing any command that requires administrator privileges if you aren't logged in as root. After removing the windows partition and creating an ext3 partition with gparted you will still need to format the partition.

Revision history for this message
Jim Hutchinson (jphutch) said :
#5

Okay, didn't know it was installed by default. No worries. Just run gparted and format the drive as you like. Sudo is the key to managing Ubuntu. Read more about it here https://help.ubuntu.com/community/RootSudo.

Revision history for this message
Robert (rbarr-trosainc) said :
#6

Thanks Jim Hutchinson, that solved my question.