Results 1 to 7 of 7
Hi Frndz
I would like to create Logical partition in Extended partition using fdisk in Fedora 14
I created extended but fail to create logical partition.
Please Help........
- 06-13-2011 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
How to Create Logical partition in Extended partition of Fedora 14
Hi Frndz
I would like to create Logical partition in Extended partition using fdisk in Fedora 14
I created extended but fail to create logical partition.
Please Help.....
- 06-13-2011 #2Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,940
See Section 5.3 at the link below for detailed instructions:
Partitioning with fdisk
- 06-14-2011 #3
Or just use gparted. Do an fdisk -l before and after to see what it did.
- 06-14-2011 #4Linux User
- Join Date
- Jan 2005
- Location
- Saint Paul, MN
- Posts
- 262
In Linux, after creating an "extended partition", you still need to create the "logical partition". Within "fdisk" choose "n" again for each new logical partion that you create. The next question once an "extended partition" has been created is:
Use the "l" for creating the "logical partition" as with the primary (and even extended partitions) you will be asked the "first sector" and "Last sector, +sectors or +size{K,M,G}" questions.Code:Command (m for help): n Command action l logical (5 or over) p primary partition (1-4)
- 06-15-2011 #5Just Joined!
- Join Date
- Mar 2009
- Location
- Santa Cruz, California
- Posts
- 52
If you had already created a logical partition within the extended partition, and there was no room to create another logical partition, then the previous suggestion to use gparted is the way to go - you might be able to shrink the older logical partition so there is room for a new one.
If the older partition is mounted, as it would be if it's a partition in use by your system, then you would have to either (a) unmount any logical partitions in that extended partition, or (b) boot a live CD of an appropriate distro, and then use gparted from that to reconfigure your extended partition.
Moving and resizing large partitions can be very slow, so patience may be needed!
- 06-16-2011 #6Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Frnd Sori 4 Late response.
I created Extended drive through fdisk and the when I try to create a new logical drive by "n" its saying "No sectors available".
So plz help....
- 06-16-2011 #7Linux Guru
- Join Date
- Oct 2007
- Location
- Tucson AZ
- Posts
- 1,940
Post your partition information from the fdisk command.


Reply With Quote
