I want to find the hard drives name (eg: ada, da, etc) under FreeBSD 9, using C. The hard drive is not mounted (so I can not use statfs), can contain different types of filesystems and can be different hardware architectures.
Also, if there is a shell-based solution (without grepping into camcontrol output) I would be glad to hear it.