FreeBSD Manual Pages
GETDISKBYNAME(3) FreeBSD Library Functions Manual GETDISKBYNAME(3) NAME getdiskbyname -- get generic disk description by its name LIBRARY Standard C Library (libc, -lc) SYNOPSIS #include <sys/disklabel.h> struct disklabel * getdiskbyname(const char *name); DESCRIPTION The getdiskbyname() function takes a disk name (e.g. `rm03') and returns a prototype disk label describing its geometry information and the stan- dard disk partition tables. All information is obtained from the disktab(5) file. SEE ALSO disktab(5), disklabel(8) HISTORY The getdiskbyname() function appeared in 4.3BSD. FreeBSD 13.0 June 4, 1993 FreeBSD 13.0
NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO | HISTORY
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=getdiskbyname&sektion=3&manpath=FreeBSD+13.1-RELEASE+and+Ports>