* Joey Hess <[EMAIL PROTECTED]> [2004-05-02 14:20]: > I don't know anything about LVM, but wouldn't a subdirectory of /dev/ be > a way to fix this?
LVM creates devices under /dev. You first create a Physical Group on an existing /dev/ide/.. device (or sda, md, etc). Then you create a Volume Group, based on one of more Physical Groups. This Volume Group foo is created as /dev/foo. Then you create Logical Groups (the actualy partitions you then format as ext3, etc), and they are created as /dev/foo/bar. There's nothing we can do about this. -- Martin Michlmayr [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

