|
NAMEgetdiskbyname —
get generic disk description by its name
LIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <sys/disklabel.h>
struct disklabel *
DESCRIPTIONThegetdiskbyname () 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)HISTORYThegetdiskbyname () function appeared in
4.3BSD.
Visit the GSP FreeBSD Man Page Interface. |