[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: (no subject)



I believe you are mis-reading the partition table.  See comments
below.

On Tue, Jul 24, 2001 at 09:46:19AM -0500, ABrady wrote:
> On Tue, 24 Jul 2001 17:50:26 +0530 "TMAN" <tman76in yahoo com> imparted
> to us:
> 
> > Hi,
> > 
> > I am sending partion table list with attachment.
> > 
> > Regards
> > TMAN
> 
> > Disk /dev/hda: 240 heads, 63 sectors, 1292 cylinders
> > Units = cylinders of 15120 * 512 bytes
> 
> >    Device Boot    Start       End    Blocks   Id  System
> > /dev/hda1   *         1       277   2094088+   6  FAT16
> > /dev/hda2           278       752   3591000    5  Extended
> > /dev/hda3           753       929   1338120   83  Linux
> > /dev/hda4           930       947    136080   82  Linux swap
> > /dev/hda5           278       554   2094088+   6  FAT16
> > /dev/hda6           555       752   1496848+   6  FAT16
> 
> >From what's shown here, you're out of space. That's because you created
> an extended partition at hda2 and put 4 partitions into it.

No.  Look at the start and end numbers.  hda2 (the extended partition)
comprises hda5 and hda6.  hda3 and hda4 are primary partitions and are
not part of hda2.

> Plus your extended partition used up all of the rest of the disk.

No.  The problem is that all four slots in the main partition table
are filled, but they don't allocate all of the disk space available.
Cylinders 1-947 are allocated, but 948-1292 are not

> What that
> amounts to is, the free space inside of /hda2 (the space beginning at
> 1496849) is lost.

1496849 is the size of hda6, not the last allocated cylinder of the
disk.

> You can have 4 primary partitions, number 1-4.

That is correct.

> You can have 4 extended partitions, numbered almost any way.

That is also correct, but, up until recently, not very useful, because
it used to be that logical partitions (parts of extended partitions)
were not bootable.

> You have one primary and an extended with 4 partitions inside.

No, you have (in this order) one primary, one extended, and two more
primary, followed by two logical partitions that are made from the
extended.

> The extended partition takes up all of the rest of the space on the
> drive.

No, it doesn't.  See the above.

> And it's maxxed out on how many partitions it can hold (4).

That is more or less correct.

The rest of this is nonsense, and there is no cylinder 1496848.

> If the partitions INSIDE hda2 had been numbered 6,7,8,9 AND hda2 had
> ended at cyl 1496848 you would have room for another partition at hda3.
> Or hda2 could have been a primary with some space on it and an extended
> beginning with hda5 (the normal) and rising in numbers with 6,7,8,9.

There is a Partition mini HOWTO that is worthwhile reading.

Cheers,
-- 
Bob McClure, Jr.            | Aren't you glad you're not getting
Bobcat Open Systems, Inc.   | all the government you pay for now?
robertmcclure earthlink net |





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]