Linux - GeneralThis 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
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to go through Michael Jang's book "RHCE Study Guide", the book is based on RHEL3 but I'm working on RHEL4 (not sure if it matters for my question).
One of the exercises in the book (page 138) says "create an extended partition containing all the rest of the disk space and make it growable".
I don't see anywhere in the Disk Druid setup (during install time) that allows me to specify a new extended partition. Am I missing something here or reading this wrong? I don't see anyway to create a partition without a mount point which looks like he did from his chart on that page. The partition is marked "Extended". Any ideas or is this something that is different from RHEL3 to RHEL4?
Growable? -- This check box indicates whether the size you entered in the previous field is to be considered the partition's exact size, or its minimum size. Press [Space] to check and uncheck the box. When checked, the partition will grow to fill all available space on the hard disk. In this case, the partition's size will expand and contract as other partitions are modified. Note that you can make more than one partition growable; if you do so, the additional free space will be shared between all growable partitions.
I haven't haven't done an RH/FC install in so long, I forgot this terminology. I believe it's just an instruction to Disk Druid. It's unfortunate that RH chose a word that better fits LVM & also has an implication of some permanent quality.
What's important to this exercise is that you understand the concept of extended partitions & know how to use Disk Druid.
Extended partitions:
are containers for logical partitions.
can number only one (or zero -- you don't have to have one).
technically, are a special type of primary partition.
Trying to put it succinctly, but completely, I would say: The normal MBR (Master Boot Record) can hold a maximum of four (4) primary partitions, only one (1) of which is allowed to be an extended partition.
Apologies to anyone who already knows any of this, I'm writing for those who come after.
Hi Domp,, if i am not wrong you want to make an extending partition during the instalation but i guess you cant make it during installation,,
you can only provide partitions ,,, and rest of the free space is just free space at the moment (but not extended at the moment)
when you finish your installation you can see all your root,swap and boot and usr bla bla and rest of the free space YOU CANT SEE
so to able to grow ur partitions u need to make the rest of partions as extended by using fdisk /dev/hda(if using IDE),fdisk /dev/sda(if using SATA or SCSI)
and dnt give any limit and it will make ur rest of space as extended,,
i hope this will help you
Hi Domp,, if i am not wrong you want to make an extending partition during the instalation but i guess you cant make it during installation,,
you can only provide partitions ,,, and rest of the free space is just free space at the moment (but not extended at the moment)
when you finish your installation you can see all your root,swap and boot and usr bla bla and rest of the free space YOU CANT SEE
so to able to grow ur partitions u need to make the rest of partions as extended by using fdisk /dev/hda(if using IDE),fdisk /dev/sda(if using SATA or SCSI)
and dnt give any limit and it will make ur rest of space as extended,,
i hope this will help you
I'm not clear on what you are saying here---any partitioning tool I have ever seen will make extended partitions one way or the other. Sometimes it happens simply by specifying a logical partition, which in turn forces the creation of an extended.
I guess origionally the person was asking tht he cannot see his extending partion in the partions after the installations.
the extended partion is already there but you cannot see the word "Extended",,i guess he meant by that !
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.