<?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: Mounting ISO CD Image ?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954097#M414286</link>
    <description>Hello, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938988" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938988&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check out this thread and read procura's reply. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
    <pubDate>Mon, 23 Jan 2006 03:53:27 GMT</pubDate>
    <dc:creator>Arunvijai_4</dc:creator>
    <dc:date>2006-01-23T03:53:27Z</dc:date>
    <item>
      <title>Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954095#M414284</link>
      <description>Is it possible to mount an iso cd image in hp-ux ? if yes, how ?</description>
      <pubDate>Mon, 23 Jan 2006 03:40:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954095#M414284</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2006-01-23T03:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954096#M414285</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;try:&lt;BR /&gt;&lt;BR /&gt;# mount -F cdfs -o cdcase &lt;DEVICE_NAME&gt; &lt;MOUNT point=""&gt;&lt;BR /&gt;&lt;BR /&gt;if not, install the Rockridge patch or use pfs_mount.&lt;BR /&gt;&lt;BR /&gt;regards.&lt;/MOUNT&gt;&lt;/DEVICE_NAME&gt;</description>
      <pubDate>Mon, 23 Jan 2006 03:46:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954096#M414285</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2006-01-23T03:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954097#M414286</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938988" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=938988&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check out this thread and read procura's reply. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 23 Jan 2006 03:53:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954097#M414286</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-23T03:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954098#M414287</link>
      <description>There are 2 ways&lt;BR /&gt;1) Generically using inbuild hpux mount command:&lt;BR /&gt;mount -F cdfs -o dcase /dev/dsk/c0t1d0 /CDROM&lt;BR /&gt;2) Using pfs third party utility&lt;BR /&gt;/dev/dsk/c0t1d0 /CDROM pfs-iso9660 xlat=unix 1 0&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2006 04:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954098#M414287</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-01-23T04:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954099#M414288</link>
      <description>Hi guys,&lt;BR /&gt;I am not asking how to mount a cd . I am asking how can i mount a "CD IMAGE FILE" which i created using some cd burning software. This cd image file xxxx.iso can be mounted in linux using the loop back file. Is there any way I can mount this file in hp-ux without the need of a burned cd, like i did in linux.</description>
      <pubDate>Mon, 23 Jan 2006 23:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954099#M414288</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2006-01-23T23:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954100#M414289</link>
      <description>Hi Arun,&lt;BR /&gt;I read the thread which u gave, as per the feedbacks there it is not possible to mount an iso cd image file in hp-ux. &lt;BR /&gt;But i am keeping this thread open for some more suggestions..</description>
      <pubDate>Mon, 23 Jan 2006 23:56:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954100#M414289</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2006-01-23T23:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954101#M414290</link>
      <description>Hi Bejoy, &lt;BR /&gt;&lt;BR /&gt;This is what Procura says in the above thread, &lt;BR /&gt;&lt;BR /&gt;HP-UX cannot mount a *file* (yet).&lt;BR /&gt;HP-UX only supports block and character devices&lt;BR /&gt;&lt;BR /&gt;CDRTOOLS might be very helpful. Not that it will enably you to mount the file, but it will give you utilities like isoinfo and mkisofs.&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Jan 2006 23:58:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954101#M414290</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-23T23:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954102#M414291</link>
      <description>Is it correct? I cannt mount any iso with this...</description>
      <pubDate>Tue, 24 Jan 2006 00:18:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954102#M414291</guid>
      <dc:creator>Univer_1</dc:creator>
      <dc:date>2006-01-24T00:18:31Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954103#M414292</link>
      <description>Correct, and still so on 11.23, you cannot *mount* a iso image on HP-UX  (yet).&lt;BR /&gt;Workaround is to use NFS ir CiFS to mount it from a Linux box, that does support it.&lt;BR /&gt;&lt;BR /&gt;Enjoy, Have FUN! H.Merijn</description>
      <pubDate>Tue, 24 Jan 2006 02:24:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954103#M414292</guid>
      <dc:creator>H.Merijn Brand (procura</dc:creator>
      <dc:date>2006-01-24T02:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954104#M414293</link>
      <description>Thank you guys.....&lt;BR /&gt;I'll go for NFS mount from Linux machine...</description>
      <pubDate>Thu, 26 Jan 2006 22:03:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954104#M414293</guid>
      <dc:creator>Bejoy C Alias</dc:creator>
      <dc:date>2006-01-26T22:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954105#M414294</link>
      <description>I'm able to mount iso image on hpux 11.11&lt;BR /&gt;&lt;BR /&gt;nohup /usr/sbin/pfs_mountd&amp;amp;&lt;BR /&gt;nohup /usr/sbin/pfsd&amp;amp;&lt;BR /&gt;/usr/sbin/pfs_mount -t iso9660  -x unix \&lt;BR /&gt;/images/cd.iso /mnt&lt;BR /&gt;&lt;BR /&gt;Claude&lt;BR /&gt;ciao ciao</description>
      <pubDate>Tue, 14 Feb 2006 08:28:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954105#M414294</guid>
      <dc:creator>Claude Dube</dc:creator>
      <dc:date>2006-02-14T08:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Mounting ISO CD Image ??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954106#M414295</link>
      <description>&lt;!--!*#--&gt;it work !&lt;BR /&gt;I have an iso file:&lt;BR /&gt;/HP_SW.iso: ISO 9660 CD-ROM filesystem data 'HP_SW&lt;BR /&gt;&lt;BR /&gt;$ nohup /usr/sbin/pfs_mountd&amp;amp;&lt;BR /&gt;$ nohup /usr/sbin/pfsd&amp;amp;&lt;BR /&gt;$ /usr/sbin/pfs_mount -t iso9660 -x unix /HP_SW.iso /mnt/iso/&lt;BR /&gt;$ mount&lt;BR /&gt;&amp;gt; /mnt/iso on localhost:/mnt/iso ro,nointr,retrans=3,timeo=7,wsize=2048,proto=udp on Tue Jun 27 17:08:42 2006&lt;BR /&gt;$ ls /mnt/iso&lt;BR /&gt;... listing of the CD...</description>
      <pubDate>Tue, 27 Jun 2006 10:28:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-iso-cd-image/m-p/4954106#M414295</guid>
      <dc:creator>Support PMG</dc:creator>
      <dc:date>2006-06-27T10:28:42Z</dc:date>
    </item>
  </channel>
</rss>

