Mounting ISO Images †
ISO イメージのマウント
If you are already running Linux, you can save an ISO image to a directory on your machine or another machine on the network. You may then mount the ISO image to look at or copy files. To mount an ISO image, use the following command: mount -o loop -t iso9660 <isofilename> <mountpoint>
既に Linux が動いているなら、マシン上のディレクトリやネットワーク上の他のマシンに ISO イメージを保存して、後でファイルを探したりコピーするために ISO イメージをマウントすることができます。ISO イメージをマウントするためには、下記のコマンドを使って下さい。
mount -o loop -t iso9660 <isofilename> <mountpoint>
In the above command replace <isofilename> and <mountpoint> with the correct file name and mount point respectively. The directory given as the mount point must exist.
上記コマンドは <isofilename> と <mountpoint> を正確なファイル名とマウントポイントにそれぞれ置き換えて下さい。マウントポイントとして与えられたディレクトリは必ず存在しなければなりません。
0 件のコメント:
コメントを投稿