LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-22-2008, 02:35 PM   #1
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Rep: Reputation: 70
Question Best partitioning software


Hi guys,

I bought a new Acer Aspire AMD64 2-core desktop the other day and it had Windoze Vista Basic Home pre-installed on it and this has caused me a great deal of trouble as it renders Partition Magic useless. I've noticed before that Windows OS/s often behave like uneradicable viruses and Vista is proving no exception. It's really buggered up the hard drive. I wish more manufactuers would give us the 'no Operating System' option when purchasing new hardware.

Anyway, what I want to do is totally reformat the entire drive, removing the three partitions the 'geniuses' who pre-installed 'doze created. As I said I am unable to use Norton Partition Magic because the presence of a Vista volume on the HDD causes it to crash. So I've tried GParted and QTParted, but neither of them seem to be able to convert unallocated space into ext3. I'm not sure if this is a fundamental flaw in Parted or simply a bug in the two GUIs., but whatever it is, clicking on the unallocated space (over 200GB) just reveals a list of greyed-out unavailable options.

Question 1. Is this a known problem with QTParted and GParted?

Question 2. What is the best program for re-partitioning HDDs in Linux?

Question 3. Does my best immediate option lie with fdisk, cfdisk or something else altogether?

THanks!
 
Old 11-22-2008, 02:37 PM   #2
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Original Poster
Rep: Reputation: 70
Question Partitioning nightmare thanks to pre-installed Vista

Hi guys,

I bought a new Acer Aspire AMD64 2-core desktop the other day and it had Windoze Vista Basic Home pre-installed on it and this has caused me a great deal of trouble as it renders Partition Magic useless. I've noticed before that Windows OS/s often behave like uneradicable viruses and Vista is proving no exception. It's really buggered up the hard drive. I wish more manufactuers would give us the 'no Operating System' option when purchasing new hardware.

Anyway, what I want to do is totally reformat the entire drive, removing the three partitions the 'geniuses' who pre-installed 'doze created. As I said I am unable to use Norton Partition Magic because the presence of a Vista volume on the HDD causes it to crash. So I've tried GParted and QTParted, but neither of them seem to be able to convert unallocated space into ext3. I'm not sure if this is a fundamental flaw in Parted or simply a bug in the two GUIs., but whatever it is, clicking on the unallocated space (over 200GB) just reveals a list of greyed-out unavailable options.

Question 1. Is this a known problem with QTParted and GParted?

Question 2. What is the best program for re-partitioning HDDs in Linux?

Question 3. Does my best immediate option lie with fdisk, cfdisk or something else altogether?

THanks!
 
Old 11-22-2008, 02:49 PM   #3
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
How is your hd divided into partitions at the moment? Do you have any logical partitions or all of them are primary. It might be the case that you can't add any more partitions due to the fact that you've run out of primary partitions. If you just want to reformat the entire drive (and get rid of vista) why don't you just insert a linux installation cd and install a system on the drive - it will let you partition t it.
 
Old 11-22-2008, 03:01 PM   #4
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,336

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
Quote:
Originally Posted by Completely Clueless View Post

I've tried GParted and QTParted, but neither of them seem to be able to convert unallocated space into ext3. I'm not sure if this is a fundamental flaw in Parted or simply a bug in the two GUIs., but whatever it is, clicking on the unallocated space (over 200GB) just reveals a list of greyed-out unavailable options.
Partitioning must occur before you format a file system. Since you are having trouble trying to give gparted the command to do both at once (which it will do) I suggest that you break the problem up into separate programs.


You can do the partitioning with fdisk. Then format each partition with the mkfs command. If you create a swap partition then format that with the mkswap command.

--------------------
Steve Stites
 
Old 11-22-2008, 03:02 PM   #5
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
Vista will allow you the change it's partition size inside of Vista. I don't recall how to get there, and it was probably ten levels down in the admin/control panel area, but IMO that's the only GOOD feature of Vista. So a) let Vista take care of it's own partition. Then use the other tools to play with the scraps. IMO
 
Old 11-22-2008, 03:04 PM   #6
j.todd
Member
 
Registered: Feb 2008
Location: Michigan
Distribution: Debian GNU/Linux Unstable
Posts: 144

Rep: Reputation: 16
1.: I never have any problems with GParted, maybe you had a bad burn. Check md5 sums and burn at a lower speed.
2.: Parted. Just parted, no front end.
3.: I don't think so.
 
Old 11-22-2008, 03:11 PM   #7
johnson_steve
Senior Member
 
Registered: Apr 2005
Location: BrewCity, USA (Milwaukee, WI)
Distribution: Xubuntu 9.10, Gentoo 2.6.27 (AMD64), Darwin 9.0.0 (arm)
Posts: 1,152

Rep: Reputation: 46
I always just use fdisk. who needs the fany gui. if you use fdisk and want help let me know.
 
