bsd man page for getdiskbyname

Query: getdiskbyname

OS: bsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

GETDISKBYNAME(3)					     Library Functions Manual						  GETDISKBYNAME(3)

NAME
getdiskbyname - get disk description by its name
SYNOPSIS
#include <sys/types.h> #include <sys/disktab.h> struct disklabel * getdiskbyname(name) char *name;
DESCRIPTION
Getdiskbyname takes a disk name (e.g. rm03) and returns a structure describing its geometry information and the standard disk partition tables. Information obtained from the disktab(5) file has the following form:
SEE ALSO
disktab(5), disklabel(8)
BUGS
This routine is primarily used when the underlying disk driver does not support labels. The other use is for supplying default information to the disklabel(8) program. 4.2 Berkeley Distribution September 8, 1995 GETDISKBYNAME(3)
Related Man Pages
disklabel(8) - bsd
creatediskbyname(3x) - ultrix
getdiskbyname_r(3c) - hpux
setdisktab(3) - netbsd
getdiskbyname_r(3) - osf1
Similar Topics in the Unix Linux Community
How to use getdiskbyname() API