Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getdisk(3) — UNIX 2.11BSD

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

disktab(5)

disklabel(8)

GETDISKBYNAME(3)  —  Unix Programmer’s Manual

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

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026