<?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 a cd in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813707#M84929</link>
    <description>Hi Joyce&lt;BR /&gt;&lt;BR /&gt;There is no specific way the genriuc way is like this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount /dev/dsk/cxtydz /mntpoint &lt;BR /&gt;&lt;BR /&gt;this can be used wiht options like&lt;BR /&gt;&lt;BR /&gt;-F cdfs , -o cdcase , -rrip&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or the felxible way is to mount using pfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pfs_mountd &amp;amp;&lt;BR /&gt;pfsd &amp;amp;&lt;BR /&gt;pfs_mount -x lower_case -x noversion /dev/dsk/cxtydz /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Sep 2002 02:26:11 GMT</pubDate>
    <dc:creator>MANOJ SRIVASTAVA</dc:creator>
    <dc:date>2002-09-27T02:26:11Z</dc:date>
    <item>
      <title>Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813702#M84924</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Could someone please give me the procedures for mounting a cd which is non-hp...&lt;BR /&gt;&lt;BR /&gt;thanks in advance&lt;BR /&gt;&lt;BR /&gt;Joyce</description>
      <pubDate>Thu, 26 Sep 2002 03:59:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813702#M84924</guid>
      <dc:creator>Joyce S. Solomon_1</dc:creator>
      <dc:date>2002-09-26T03:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813703#M84925</link>
      <description>Hi, Joyce&lt;BR /&gt;&lt;BR /&gt;#ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;will give you the o/p like this.&lt;BR /&gt;disk      4  0/0/2/1.2.0  sdisk CLAIMED     DEVICE       HP      DVD-ROM 304&lt;BR /&gt;                         /dev/dsk/c3t2d0   /dev/rdsk/c3t2d0&lt;BR /&gt;&lt;BR /&gt;#mount /dev/dsk/c3t2d0 /mount_point&lt;BR /&gt;will mount CD on /cdrom.&lt;BR /&gt;&lt;BR /&gt;If the CD to be mounted is DB2/Oracle media&lt;BR /&gt;then&lt;BR /&gt;#vi /etc/pfs_fstab&lt;BR /&gt;make entry&lt;BR /&gt;/dev/dsk/c3t2d0 /cdrom pfs-rrip xlat=unix 0 0&lt;BR /&gt;save and close the file.&lt;BR /&gt;#pfs_mountd&amp;amp;&lt;BR /&gt;#pfsd&amp;amp;&lt;BR /&gt;#pfs_mount /cdrom&lt;BR /&gt;will mount the CD on /cdrom&lt;BR /&gt;&lt;BR /&gt;enjoy..&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Sep 2002 04:11:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813703#M84925</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-09-26T04:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813704#M84926</link>
      <description>In addition ..you may need to mount it like this ..&lt;BR /&gt;# mount -F cdfs -o cdcase /dev/dsk/c3t2d0 /&lt;MOUNT-POINT&gt;&lt;BR /&gt;if it's rockridge formatted.&lt;BR /&gt;&lt;BR /&gt;&lt;/MOUNT-POINT&gt;</description>
      <pubDate>Thu, 26 Sep 2002 04:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813704#M84926</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-09-26T04:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813705#M84927</link>
      <description>Joyce,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -o cdcase /dev/dsk/&lt;YOUR cd_path=""&gt; /&lt;MOUNT_POINT&gt;&lt;/MOUNT_POINT&gt;&lt;/YOUR&gt;</description>
      <pubDate>Thu, 26 Sep 2002 05:32:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813705#M84927</guid>
      <dc:creator>Magic_Wand</dc:creator>
      <dc:date>2002-09-26T05:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813706#M84928</link>
      <description>Hi all &lt;BR /&gt;&lt;BR /&gt;Thanks for the prompt reply&lt;BR /&gt;&lt;BR /&gt;Is there a specific procedure to mount CDs from Informix and F-Secure (SSH)?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Fri, 27 Sep 2002 00:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813706#M84928</guid>
      <dc:creator>Joyce S. Solomon_1</dc:creator>
      <dc:date>2002-09-27T00:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813707#M84929</link>
      <description>Hi Joyce&lt;BR /&gt;&lt;BR /&gt;There is no specific way the genriuc way is like this&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount /dev/dsk/cxtydz /mntpoint &lt;BR /&gt;&lt;BR /&gt;this can be used wiht options like&lt;BR /&gt;&lt;BR /&gt;-F cdfs , -o cdcase , -rrip&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;or the felxible way is to mount using pfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;pfs_mountd &amp;amp;&lt;BR /&gt;pfsd &amp;amp;&lt;BR /&gt;pfs_mount -x lower_case -x noversion /dev/dsk/cxtydz /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Sep 2002 02:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813707#M84929</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-09-27T02:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813708#M84930</link>
      <description>hi joyce,&lt;BR /&gt;&lt;BR /&gt;i have a script that i use for both mounting and unmounting cds.&lt;BR /&gt;&lt;BR /&gt;hope this helps!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Yogeeraj</description>
      <pubDate>Fri, 27 Sep 2002 03:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813708#M84930</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2002-09-27T03:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: Mount a cd</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813709#M84931</link>
      <description>I know Oracle usually includes cd mounting instructions in their manual. You might check your Informix installation manual and see what they recommend.</description>
      <pubDate>Fri, 27 Sep 2002 03:05:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-a-cd/m-p/2813709#M84931</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-09-27T03:05:46Z</dc:date>
    </item>
  </channel>
</rss>

