Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Vista partition scheme?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
aiki985
n00b
n00b


Joined: 18 Feb 2009
Posts: 10

PostPosted: Thu Mar 19, 2009 2:29 am    Post subject: Vista partition scheme? Reply with quote

Hi,

I'm installing gentoo using the minimal CD and I am in the process of setting up the partitions. I have a Sony Vaio with Windows Vista and want to set up a dual boot with Gentoo. Using Fdisk, I see that I cannot set up the third root partition because I already have 4 partitions:

/dev/sda1 from 1 to 1072 and the System is "unknown
/dev/sda2 which is marked bootable from 1072 to 20524 and System is HPFS/NTFS
/dev/sda3 is my Linux boot partition (which I was not going to mark bootable since we want to boot from sda2?)
/dev/sda4 is m Linux swap partition

I need one more for the root partition. What should I do?

Thanks
Back to top
View user's profile Send private message
yther
Apprentice
Apprentice


Joined: 25 Oct 2002
Posts: 151
Location: Charlotte, NC (USA)

PostPosted: Thu Mar 19, 2009 2:58 am    Post subject: Reply with quote

Delete sda3 & 4, create an extended partition. Inside that, you should be able to make up to 16 "logical" partitions.

PC hard drives have a hard limit of 4 primary partitions, which we can see you have because they are numbered 1 to 4. Extended would start with /dev/sda5. For example, here is my first hard drive:

Code:
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00085ae0

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1        1245    10000431   83  Linux
/dev/sda2            1246       77825   615128850    5  Extended
/dev/sda5            1246        6344    40957686   83  Linux
/dev/sda6            6345       13694    59038843+  83  Linux
/dev/sda7           13695       14690     8000338+  82  Linux swap / Solaris
/dev/sda8           14691       27139    99996561   83  Linux
/dev/sda9           27140       39588    99996561   83  Linux
/dev/sda10          39589       77825   307138671   83  Linux


Notice how /dev/sda2 occupies all of the space after sda1, and the rest of the partitions are contained within it.

You should be able to do this with cfdisk or possibly gparted. Just make sure it says "Extended" and you should be all set. :)

Edit: Oops, you're using the minimal CD, so you won't have gparted. You should be fine with cfdisk; it's easy to use and works well. I don't like gparted anyway, after it messed me up by creating partitions out of order.


Last edited by yther on Thu Mar 19, 2009 3:02 am; edited 1 time in total
Back to top
View user's profile Send private message
aiki985
n00b
n00b


Joined: 18 Feb 2009
Posts: 10

PostPosted: Thu Mar 19, 2009 3:00 am    Post subject: RE: vista partition Reply with quote

I understand! Thanks I'll give it a try.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum