How to open iso file in linux

王林
Release: 2020-03-13 15:26:02
Original
5465 people have browsed it

How to open iso file in linux

You can use the mount command to open the iso file.

Execute the following command in the terminal:

mount -o loop /mnt/*/1.iso /mnt/cdrom
Copy after login

(where * is the path where your tool disk is placed).

Then, open my computer——>open the CD-ROM and you can see the files inside.

(Recommended tutorial: linux tutorial)

When prompted for charudi two CDs, type the command

umount /mnt/cdrom
Copy after login
Copy after login

and then type the command

mount -o loop /mnt/*/2.iso/mnt/cdrom
Copy after login

(Change the 1 in the file name of the first command to 2, which is the name of the second CD). Enter again like this. Just wait.

Use the command to cancel the mount:

umount /mnt/cdrom
Copy after login
Copy after login

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to open iso file in linux. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!