LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
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 02-21-2007, 12:21 PM   #1
oldmartian
Member
 
Registered: Feb 2007
Location: Akron, Ohio
Distribution: Kubuntu
Posts: 31

Rep: Reputation: 15
Unallocated Partitions


I installed SUSE on IDE-Pri 120GB HD that was all NTFS in 3 partitions.

After installing SUSE 10.1, after my Windows C: partition there is a 16-GB partition labeled "unallocated," I tried Partition Magic and Windows Disk Management tools, but they won't tpuch the unallocated partition. If it was 2 or 3 Gigs I wouldn't mind, but the 40-GB partition isn't used by either Windows or inux, and it's 16-GB.

I looked on th WD website and there was nothibg but instructions on hew to recover the space with Windows disk management (right click on "new partition") but "new partition" is greyed out.

I hesitate to use Fdisk on WinXpPro for fear of losing my Windows setup.

Excuse any typing errors. I'm typing one-handed (fingr) due to left hand injury.
 
Old 02-21-2007, 12:22 PM   #2
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
You can try using GParted from linux (or the GParted Live CD) to free the space and format as something useful.
 
Old 02-21-2007, 12:26 PM   #3
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Also, if you already have 4 primary partitions, you may not be able to use that space until you suck it up into one of the other partitions.

Can you post a better description of your disk geometry (fdisk -l should help)? Something like
Code:
/dev/hda1 --> NTFS WinXP C:
--unallocated space here--
/dev/hda2 --> NTFS D:
/dev/hda3 --> ext3 Suse /
/dev/hda4 --> logical partition
/dev/hda5 --> swap
etc, etc
 
Old 02-21-2007, 04:51 PM   #4
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
Quote:
Originally Posted by oldmartian
I installed SUSE on IDE-Pri 120GB HD that was all NTFS in 3 partitions.

After installing SUSE 10.1, after my Windows C: partition there is a 16-GB partition labeled "unallocated," I tried Partition Magic and Windows Disk Management tools, but they won't tpuch the unallocated partition. If it was 2 or 3 Gigs I wouldn't mind, but the 40-GB partition isn't used by either Windows or inux, and it's 16-GB.

I looked on th WD website and there was nothibg but instructions on hew to recover the space with Windows disk management (right click on "new partition") but "new partition" is greyed out.

I hesitate to use Fdisk on WinXpPro for fear of losing my Windows setup.

Excuse any typing errors. I'm typing one-handed (fingr) due to left hand injury.
I have a pretty recent live CD of gparted and it choked on my NTFS setup. To solve my problem I just stopped running winbloze. Ahhh, that felt grand.

Right, Linux fdisk is perfectly safe with any partitioning chores. I've used it to set up many multiboots with Linux, BSD, OS/2, bloze, etc. But like any other *NIX command line tool, it does what you tell it, so be certain you understand what you're doing.

It's really best to do all the partitioning before installing anything. If you've already got a bloze installation and you want to add other OS to the mixture, try Kanotix qtparted to shrink your NTFS partition and then use it or fdisk to do the rest. As PJ said you must understand how to manage the space. If you lock yourself into 4 primaries you won't be able to access the rest of the area if you've not allocated it in one of the primaries.
 
Old 02-23-2007, 09:42 AM   #5
oldmartian
Member
 
Registered: Feb 2007
Location: Akron, Ohio
Distribution: Kubuntu
Posts: 31

Original Poster
Rep: Reputation: 15
SuperGRUB is the answer

Neat proggie. I'll keep that around in a safe place!

I currently have 4 partition on my first HD: NTFS, Linux, NTFS, Linux.

Thanks for your advice on splitting thing up before installing. I'm going to install Kubuntu this afternoon but I'll set up the correct arrangement of partitions first.

I'll set them up as NTFS (30 GB), NTFS (35 GB), Extended, /hda1(20 GB), /hda2 (20 GB), /hda3 (20), and then a 1 GB swap. Milage may vary to use most all of the 120 GBytes

That should work, No?
 
Old 02-23-2007, 12:24 PM   #6
Mearth
LQ Newbie
 
Registered: Feb 2007
Location: Cleveland Ohio
Distribution: Mepis
Posts: 16

Rep: Reputation: 0
You may be having the same problem when I setup my Linux system. There is a max of 4 physical partitions allowed. I had to basically resize my windows down. So I created a 25 gig Linux partition, 2 gig swap partition, a 25 gig NTFS for my MP3's, and left the rest for the winblows NTFS partition. Then mounted the MP3 into Linux.
 
Old 02-23-2007, 03:38 PM   #7
oldmartian
Member
 
Registered: Feb 2007
Location: Akron, Ohio
Distribution: Kubuntu
Posts: 31

Original Poster
Rep: Reputation: 15
Now to install Kubuntu.

2 NTFS partitions
/hda1 for my Linux stuff (my proggies: mapping, utilties, media, plain old data, whatever trips my trigger)
/hda2 for Linux's Linux stuff (system & system installed proggies)
/swap for Linux

Now if I can just direct the installation to do that!

And yes, I did have that problem of not having an extended partiyion. I fixed that, thanx.

I touted SuperGRUB as being the "everything" proggie for partitioning, but basically it appears to be only a boot utility, although it apperantly hanles everything boot-related.

But it was the recommendation of memer "pljvaldez" who led me to GParted, which is Linux's cryptic GRUB Partition Editor. A very solid piece of software.
 
Old 02-23-2007, 03:45 PM   #8
pljvaldez
LQ Guru
 
Registered: Dec 2005
Location: Somewhere on the String
Distribution: Debian Wheezy (x86)
Posts: 6,094

Rep: Reputation: 281Reputation: 281Reputation: 281
Quote:
Originally Posted by oldmartian
But it was the recommendation of memer "pljvaldez" who led me to GParted, which is Linux's cryptic GRUB Partition Editor.
It's actually Gnome Partition Editor...
 
Old 02-24-2007, 01:22 PM   #9
Randux
Senior Member
 
Registered: Feb 2006
Location: Siberia
Distribution: Slackware & Slamd64. What else is there?
Posts: 1,705

Rep: Reputation: 55
That doesn't matter since he called you a "memer" What's a memer?
 
  


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
partioning unallocated space Ledft Linux - Newbie 4 05-30-2006 11:23 PM
fdisk and unallocated sectors Alien_Hominid Linux - Hardware 2 02-06-2006 11:07 PM
Format ext3 ONLY on unallocated space X-Crawler Linux - General 3 03-16-2004 11:27 AM
partition problems: cannot allocate unallocated sectors yzman Linux - Hardware 7 11-18-2003 04:31 AM
Claiming unallocated diskspace into Linux RefriedJavaBean Linux - Newbie 4 09-27-2003 12:51 PM

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

All times are GMT -5. The time now is 08:21 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