LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 05-30-2006, 07:25 AM   #1
jacobselvin
Member
 
Registered: May 2005
Location: Australia
Distribution: SUSE 10.1
Posts: 62

Rep: Reputation: 15
About partition table


Following is what I get as the output of fdisk -l. I have only one hard disk and have installed Windows XP and SUSE Linux. All these information can be clearly made with the following table.

Now I want to know why there is no sda3 and sda4? Why the partitions sda2 and sda5 starts at same cylender? Can anyone also recomment some good link where I can read some information about the partitioning?

Disk /dev/sda: 120.0 GB, 120033041920 bytes
255 heads, 63 sectors/track, 14593 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/sda1 * 1 3916 31455238+ 7 HPFS/NTFS
/dev/sda2 3917 14592 85754970 f W95 Ext'd (LBA)
/dev/sda5 3917 7832 31455238+ b W95 FAT32
/dev/sda6 7833 10443 20972826 b W95 FAT32
/dev/sda7 10444 14337 31278523+ 83 Linux
/dev/sda8 14338 14592 2048256 82 Linux swap / Solaris

Cheers.
 
Old 05-30-2006, 07:51 AM   #2
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
A disk can only have 4 primary partitions. If you want more than 4 which to me is pointless but anywho... you can do so using logical partitions. There are akin to psuedo-partitions. In your case, it looks like sda2 is a logical partition containing sda5-8. You could create more primary partitions which would become sda3 & sda4.
 
Old 05-30-2006, 07:51 AM   #3
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,700

Rep: Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895Reputation: 5895
In a nutshell:
Primary partitions have IDs 1-4. In order to create more then 4 partitions on of the primary partitions is an extended partition ( Ext'd ). An extended partition is a container for logical partitions. Logical partitions are then created within the extended partition and have an ID >=5. You do not need to create all 4 primary partitions before creating an extended with logicals.

Just google for primary, extended and logical partitions.
 
Old 05-30-2006, 11:51 PM   #4
jacobselvin
Member
 
Registered: May 2005
Location: Australia
Distribution: SUSE 10.1
Posts: 62

Original Poster
Rep: Reputation: 15
Thanks for the reply. I did some googling and got some valuable information. In one article I read that the boot loader can only load OSs located in primary partitions. In my case I have only one primary partition and linux is located in one of the logical partitions. I'm using GRUB as boot loader. I'm wondering how GRUB loads my linux although it's not in a primary partition?
 
Old 05-30-2006, 11:57 PM   #5
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
Quote:
Originally Posted by jacobselvin
Thanks for the reply. I did some googling and got some valuable information. In one article I read that the boot loader can only load OSs located in primary partitions. In my case I have only one primary partition and linux is located in one of the logical partitions. I'm using GRUB as boot loader. I'm wondering how GRUB loads my linux although it's not in a primary partition?
you got some bad information there....i have 2 harddrives, and a nice collection of primary and logical partitions and a few linux os's loaded onto logical drives which boot just fine.
 
Old 05-31-2006, 12:57 AM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,126

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
Quote:
Originally Posted by jacobselvin
In one article I read that the boot loader can only load OSs located in primary partitions.
This is true for brain-dead loaders.
The only one of which you are likely to encounters is M$ofts.

All Linux loaders don't suffer from this restriction. Unfortunately a lot of the articles on various web sites is very M$oft specific - and the authors don't even know that other options exist..
 
Old 05-31-2006, 09:11 AM   #7
cs-cam
Senior Member
 
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545

Rep: Reputation: 57
Quote:
The only one of which you are likely to encounters is M$ofts.
Or the FreeBSD LOADER
 
Old 05-31-2006, 09:19 AM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Quote:
Originally Posted by cs-cam
Or the FreeBSD LOADER
Well, it _can_ load FBSD when disk is configured in DD (dangerously dedicated) mode. Any other configuration and it looks more like a joke ...
 
Old 05-31-2006, 11:52 AM   #9
davcefai
Member
 
Registered: Dec 2004
Location: Malta
Distribution: Debian Sid
Posts: 863

Rep: Reputation: 45
Brain-Dead Loaders

It's actually worse than this. Given a system with 2 SATA drives and you want to install Win2K on sdb1, when you try this the installer wants to write files to sda1. Since the partition is "not writable" (no Bill, it's ext3 formatted) the installer recommends that you format sda1.

(Solution, connect the drive to the first SATA channel, install as normal, revert to previous setup and lilo will happily lie to Windows and get it to boot.)
 
Old 05-31-2006, 10:24 PM   #10
haertig
Senior Member
 
Registered: Nov 2004
Distribution: Debian, Ubuntu, LinuxMint, Slackware, SysrescueCD, Raspbian, Arch
Posts: 2,331

Rep: Reputation: 357Reputation: 357Reputation: 357Reputation: 357
Quote:
Originally Posted by syg00
This is true for brain-dead loaders.
The only one of which you are likely to encounters is M$ofts.
Believe it or not, even Windows can be booted out of a logical partition. I've got one system doing this with W2k now. But you need a third party boot manager to invoke the Windows bootloader (I use XOSL, but I'm sure Grub or Lilo would work too). You also have to manually hack the Windows logical partition boot record (partitions have boot records, just like disks have master boot records). You also have to work around Window's refusal to install itself to a logical partition (the solution is to install it to a primary, then clone it up to a logical afterwards). A real pain in the butt ... but it CAN be done!

Linux is SOOOO much easier though! It cares not whether it's in a primary or a logical, or a mixture, or scattered about various HDD's via LVM. SOOOOO much better!
 
  


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
"No partition table or unknown signature on partition table" 10.1 install madcow007 Slackware 4 02-09-2009 11:04 AM
Messed up partition table and Windows' partition boot sector pyromithrandir Linux - General 32 04-08-2006 12:26 PM
Slack 10: S-ATA = "No partition table or unknown signature on partition table"? dissolved soul Slackware - Installation 11 08-05-2004 02:12 PM
Why can't I restore a partition table backup containing a reiser partition? oldweasel Linux - Software 2 05-23-2004 12:11 AM
strange partition table - boot partition empty etanter Linux - General 0 12-23-2003 09:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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