Never mind! I think I fixed it - unmounted drives on desktop & it seems to have worked! Will keep you updated
Ubuntu Linux - Split Thread
Collapse
X
-
Set the home partition to extended.
Now I am truly starting from a clean slate. Not exactly what I had in mind, but at least I didn't lose anything important on windows, just wasting alot of time...Comment
-
Comment
-
anony - try as I might, I cannot get a 4th partition created.
sda1 - windows
sda2 - root
sda3 - linux swap
sda4/5 - created as extended partition (home)
I cannot get the remaining space to partition as a data partition. If I do not create the extended partition, that is when I get the "no more than 4 primary" partitions message.
It seems I cannot do it either way, no way no how can I create another partition. Where am I going wrong on this?Comment
-
Make it so:
sda1 - Windows (primary)
sda2 - root (primary) (or logical? can't remember)
sda3 - home (extended)
sda4 - swap
sda5 - Data (primary)
If you're having trouble, just run the installer and it should guide you through the partitioning process.
A brief explanation of the two types:
3.3. Primary Partitions
The number of partitions on an Intel-based system was limited from the very beginning: The original partition table was installed as part of the boot sector and held space for only four partition entries. These partitions are now called primary partitions.
3.4. Logical Partitions
One primary partition of a hard drive may be subpartitioned. These are logical partitions. This effectively allows us to skirt the historical four partition limitation.
The primary partition used to house the logical partitions is called an extended partition and it has its own file system type (0x05). Unlike primary partitions, logical partitions must be contiguous. Each logical partition contains a pointer to the next logical partition, which implies that the number of logical partitions is unlimited. However, linux imposes limits on the total number of any type of prtition on a drive, so this effectively limits the number of logical partitions. This is at most 15 partitions total on an SCSI disk and 63 total on an IDE disk.Last edited by anonymez; 10 May 2007, 01:43 PM.Comment
-
The farther I go with this, the dumber I seem to be getting Did what you said, still can't get it done, same results as post 238. Decided to partition thru the installer instead of GParted, but using that, I can't get the option to create any of the partitions as NTFS.
Plus, it wants to create a root partition first before windows, which I guess doesn't matter, but I am still unable to create any partitions as NTFS using the install method.
I guess my best shot at this is to run GParted again & be satisfied with the way I had it before, omitting the Home partition. I could create that at a later time, if I finally figure out how, I suppose.Comment
Comment