How to mount ISO images on HP-UX, Solaris and Linux (Mount ISO image files)

Source: Internet
Author: User
Document directory
  • On HP-UX
  • On Solaris
  • On Linux
Www.devrecipes.com/2009/05/20/how-to-mount-iso-images-on-hp-ux-solaris-and-linux/
On HP-UX

For version 11.11:

  • Start the PFS mount daemon and the PFS daemon:

    Shell> nohup pfs_mountd &
    Shell> nohup pfsd &

  • Then create the directory to mount to and run the pfs_mount command:

    Shell> mkdir/CDROM
    Shell> pfs_mount-O xlat = UNIX/path/to/isofile/CDROM

Version 11.31:

  • Create a new logical volume say 'iso 'of size slightly
    Greater than the size of your ISO image in MB. You can do this from
    Admin Tool-Sam, or by using the following command.

    Shell> lvcreate-l size_of_your_iso-n iso/dev/vg00

  • Write your ISO to the new volume. Needless to say, you must have the required free space.

    Shell> dd If = path/to/ISO of =/dev/vg00/riso bs = 64

  • Now mount it on the directory of your choice, say/CDROM:

    Shell> Mount/dev/vg00/ISO/CDROM

On Solaris
  • Make the ISO image accessible through the block device. (See the lofiadm man page for more details)

    Shell> lofiadm-A/path/to/ISO/your_isao.iso

  • Then mount it wherever you want to, say on/CDROM

    Shell> Mount-F hsfs-O ro/dev/lofi/1/CDROM

On Linux
  • Use the following command to mount on the directory of your choice, say/mnt/myisodir

    Mount-o loop myiso. ISO/mnt/myisodir

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.