GETDISKBYNAME(3) GETDISKBYNAME(3) NAME getdiskbyname - get disk description by its name SYNOPSIS #include struct disktab * getdiskbyname(name) char *name; DESCRIPTION _G_e_t_d_i_s_k_b_y_n_a_m_e takes a disk name (e.g. rm03) and returns a structure describing its geometry information and the standard disk partition tables. All information obtained from the _d_i_s_k_t_a_b(5) file. <_d_i_s_k_t_a_b_._h> has the following form: SEE ALSO disktab(5) BUGS This information should be obtained from the system for locally availā€ able disks (in particular, the disk partition tables). 4.2 Berkeley Distribution May 12, 1986 GETDISKBYNAME(3)