Query: getdiskbyname
OS: freebsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GETDISKBYNAME(3) BSD Library Functions Manual GETDISKBYNAME(3)NAMEgetdiskbyname -- get generic disk description by its nameLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <sys/disklabel.h> struct disklabel * getdiskbyname(const char *name);DESCRIPTIONThe getdiskbyname() 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.SEE ALSOdisktab(5), disklabel(8)HISTORYThe getdiskbyname() function appeared in 4.3BSD.BSDJune 4, 1993 BSD
Related Man Pages |
---|
disktab(5) - bsd |
getdiskbyna(3c) - hpux |
getdiskbyname_r(3c) - hpux |
disktab(5) - netbsd |
disktab(4) - osf1 |
Similar Topics in the Unix Linux Community |
---|
How to use getdiskbyname() API |