[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] preliminary BSD Disklabel support
From: |
Matt Wilson |
Subject: |
Re: [PATCH] preliminary BSD Disklabel support |
Date: |
Fri, 8 Dec 2000 19:53:03 -0500 |
User-agent: |
Mutt/1.2.5i |
Oh, then again it looks like I just need to properly implement
bsd_partition_enumerate.
Matt
On Fri, Dec 08, 2000 at 06:48:49PM -0500, Matt Wilson wrote:
> Oh, one more thing that will take some work. BSD disk labels have
> "slots" that partitions go in. The current implementation here will
> not cope for "holes" in the partitions that are defined. I'll have to
> use either names or partition-specific data to track the slot number
> to use for each partition.