Subject: Re: A possible way of handling variant/common devices
To: None <tech-kern@NetBSD.ORG, kpneal@pobox.com>
From: Matthew Jacob <mjacob@feral.com>
List: tech-kern
Date: 03/29/1997 14:14:17
 
>
>BTW, it would be kinda spiffy to be able to "mount /usr" and have it mount
>the /usr partition, no matter what ID it happens to be at. It'd get messy
>if you had multiple partitions laying around that were previously mounted
>at /usr. Hmmmm.

That's what I meant by a possible VPD (vital product data) based tool.

The deal here is that you need to bind pathnames to specific partitions
on specific spindles. There are many ways to do this, but I've often thought
that perhaps the old mainframe folks had it right by having volume labels.
You already do something similar with ccd(4) devices (or similar on diff
platforms) by binding underlying physical volumes to the Nth logical
volume. It wouldn't be that hard to come up with a reasonable config
file format that could uniquely identify disks which could then be put
together and mounted.


-matt