0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

PS2 DVD Player 2.16

Last updated at Posted at 2025-07-18

PS2 DVD PLAYER Version 2.16
PS2LinuxにMountして内容
フォルダ
:file_folder:files
:page_facing_up:files.pak
:page_facing_up:padman.irx
:page_facing_up:ps288.vob
:page_facing_up:ps289.vob
:page_facing_up:replace.img
:page_facing_up:rs2d.bin
:page_facing_up:sio2man.irx

:page_with_curl:pbpx-952.24
:page_with_curl:system.cnf

コマンド(命令)は正規表現
sudo mount -t udf /dev/cdrom /mnt/cdrom
ですが
あらかじめ/etcfstabに設定されているので
sudo mount /mnt/cdrom
と、短縮できます

同じ意味ですし
:diamonds:sudoは管理者権限
:diamonds:mountはマウントして使えるようにする
:diamonds:-tはoptionです typeの指定
:diamonds:udfはファイルシステムでユニバーサルディスクフォーマットの指定
:diamonds:/dev/cdromはcdromというデバイス
:diamonds:/mnt/cdromはマウントする場所の設定

:o:管理者の権限でファイルシステムはユニバーサルディスクフォーマットのcdromというデバイスを/mnt/cdromというディレクトリに置いて使える状態にする命令をする

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?