OSDN Git Service

Convert release and draft pages to UTF-8.
[linuxjm/jm.git] / manual / e2fsprogs / draft / man8 / findfs.8
1 .\" -*- nroff -*-
2 .\" Copyright 1993, 1994, 1995 by Theodore Ts'o.  All Rights Reserved.
3 .\" This file may be copied under the terms of the GNU Public License.
4 .\" 
5 .\" Japanese Version Copyright (c) 2002 NAKANO Takeo all rights reserved.
6 .\" Translated Thu 3 Oct 2002 by NAKANO Takeo <nakano@apm.seikei.ac.jp>
7 .\" 
8 .TH FINDFS 8 "December 2010" "E2fsprogs version 1.41.14"
9 .\"O .SH NAME
10 .\"O findfs \- Find a filesystem by label or UUID
11 .SH 名前
12 findfs \- ラベルや UUID からファイルシステムを見つける
13 .\"O .SH SYNOPSIS
14 .SH 書式
15 .B findfs 
16 .BI LABEL= label
17 .sp
18 .B findfs
19 .BI UUID= uuid
20 .\"O .SH DESCRIPTION
21 .SH 説明
22 .\"O .B findfs
23 .\"O will search the disks in the system looking for a filesystem which has 
24 .\"O a label matching
25 .\"O .I label
26 .\"O or a UUID equal to 
27 .\"O .IR uuid .
28 .\"O If the filesystem is found, the device name for the filesystem will
29 .\"O be printed on stdout.
30 .B findfs
31 はシステムのディスクを検索し、ラベルが
32 .I label
33 にマッチするファイルシステムや、UUID が
34 .I uuid
35 にマッチするファイルシステムを探す。
36 そのようなファイルシステムが見つかったら、
37 ファイルシステムのデバイス名が標準出力に表示される。
38 .\"O .PP
39 .\"O .SH AUTHOR
40 .SH 著者
41 .\"O .B findfs 
42 .\"O was written by Theodore Ts'o (tytso@mit.edu).
43 .B findfs 
44 は Theodore Ts'o (tytso@mit.edu) が作成した。
45 .\"O .SH AVAILABILITY
46 .SH 入手方法
47 .\"O .B findfs
48 .\"O is part of the e2fsprogs package and is available from 
49 .\"O http://e2fsprogs.sourceforge.net.
50 .B findfs
51 は e2fsprogs パッケージの一部で、
52 http://e2fsprogs.sourceforge.net
53 から入手できる。
54 .\"O .SH SEE ALSO
55 .SH 関連項目
56 .BR fsck (8)