Post a Comment
The only place that a partition table is needed is on the boot drive. RAID data drives are very happy without partitions of any sort! It works great in Linux, at any rate.
Partition-like functionality can be had by using LVM2 on the unpartitioned block devices. Some system scripts may need patching in order to realize there's no LVM partition identifier to scan for.
Linux is really designed to use partitioned block devices. For example, software RAID autodetection is based on searching for partitions with a particular identifier. Also, boot disks such as knoppix or backtrack will use partitions for automatically identifying and mounting filesystems. Partitioning only uses a few kilobytes of disk space, in my opinion you lose more than you gain by not using partitions.



