why not make everything partitionable?

2006-11-15 Thread martin f krafft
Hi folks,

you cannot create partitions within partitions, but you can well use
whole disks for a filesystem without any partitions.

Along the same lines, I wonder why md/mdadm distinguish between
partitionable and non-partitionable in the first place. Why isn't
everything partitionable?

Thanks for any explanation(s)!

-- 
martin;  (greetings from the heart of the sun.)
  \ echo mailto: !#^.*|tr * mailto:; [EMAIL PROTECTED]
 
spamtraps: [EMAIL PROTECTED]
 
the reason that every major university
maintains a department of mathematics
is that it's cheaper than
institutionalizing all those people.


signature.asc
Description: Digital signature (GPG/PGP)


Re: why not make everything partitionable?

2006-11-15 Thread Michael Tokarev
martin f krafft wrote:
 Hi folks,
 
 you cannot create partitions within partitions, but you can well use
 whole disks for a filesystem without any partitions.

It's usually better to have a partition table in place, at least on x86.
Just to stop possible confusion - be it from kernel, or from inability
to identify disks properly (think [c]fdisk displaying labels) or from
anything else.  But ok.

 Along the same lines, I wonder why md/mdadm distinguish between
 partitionable and non-partitionable in the first place. Why isn't
 everything partitionable?

It's both historic (before, there was no partitionable md arrays),
and due to the fact that the number of partitions is limited by
only single major number (ie, 256 (sub)partitions max).

Maybe there are other reasons - I don't have a defite answer.

/mjt
-
To unsubscribe from this list: send the line unsubscribe linux-raid in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html