Find the answer to your Linux question:
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........
  1. #1
    Linux 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.....

  2. #2
    Linux 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

  3. #3
    Linux Enthusiast Mudgen's Avatar
    Join Date
    Feb 2007
    Location
    Virginia
    Posts
    623
    Or just use gparted. Do an fdisk -l before and after to see what it did.

  4. #4
    Linux User
    Join Date
    Jan 2005
    Location
    Saint Paul, MN
    Posts
    262
    Quote Originally Posted by raji10k View Post
    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.....
    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:
    Code:
    Command (m for help): n
    Command action
       l   logical (5 or over)
       p   primary partition (1-4)
    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.

  5. #5
    Just Joined!
    Join Date
    Mar 2009
    Location
    Santa Cruz, California
    Posts
    52

    Unhappy

    Quote Originally Posted by raji10k View Post
    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.....
    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!

  6. #6
    Linux 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....

  7. #7
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,940
    Post your partition information from the fdisk command.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...