Find the answer to your Linux question:
Results 1 to 5 of 5
So the output of fdisk -l is Disk /dev/hda: 80.0 GB, 80026361856 bytes 255 heads, 63 sectors/track, 9729 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Device ...
  1. #1
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934

    question about fdisk -l

    So the output of fdisk -l is
    Disk /dev/hda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes

    Device Boot Start End Blocks Id System
    /dev/hda1 * 1 6374 51199123+ 7 HPFS/NTFS
    /dev/hda2 6375 6505 1052257+ 82 Linux swap / Solaris
    /dev/hda3 6506 9729 25896780 f W95 Ext'd (LBA)
    /dev/hda5 6506 7795 10361893+ 83 Linux
    /dev/hda6 7796 9729 15534823+ 83 Linux
    My question is
    /dev/hda3 6506 9729 25896780 f W95 Ext'd (LBA)
    what is this?
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    It's an Extended Windows partition, probably a fat32 partition.
    /dev/hda3 6506 9729 25896780 f W95 Ext'd (LBA)
    /dev/hda5 6506 7795 10361893+ 83 Linux
    The weird thing is, they both start on the same block and I would bet that it's an invalid partition.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Linux Engineer valemon's Avatar
    Join Date
    Oct 2006
    Location
    Volos
    Posts
    934
    I don't have a fat32 partition. hda3 also ends on the same block of my home partition. Would it be safe to delete it?
    Linux is like a Teepee, No Windows, No Gates, Only Apache Inside!
    Arch Linux
    Linux user #442041

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by valemon
    I don't have a fat32 partition. hda3 also ends on the same block of my home partition. Would it be safe to delete it?
    I am not sure if it's safe to delete or not and I'd be stupid to suggest that you delete it. I think it could be a problem if you delete it, because it's sharing start/end blocks and also because it's an extended partition, you might hose the other partitions in the process.
    Maybe someone else could clarify this for you.
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Partition Structure is correct and *dont* delete any partition. Extended Partition ( hda3 in your case ) is just a block/pointer that contains Logical Partition ( hda5 and hda6 ).

    hda3 block starts from 6506 and ends at 9729.

    6506 ------------------hda3---------------------- 9729
    6506 ----hda5----7795/7796----hda6-------- 9729

    EDIT: you can create as many Logical partitions as you want between 6506 -- 9729 block. there is no limit for the number of Logical partitions. ( its 63 partitions actually and i dont think anyone would create that many partitions).
    Last edited by devils casper; 04-15-2007 at 06:27 PM. Reason: a bit more info added.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

Posting Permissions

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