tail head cat sleep
QR code linking to this page

manページ  — GETDISKBYNAME

名称

getdiskbyname – ディスク名から包括的なディスクの記述を取得する

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <sys/disklabel.h>

struct disklabel *
getdiskbyname(const char *name);

解説

getdiskbyname() 関数はディスク名 (たとえば ‘rm03’) を引数に取り、ジオメトリ情報および標準のディスクパーティションテーブルを 記述する、プロトタイプのディスクラベルを返します。 すべての情報は disktab(5) ファイルから得られます。

関連項目

disklabel(5), disktab(5), disklabel(8)

歴史

getdiskbyname() 関数は BSD 4.3 ではじめて登場しました。

GETDISKBYNAME (3) June 4, 1993

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

… one of the main causes of the fall of the Roman Empire was that, lacking zero, they had no way to indicate successful termination of their C programs.
— Robert Firth