Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

The method of installing iso File under linux system

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Editor to share with you how to install iso files under the linux system. I hope you will gain a lot after reading this article. Let's discuss it together.

How to install iso file under linux system?

Installation steps:

1. Under the / mnt directory, create a corresponding iso folder, such as iso.

2. Run the following command to mount the iso file

Mount-o loop / home/tecmint/Fedora-18-i386-DVD.iso / mnt/iso

Description: / home/tecmint/Fedora-18-i386-DVD.iso is the path name of the iso file

After successfully installing the ISO image, change the installation directory to / mnt/iso and list the contents of the ISO image. It can only be mounted in read-only mode, so no files can be modified.

Cd / mnt/isols-l

You will see a list of files for the ISO image we installed in the above command. For example, the directory list of the Fedora-18-i386-DVD.iso image would look like this.

Total 16drwxrwsr-x 3 root 101737 2048 Jan 10 01:00 imagesdrwxrwsr-x 2 root 101737 2048 Jan 10 01:00 isolinuxdrwxrwsr-x 2 root 101737 2048 Jan 10 01:00 LiveOSdrwxrwsr-x 28 root 101737 4096 Jan 10 00:38 Packagesdrwxrwsr-x 2 root 101737 4096 Jan 10 00:43 repodata-r--r--r-- 1 root root 1538 Jan 10 01:00 TRANS.TBL

3, at this time, in the / mnt/iso directory, there are corresponding installation files, and then you can install the software through these installation files.

Note: the above operations are performed after su root and require root permission.

After reading this article, I believe you have a certain understanding of the method of installing iso files under the linux system, want to know more about it, welcome to follow the industry information channel, thank you for reading!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report