LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-07-2013, 06:45 AM   #1
millgillo
LQ Newbie
 
Registered: May 2013
Posts: 3

Rep: Reputation: Disabled
Question Formatting


May 7, 2013

My 32 bit hard drive 160 GB is full of clutter from previous installations and I can't install any operating system because it will not recognize any hard drive as present. How do I clear the drive and format it again?

millgillo
 
Old 05-07-2013, 07:20 AM   #2
jpollard
Senior Member
 
Registered: Dec 2012
Location: Washington DC area
Distribution: Fedora, CentOS, Slackware
Posts: 4,912

Rep: Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513Reputation: 1513
repartition and mkfs...

You can skip the repartitioning if the partitions are of an acceptable size.

What are you trying to install? Usually it allows you to do that relatively easily.

With Fedora 17/18/19 it gets a bit tricky during installation - you have to select the storage, then click done. At that point it does a "pop-up" about reusing storage - delete the partitions and click on the "reclaim". When you continue it should then reuse the disk how it wants.
 
Old 05-11-2013, 10:38 AM   #3
millgillo
LQ Newbie
 
Registered: May 2013
Posts: 3

Original Poster
Rep: Reputation: Disabled
Formatting

My cd copies of Ubuntu and Puppy linux will both work from the cd in the dvd player, but wont install to the hard drive because the hard drive is partitioned incorrectly and I did it wrong. I had it orginally as an NTSF partitioned drive. The remaining space for instlaling is less than 700 MB. How can I reformat and make it access the internet?
Newbie May 11, 2013
 
Old 05-11-2013, 10:40 AM   #4
suicidaleggroll
LQ Guru
 
Registered: Nov 2010
Location: Colorado
Distribution: OpenSUSE, CentOS
Posts: 5,573

Rep: Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142Reputation: 2142
Any Linux installer should give you the option of just wiping the drive and letting the installer set up its own default partition layout. There's no reason you have to reuse what's already on the drive.
 
Old 05-11-2013, 11:05 AM   #5
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
Hi

Can you post
Code:
sudo fdisk -l
from live cd

Or put an image of gparted at imageshack
 
Old 05-11-2013, 02:06 PM   #6
millgillo
LQ Newbie
 
Registered: May 2013
Posts: 3

Original Poster
Rep: Reputation: Disabled
util-linux-ng 2.17.2 is what reads from fdisk -v -c !!!
 
Old 05-11-2013, 02:24 PM   #7
spiky0011
Senior Member
 
Registered: Jan 2011
Location: PLANET-SPIKE
Distribution: /LFS/Debian
Posts: 2,511
Blog Entries: 1

Rep: Reputation: 412Reputation: 412Reputation: 412Reputation: 412Reputation: 412
I dont understand last post?
 
Old 05-11-2013, 06:57 PM   #8
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,359

Rep: Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751Reputation: 2751
I agree with suicidaleggroll. IF you don't need to save any old data, get a Linux install iso, burn to DVD and install.
If the installer runs, but won't recognise there's a disk at all (regardless of format) then you've likely got a dying disk.
 
1 members found this post helpful.
Old 05-11-2013, 10:40 PM   #9
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Quote:
Originally Posted by millgillo View Post
My 32 bit hard drive 160 GB is full of clutter from previous installations and I can't install any operating system because it will not recognize any hard drive as present. How do I clear the drive and format it again?
First, there is really no such thing as a 32 bit hard drive. You simply have one or more 32 bit operating systems installed on the drive.

You could try using a Parted Magic live CD to repartition and reformat the drive: http://partedmagic.com/

Parted Magic is very well designed and is very easy to use. It will also allow you to backup any data you need to save before you reformat the drive.

If Parted Magic can not find the drive, then you definitely should rule out a hardware problem here.
 
Old 05-11-2013, 11:15 PM   #10
hilyard
Member
 
Registered: Jan 2010
Location: Inland PNW
Distribution: Lite | siduction
Posts: 291

Rep: Reputation: 66
When all else fails, I wipe the hard drive with zeros then partition and format, all using SystemRescueCD.

Wipe with zeros:
Dban or dd command

Partition:
gparted

Write down details (e.g. /dev/sda1 | / | ext4 | 18GB) for each partition created using gparted. This info needed for install once partitioning section is reached (choose "something else," manual, or custom).

Slackware and slack-based distros have necessitated my doing this on occassion.

Note: dd and using root seem to cause some users problems for some reason, but I just do what I know works. For details, you may PM me, if you feel like it.

Best wishes!

Last edited by hilyard; 05-11-2013 at 11:20 PM. Reason: add PM
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cannot use formatting ygloo LQ Suggestions & Feedback 2 09-28-2006 02:39 PM
Formatting Tarekaz Linux - Newbie 7 03-29-2006 02:46 AM
Formatting??? Tipidy Linux - Software 5 03-21-2005 05:55 PM
Formatting help. Ra1n Linux - Newbie 3 05-14-2004 10:42 PM
Formatting -=DpG26=- Linux - Newbie 10 09-01-2003 07:54 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:23 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration