Create and decompress iso files in linux

Source: Internet
Author: User
Create and decompress iso files in linux 1. create an ISO image file and switch it to the root account. run the command cp/dev/cdromXXXXX. isoXXXXX. iso to name the ISO file name. After execution, all files on the CD are mapped to XXXXX. iso2. load the ISO file in the root account... preparation and decompression of iso files in linux 1. switch the ISO image file to the root account and run the command cp/dev/cdrom XXXXX. iso XXXXX. iso is the name of the ISO file to be named. After execution, all files on the CD are mapped to XXXXX. iso 2. load the ISO file and run the rm-rf/dev/cdrom ln-s/dev/loop7/dev/cdrom losetup/dev/loop7/PATH (iso file PATH) command under the root account) mount/mnt/cdrom if you need to change disk losetup-d/dev/loop7, repeat losetup/dev/loop7/PATH (iso file PATH) mount/mnt/cdrom if it is a general CD containing iso, you can directly use the command mount-t iso9660-o loop /.. /*. iso/path /... /*. iso is the iso file path/path is the mount point or mount-o loop <Target Directory> If the target directory does not exist, use mkdir to create the folder. 3. uninstall the loaded ISO file umount-n <Iso file name of the target Directory>
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.