LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-29-2003, 07:18 PM   #1
yunxiang
LQ Newbie
 
Registered: Jan 2003
Location: Beijing China
Distribution: RH8
Posts: 15

Rep: Reputation: 0
is /boot,/swap, / partition unable to be created under the second active partion?


is /boot ,/swap and / partition unable to be created under the second active partion(first is 4G)? , there are two active partition on my harddisk,the first(4GB size) is used to hold windows2000 and the second (10GB)is to install RH9.

on the 10GB disk,divided it into / and /swap is fine,but for the recommend purpose , when I meant to divide the 10GB into three partition : a /boot, a /swap and /, system always report error message: "could not allocate requested partitions: Partitioning failed:Could not allocate partitions" no matter how many times I adjust their sequence,

what is it ?? I know sometimes the /boot partition can't be create outside 1024 cylinders(maybe the first 2GB size), and if that is the problem or else ,what should I do to resolve??
 
Old 05-29-2003, 08:20 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
The installer can not create additional partitions because the entire disk is already allocated.

Delete the second partition and let RH create the partitions for you.

Be carefull not to delete the windows partition.

For your information you can only have one partition set to active.
 
Old 05-30-2003, 04:44 AM   #3
yunxiang
LQ Newbie
 
Registered: Jan 2003
Location: Beijing China
Distribution: RH8
Posts: 15

Original Poster
Rep: Reputation: 0
when I relocate the three partition ,I have delete(free the 10GB disk)using sfdisk, so it means that divided partitions on the free disk space , and so is the error message .
 
Old 05-30-2003, 07:28 AM   #4
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,679

Rep: Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892Reputation: 5892
Can you further explain how you are trying to create the new partitions?

List existing partitions i.e.
sfdisk -l /dev/hda
 
Old 05-30-2003, 07:56 AM   #5
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
you can't have more than 4 partitions without one of
them being an extended partition with logical drives in
that. make one extended partition with the rest of
your free space, and make all of your linux partitions
logical drives in that.
 
Old 05-30-2003, 07:02 PM   #6
matthewwp
LQ Newbie
 
Registered: May 2003
Location: Nashville, TN, USA
Distribution: RHL 8 psycho
Posts: 2

Rep: Reputation: 0
I also got stuck here. I have a 4 gig HD. I started in windows, then deleted it all and I end up with the basic partitions and 2 gigd free psace, which were windows. I formatted over the 2 gigs of windows to use for linux. When I tried to add, or name, using free space up ( /var, /usr /home /tmp etc.) I only got one or 2 in and it wouldn't let me go any further.
 
Old 05-30-2003, 10:47 PM   #7
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
just an example. a really bad one for a beginner to
look at, but notice the type 85 extended, then all
the logical drives in that.


Disk /dev/hda: 255 heads, 63 sectors, 9964 cylinders
Units = cylinders of 16065 * 512 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 260 2088418+ 6 FAT16
/dev/hda2 1000 2500 12056782+ c Win95 FAT32 (LBA)
/dev/hda3 7501 9964 19792080 83 Linux
/dev/hda4 2501 7500 40162500 85 Linux extended
/dev/hda5 2501 3200 5622718+ 83 Linux
/dev/hda6 3201 3400 1606468+ 83 Linux
/dev/hda7 3401 3600 1606468+ 83 Linux
/dev/hda8 3601 4300 5622718+ 83 Linux
/dev/hda9 4301 4400 803218+ 82 Linux swap
/dev/hda10 4401 7500 24900718+ 83 Linux
Partition table entries are not in disk order
 
Old 06-03-2003, 11:41 PM   #8
yunxiang
LQ Newbie
 
Registered: Jan 2003
Location: Beijing China
Distribution: RH8
Posts: 15

Original Poster
Rep: Reputation: 0
is it means that I have to assign / or /swap or both into the extended partition?? and so that I can allocate /boot on the second partition??
 
Old 06-04-2003, 01:04 AM   #9
whansard
Senior Member
 
Registered: Dec 2002
Location: Mosquitoville
Distribution: RH 6.2, Gen2, Knoppix,arch, bodhi, studio, suse, mint
Posts: 3,304

Rep: Reputation: 65
they can all be in a logical drive. it doesn't matter.

you can have all your linux in an an extended drive.
i can't remember how many logical drives you can
have in an extended, but it's a lot. and you can put
lilo or grub in the mbr. any way you want to do it.
you can have 3 primary drives and 1 extended with
30 logical drives in it if you want, with each logical
drive being part or all of a linux install.
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Attempt triple Boot XP/XP/Linux, active partition problem. FrankyG SUSE / openSUSE 7 03-09-2005 06:04 PM
Need boot floppy to change active partition Jldindc Linux - Newbie 1 12-13-2004 03:42 PM
unable to initialise swap partition - rh9 upgrade jimbojones1 Fedora - Installation 7 11-24-2004 02:18 PM
Setting active partition back to /boot after XP reinstall fordsm Linux - General 3 04-28-2004 10:45 AM
How do I change the active boot partition Tayste_2000 Linux - Newbie 4 07-06-2002 06:29 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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