In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article introduces the relevant knowledge of "how to mount ISO files in Linux". In the operation of actual cases, many people will encounter such a dilemma, so let the editor lead you to learn how to deal with these situations. I hope you can read it carefully and be able to achieve something!
There are two ways to mount an ISO file in Linux. The first is to use the mount command and enter the following command in the terminal:
The code is as follows:
Sudo mount-o loop filename.iso / cdrom
Where filename.iso is the file name of the ISO file to be mounted, and / cdrom is the directory used as the mount point, that is, the contents of the ISO file can be found in this directory after mounting. It is important to note that if you use other directories, you need to make sure that the directory already exists.
After the mount is completed, you can access the / cdrom directory. After using it, you can enter the following command to uninstall:
The code is as follows:
Sudo umount / cdrom
The second method is to use Furius ISO Mount software, the advantage of this method is that there is no need to remember the above commands, there is no need to enter the user password to lift the weight, it is recommended that you use it.
First install Furius ISO Mount,Ubuntu users can search for installation in the Ubuntu Software Center, or enter sudo apt-get install furiusisomount in the terminal. For other Linux distributions, please install using the appropriate package manager or compile and install yourself.
Note: due to permission issues, some distributions (Ubuntu users do not need to do this) may need to add users to the fuse group and execute sudo adduser username fuse.
Start Furius ISO Mount, and the interface is shown below:
Furius ISO Mount is very easy to use. Click "Browse" to select the ISO file, and then click Mount. Furius ISO Mount will automatically create a mount point in the user's home directory, as shown in the following figure:
After using it, just select the corresponding file in the list of ISO files and click "Unmount".
Furius ISO Mount can also calculate the Md5 and SHA1 of the CD image, select the ISO file that needs to be verified, then select the check method (Md5 or SHA1), and click "check code" to calculate.
This is the end of the content of "how to mount an ISO file in Linux". Thank you for reading. If you want to know more about the industry, you can follow the website, the editor will output more high-quality practical articles for you!
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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.