.\" This man-page is Copyright (C) 1997 John S. Kallal .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\" correction, aeb, 970825 .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .\" .\" Japanese Version Copyright (c) 1998 .\" ISHIKAWA Mutsumi, all rights reserved. .\" .TH FULL 4 2007\-11\-24 Linux "Linux Programmer's Manual" .SH 名前 full \- いつも full であるデバイス .SH 設定 システムに作成済みの \fI/dev/full\fP がない場合、 次のコマンドにより作成できる。 .nf mknod \-m 666 /dev/full c 1 7 chown root:root /dev/full .fi .SH 説明 \fI/dev/full\fP は、メジャーデバイス番号 1、 マイナーデバイス番号 7 のファイルである。 .LP \fI/dev/full\fP デバイスへの書き込みは、 \fBENOSPC\fP エラーで失敗する。 この動作を使って、プログラムがディスクフルのエラーをどのように 処理するかをテストできる。 \fI/dev/full\fP デバイスからの読み出しでは、\e0 文字(ヌル文字)が返される。 \fI/dev/full\fP のシーク (seek) は常に成功する。 .SH ファイル /dev/full .SH 関連項目 \fBmknod\fP(1), \fBnull\fP(4), \fBzero\fP(4) .SH この文書について この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。