You get a bonus - 1 coin for daily activity. Now you have 1 coin

Mounting .iso CD Images in Linux (Debian, CentOS, Ubuntu, RHEL)

Practice



Task: mount a CD image saved in an .iso file.

It's very simple to do:

$ sudo mount myfile.iso /mnt -o ro,loop

where instead of "myfile.iso" you specify your own .iso file.

And at /mnt you now have the entire content of the CD mounted read-only. As if through a virtual CD-ROM drive (a CD emulator).

Comments

To leave a comment

If you have any suggestion, idea, thanks or comment, feel free to write. We really value feedback and are glad to hear your opinion.
To reply

Lectures and tutorial on "LINUX operating system"

Terms: LINUX operating system