OSDN Git Service

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