About my partition table?

SkyWalker

New Member
http//img511.imageshack.us/my.php?image=screenshotdevsdagpartedrr7.png<br />
<br />
Just wondering where did /dev/sda3 and /dev/sda4 go S<br />
<br />
Two more questions...<br />
<br />
[*] Looking at the partitions, is /dev/sda5 primary or logical?<br />
<br />
[*] Is it possible to move windows to /dev/sda5 and then use /dev/sda1 for another OS?<br />
<br />
Thanks.<br />
 

PirateSmack

New Member
1. Not sure why, but logical partitions inside of an extended partition always seem to start at sda5

Edit
Wait!
I think I know why... because you can only have a maximum of 4 primary partitions. (/dev/sda1 through /dev/sda4) You have to give up 1 primary partition to create an extended one, so that'd be like
primary /dev/sda1
primary /dev/sda2
prmary /dev/sda3
Extended /dev/sda4
-Logical /dev/sda5
-Logical /dev/sda6
So I think it assumes you have 3 primary partitions before the extended partition, then logical partitions? or something.... IDK almost had it... I was so close! dammit argh


2. Logical (it's inside an extended partition)

3. maybe, but you'd have to format it as NTFS first and mess with the bootloader


You should make your partitions more sexy like mine
http//www.vulomedia.com/images/84104Screenshot4.png
 
Top