man.bsd.lv manual page server

Manual Page Search Parameters

GETDISKBYNAME(3) Library Functions Manual GETDISKBYNAME(3)

getdiskbynameget generic disk description by its name

library “libc”

#include <sys/disklabel32.h>
#include <disktab.h>

struct disklabel32 *
getdiskbyname(const char *name);

The () function takes a disk name (e.g. ‘rm03’) and returns a prototype disk label describing its geometry information and the standard disk partition tables. All information is obtained from the disktab(5) file.

disklabel(5), disktab(5), disklabel(8)

The getdiskbyname() function appeared in 4.3BSD.

June 4, 1993 DragonFly-5.6.1