How to decompress an iso image file in linux

Source: Internet
Author: User

How to decompress the iso image file in linux. the iso file format is iso9660, and iso9660 is a file system on cd, that is, www.2cto.com is the form of Data Organization on cd. Some of its restrictions are: 1. A maximum of 8 sub-directories (you can use RockRidge Extension to increase the limit) 2. A file name with a maximum of 32 characters 3. After copying the iso file to a linux machine, we can decompress the package as follows: in linux, when the kernel supports iso9660, We can mount-t iso9660-o loop xxx. iso/mnt/OS and then/some/path, there will be all the content in the iso file. This is a way to solve this problem. In win, common disc-cutting software can directly burn an iso file, or unlock it or convert it into an iso file using iso2fcd. fcd format, and then use virtual cdrom to directly make (from kxn) www. 2ct O.com in linux, the iso file from cd is very simple cp/dev/cdrom xxx. iso is enough -- How to engrave iso, win 95/98/NT: Easy CD Creater 3.0 or later, select Creat Disk from Disk Image Linux: cdrecord common parameters are: cdrecord-v-eject speed = 4 dev = x, x, x xxx. iso fs = 8 m, where dev = x, x, and x are the device numbers of SCSI devices.

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.