Mounting an ISO image to an AIX System

Source: Internet
Author: User

Method 1:

Loopmount-I XXX. iso-o "-V cdrfs-O ro"-M/mnt/

 

Method 2:

1. Create a logical volume with the same or larger size as ISO image.
2. Add and edit the logical volume entry in the/etc/filesystems file and set VFS to cdrfs
For example:
# Vi/etc/filesystems
/Isocd:
Dev =/dev/isocd
VFS = cdrfs
Mount = false
Options = Ro
Account = false
3) create a loading point for the LV/iso_dir
4) run the DD command to copy the ISO images to the LV.
# Dd If =/CDROM/Domino. ISO of =/dev/isocd
5) The same as Mount CD-ROM,
# Mount-RV cdrfs/dev/isocd/iso_dir

Mounting an ISO image to an AIX System

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.