Old 11-22-2008, 04:15 PM   #8
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Original Poster
Rep: Reputation: 70
Quote:
Originally Posted by sycamorex View Post
How is your hd divided into partitions at the moment? Do you have any logical partitions or all of them are primary. It might be the case that you can't add any more partitions due to the fact that you've run out of primary partitions. If you just want to reformat the entire drive (and get rid of vista) why don't you just insert a linux installation cd and install a system on the drive - it will let you partition t it.
Well that partly answers my questions, I guess and I must admit that possibility had slipped my mind. But various distros are no doubt better than others at creating initial partitions. Possibly the answer is to use the best distro for creating and formatting the partitions, then switching to my preferred distro (Debian etch) for the actual install itself. So what's a good distro for initial partitioning? The HDD is 320Gb and I'd like four roughly equal partitions plus a 3Gb swap; a simple enough scheme in itself.
I'm still curious about the answers to the other points, though.

Last edited by Completely Clueless; 11-22-2008 at 04:17 PM.
 
Old 11-22-2008, 04:21 PM   #9
wizardhat
Member
 
Registered: Apr 2008
Location: Melbourne, Australia
Distribution: Slackware 12.2
Posts: 52
Blog Entries: 1

Rep: Reputation: 15
Quote:
Originally Posted by Completely Clueless View Post
Well that partly answers my questions, I guess and I must admit that possibility had slipped my mind. But various distros are no doubt better than others at creating initial partitions. Possibly the answer is to use the best distro for creating and formatting the partitions, then switching to my preferred distro (Debian etch) for the actual install itself. So what's a good distro for initial partitioning? The HDD is 320Gb and I'd like four roughly equal partitions plus a 3Gb swap; a simple enough scheme in itself.
I'm still curious about the answers to the other points, though.

Slackware allows you to run cfdisk from the command line without having to install anything (it's generally used for pre-install partitioning). You could try just downloading the first cd, it should be on there. I'm not sure what your download cap is like (mine's only 5gb/month) so if there's a smaller option out there then that would be ideal. Any takers?
 
Old 11-22-2008, 04:47 PM   #10
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Just use "dd" to zap out the start of the disk - one of the few legitimate uses for this. If you have a bootable Linux disk - say the gparted liveCD or Knoppix, or whatever open a terminal, and as root
Code:
dd if=/dev/zero/ of=/dev/sda count=100
As it's a new machine presuming sda is the correct disk address correct - else things will get ugly.
The count is somewhat arbitrary.

Last edited by syg00; 11-22-2008 at 04:49 PM.
 
Old 11-22-2008, 04:57 PM   #11
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Seems I just replied to (almost) a duplicate of this - reporting this to see if we can get them merged.
 
Old 11-22-2008, 05:27 PM   #12
Completely Clueless
Member
 
Registered: Mar 2008
Location: Marbella, Spain
Distribution: Many and various...
Posts: 899

Original Poster
Rep: Reputation: 70
Quote:
Originally Posted by syg00 View Post
Just use "dd" to zap out the start of the disk - one of the few legitimate uses for this. If you have a bootable Linux disk - say the gparted liveCD or Knoppix, or whatever open a terminal, and as root
Code:
dd if=/dev/zero/ of=/dev/sda count=100
As it's a new machine presuming sda is the correct disk address correct - else things will get ugly.
The count is somewhat arbitrary.
So I wipe the boot sector. I must be missing something as I can't see how that helps?
 
Old 11-22-2008, 06:05 PM   #13
ninja master
Member
 
Registered: May 2008
Distribution: funtoo/gentoo amd64 xwrt
Posts: 412

Rep: Reputation: 31
download a slackware 12.1 iso, and write down the directory trees of a slackware server. boot to the slackware 12.1 disk, and run cfdisk /dev/hda0 /dev/hda1 /dev/hda2 so on so on so on untill you delete all the partitions. it could be /dev/hda does the trick and shows all of the hard drives partitions. /dev/sda0 1 2 3 4 so on for sata drives, and possibly /dev/sda or /dev/sdb(if its on a secondary chanel) or /dev/sdc(if on a 3rd channel) so on. when installing slackware, install from a http or ftp server rather than the cd. it helps to have a spare computer to look up the directories needed from ftp/http servers.
 
Old 11-22-2008, 06:35 PM   #14
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
From what I understand, the best option to resize Vista is to use its own disk management tools.

Also, if you have one of those install/repair partitions at the end of the drive, you should really make an image of your vista install as that is probably the best way of not overwriting all of your disk again if you ever need vista to be reinstalled.
 
Old 11-22-2008, 08:06 PM   #15
jtshaw
Senior Member
 
Registered: Nov 2000
Location: Seattle, WA USA
Distribution: Ubuntu @ Home, RHEL @ Work
Posts: 3,892
Blog Entries: 1

Rep: Reputation: 67
Merged your two identical threads together...
 
  


Reply

Tags
magic, partition, vista, volume, windows


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Partitioning Software Ellops Linux - Software 7 03-29-2006 11:11 PM
Best Partitioning Software Plantmiester Linux - General 5 09-02-2005 05:10 PM
Best partitioning software Tsukasa7 Linux - Newbie 4 08-29-2005 01:41 AM
partitioning software Zhou Yi Linux - Software 3 12-14-2004 10:21 AM
partitioning software emjay Linux - Newbie 8 10-03-2002 06:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:31 PM.

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