aboutsummaryrefslogtreecommitdiff
path: root/ja/man/man8/mount_cd9660.8
diff options
context:
space:
mode:
Diffstat (limited to 'ja/man/man8/mount_cd9660.8')
-rw-r--r--ja/man/man8/mount_cd9660.8122
1 files changed, 122 insertions, 0 deletions
diff --git a/ja/man/man8/mount_cd9660.8 b/ja/man/man8/mount_cd9660.8
new file mode 100644
index 0000000000..2d48b125bf
--- /dev/null
+++ b/ja/man/man8/mount_cd9660.8
@@ -0,0 +1,122 @@
+.\" Copyright (c) 1993, 1994
+.\" The Regents of the University of California. All rights reserved.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software donated to Berkeley by
+.\" Christopher G. Demetriou.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\" must display the following acknowledgement:
+.\" This product includes software developed by the University of
+.\" California, Berkeley and its contributors.
+.\" 4. Neither the name of the University nor the names of its contributors
+.\" may be used to endorse or promote products derived from this software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" @(#)mount_cd9660.8 8.3 (Berkeley) 3/27/94
+.\" jpman %Id: mount_cd9660.8,v 1.2 1997/04/12 15:50:31 horikawa Stab %
+.Dd March 27, 1994
+.Dt MOUNT_CD9660 8
+.Os BSD 4
+.Sh 名称
+.Nm mount_cd9660
+.Nd ISO-9660 ファイルシステムのマウント
+.Sh 書式
+.Nm mount_cd9660
+.Op Fl egrv
+.Op Fl o Ar options
+.Op Fl s startsector
+.Ar special | node
+.Sh 解説
+.Nm mount_cd9660
+コマンドは、デバイス名
+.Pa special
+上の ISO-9660 ファイルシステムを、
+グローバルファイルシステムの名前空間の
+.Pa node
+の示す位置に接続します。
+通常このコマンドは、ブート時に
+.Xr mount 8
+によって実行されます。
+.Pp
+オプションは、次の通りです:
+.Bl -tag -width indent
+.It Fl e
+拡張属性を使用します。
+.It Fl g
+ファイルのバージョン番号を取り除きません (デフォルトでは、ディスク上に
+異なったバージョン番号を持つファイルが存在する場合、最新のものだけが
+見えます)。
+どちらの場合でも、明示的にバージョン番号を指定しなくてもファイルを
+オープンする事が出来ます。
+.It Fl o
+.Fl o
+フラグの後には、コンマで区切ったオプション文字列を指定することができます。
+指定可能なオプションとその意味は、
+.Xr mount 8
+マニュアルページを参照して下さい。
+.It Fl r
+ファイルシステムに含まれるロックリッジ拡張 (Rockridge extension) を
+使用しません。
+.It Fl s Ar startsector
+ファイルシステム開始位置を
+.Ar startsector
+とします。
+通常、対象のデバイスが CD-ROM ドライブの場合、
+.Nm
+はデータを持つ CD-ROM の最後のトラックを見つけて、
+ファイルシステム開始位置をそこであるとします。
+デバイスが CD-ROM でない場合もしくは目録が判明しない場合、
+ファイルシステムはセクタ 0 から開始されます。
+このオプションはこの動作を変更するものです。
+.Ar startsector
+は CD-ROM ブロック、すなわち 2048 バイトが単位であることに注意して下さい。
+これは
+.Xr cdcontrol 8
+の
+.Cm info
+コマンドノ例が示す通りです。
+.It Fl v
+どのセクタから開始するかについての決定について冗長に報告します。
+.El
+.Sh 関連項目
+.Xr mount 2 ,
+.Xr unmount 2 ,
+.Xr fstab 5 ,
+.Xr cdcontrol 8 ,
+.Xr mount 8
+.Sh バグ
+POSIX デバイスノードマッピングは、現在サポートしていません。
+.Pp
+ロックリッジ拡張 (Rockridge extension) で使用している場合、
+バージョン番号を取り除きません。
+この場合、ロックリッジ名を持たないファイルをバージョン番号なしで
+アクセスすると、バージョン番号の最も大きいファイルではなく、
+小さいファイルをアクセスします。
+.Pp
+ECMA はサポートしていません。
+.Sh 歴史
+.Nm mount_cd9660
+ユーティリティは、
+.Bx 4.4
+で最初に登場しました。