📜  如何在 linux 中打开 iso 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:16.096000             🧑  作者: Mango

代码示例1
// If you decide to put the mount directory in a root directory, then use sudo on mkdir.
mkdir /mount/point
sudo mount -o loop /some/iso/file.iso /mount/point