<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Mount ISO image on Itanium HP-UX 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035562#M650995</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;So this means that, it is not possible to mount ISO image on HPUX Itanium V3 machine?&lt;BR /&gt;&lt;BR /&gt;-Nikhil</description>
    <pubDate>Tue, 23 Feb 2010 05:43:09 GMT</pubDate>
    <dc:creator>Nikhil Diwalkar</dc:creator>
    <dc:date>2010-02-23T05:43:09Z</dc:date>
    <item>
      <title>Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035552#M650985</link>
      <description>Hi!&lt;BR /&gt;I tried to mount ISO image on above system with pfs_mount but it says that pfs_mount is discountinued ...&lt;BR /&gt;&lt;BR /&gt;Is there another way to mount ISO image on above system?&lt;BR /&gt;&lt;BR /&gt;Brgds,&lt;BR /&gt;Sergej&lt;BR /&gt;&lt;BR /&gt;PS: I used to mount it on 11.23 and PA-RISC with:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;# /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;### Mount ISO image:&lt;BR /&gt;pfs_mount -o xlat=unix /iso_image.iso /ISO_CDROM/&lt;BR /&gt;&lt;BR /&gt;But this doesn't work on 11.31 IA64 :(</description>
      <pubDate>Wed, 11 Jul 2007 05:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035552#M650985</guid>
      <dc:creator>Sergej_5</dc:creator>
      <dc:date>2007-07-11T05:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035553#M650986</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I should hope pfs_mount would not work. Its an awful technology and should only be used if there is no alternative.&lt;BR /&gt;&lt;BR /&gt;Yet what you did is exactly how HP docs say it should be done.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20229.www2.hp.com/downloads/iso_format.html" target="_blank"&gt;http://h20229.www2.hp.com/downloads/iso_format.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I know if you put it on a Linux machine you can do this.&lt;BR /&gt;&lt;BR /&gt;mkdir /tmpfs&lt;BR /&gt;mount -o loop &lt;PATH to="" iso=""&gt; /tmpfs&lt;BR /&gt;&lt;BR /&gt;It will then be mounted.&lt;BR /&gt;&lt;BR /&gt;No reason not to try this on HP-UX, but if there is a Linux box handy, it will definitely work.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-91049/ch10s04.html" target="_blank"&gt;http://docs.hp.com/en/B2355-91049/ch10s04.html&lt;/A&gt;&lt;BR /&gt;May have some helpful hints, but it really shows how to build an ido image, not mount it.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/PATH&gt;</description>
      <pubDate>Wed, 11 Jul 2007 05:29:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035553#M650986</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-11T05:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035554#M650987</link>
      <description>I've tried it ... but hp-ux says:&lt;BR /&gt;&lt;BR /&gt;# mount -o loop /iso_image.iso /ISO_CDROM/&lt;BR /&gt;mount: /iso_image.iso is an invalid operand</description>
      <pubDate>Wed, 11 Jul 2007 05:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035554#M650987</guid>
      <dc:creator>Sergej_5</dc:creator>
      <dc:date>2007-07-11T05:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035555#M650988</link>
      <description>Hi Sergej&lt;BR /&gt;&lt;BR /&gt;The bad news is pfs has been discontinued on HP-UX 11.31, as you seem to have discovered.&lt;BR /&gt;&lt;BR /&gt;In theory the documentation says you can mount it using the mount -F cdfs command option (provided its an ISO9660 image), but in reality I have never got it to work.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Andrew Y</description>
      <pubDate>Wed, 11 Jul 2007 07:21:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035555#M650988</guid>
      <dc:creator>Andrew Young_2</dc:creator>
      <dc:date>2007-07-11T07:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035556#M650989</link>
      <description>I also tried with mount -F cdfs ....but like u said ..i can't make it to mount it :(&lt;BR /&gt;&lt;BR /&gt;Brgds,&lt;BR /&gt;S.</description>
      <pubDate>Wed, 11 Jul 2007 07:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035556#M650989</guid>
      <dc:creator>Sergej_5</dc:creator>
      <dc:date>2007-07-11T07:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035557#M650990</link>
      <description>Try:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o ro,rr,noauto /iso_image.iso /ISO_CDROM&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2007 15:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035557#M650990</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2007-07-11T15:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035558#M650991</link>
      <description>Looks like you are stuck between the H and the P.&lt;BR /&gt;&lt;BR /&gt;HP distibuting ISO images for UNIX software and recommends PFS to mount but discontinues PDS.&lt;BR /&gt;&lt;BR /&gt;What a circle.&lt;BR /&gt;&lt;BR /&gt;Do you have an 11.23.  Mount it there using PFS then NFS it to the 11.31 server ?&lt;BR /&gt;&lt;BR /&gt;Mount it on an 11.23, copy all files off to a disk and so on...&lt;BR /&gt;&lt;BR /&gt;Just some workaround ideas.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jul 2007 15:27:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035558#M650991</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-07-11T15:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035559#M650992</link>
      <description>Geoff, i get the same error result:&lt;BR /&gt;&lt;BR /&gt;# mount -F cdfs -o ro,rr,noauto /tmp/OVO82MRCD1.iso /iso_mount/&lt;BR /&gt;mount: /tmp/OVO82MRCD1.iso is an invalid operand&lt;BR /&gt;&lt;BR /&gt;Anyway, thanks for workaround solutions ... i already thought about it :)&lt;BR /&gt;&lt;BR /&gt;So i guess there is no right solution :(&lt;BR /&gt;&lt;BR /&gt;Brgds,&lt;BR /&gt;S.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2007 01:43:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035559#M650992</guid>
      <dc:creator>Sergej_5</dc:creator>
      <dc:date>2007-07-12T01:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035560#M650993</link>
      <description>Why not just burn the iso image to a CD/DVD and mount that one ?&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Jul 2007 02:16:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035560#M650993</guid>
      <dc:creator>Marcel Burggraeve</dc:creator>
      <dc:date>2007-07-12T02:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035561#M650994</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Because i don't want to burn it to CD/DVD ... i was just wondering if there is a way to do it like i can do it on 11.23&lt;BR /&gt;&lt;BR /&gt;Brgds,&lt;BR /&gt;S.</description>
      <pubDate>Thu, 12 Jul 2007 02:30:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035561#M650994</guid>
      <dc:creator>Sergej_5</dc:creator>
      <dc:date>2007-07-12T02:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035562#M650995</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;So this means that, it is not possible to mount ISO image on HPUX Itanium V3 machine?&lt;BR /&gt;&lt;BR /&gt;-Nikhil</description>
      <pubDate>Tue, 23 Feb 2010 05:43:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035562#M650995</guid>
      <dc:creator>Nikhil Diwalkar</dc:creator>
      <dc:date>2010-02-23T05:43:09Z</dc:date>
    </item>
    <item>
      <title>Re: Mount ISO image on Itanium HP-UX 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035563#M650996</link>
      <description>&amp;gt;Nikhil: So this means that, it is not possible to mount ISO image on HP-UX 11.31 machine?&lt;BR /&gt;&lt;BR /&gt;You need to search newer threads:&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1375750" target="_blank"&gt;http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=1375750&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;In particular: c) Available in HP-UX 11.31 0909: ISOIMAGE-ENH.</description>
      <pubDate>Tue, 23 Feb 2010 06:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-iso-image-on-itanium-hp-ux-11-31/m-p/4035563#M650996</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2010-02-23T06:16:25Z</dc:date>
    </item>
  </channel>
</rss>

