<?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 cdrom in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118648#M899248</link>
    <description>Hi,&lt;BR /&gt;I also have the option in fstab so you can read CDs which have RockRidge extensions.&lt;BR /&gt;my fstab has&lt;BR /&gt;cdcase,ro,rr,noauto  options.&lt;BR /&gt;For this to work you might need some patches.&lt;BR /&gt;I had to add PHKL_26450, PHKL_28060 and PHCO_26449. These might have been superceded by now of course.&lt;BR /&gt;Garry Ferguson</description>
    <pubDate>Fri, 14 Nov 2003 10:32:46 GMT</pubDate>
    <dc:creator>Garry Ferguson</dc:creator>
    <dc:date>2003-11-14T10:32:46Z</dc:date>
    <item>
      <title>mount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118642#M899242</link>
      <description>I have just installed HP 11.00 and can not mount the cdrom, I want to add additional software.&lt;BR /&gt;&lt;BR /&gt;When I try to mount I get an error...&lt;BR /&gt;# mount /dev/cdrom&lt;BR /&gt;mount: /dev/cdrom was either ignored or not found in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;What am I missing...&lt;BR /&gt;I have the cd in the cdrom&lt;BR /&gt;&lt;BR /&gt;I am logged in as root.&lt;BR /&gt;I did not think I needed to add the cdrom to the fstab, if so what would the options be?</description>
      <pubDate>Thu, 13 Nov 2003 14:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118642#M899242</guid>
      <dc:creator>Ratzie</dc:creator>
      <dc:date>2003-11-13T14:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118643#M899243</link>
      <description>mount /dev/dsk/c0t2d0 /SD-CDROM&lt;BR /&gt;&lt;BR /&gt;where c0t2d0 is the device file, can be found with &lt;BR /&gt;ioscan -fnC disk, and looking for the cdrom entry.&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;/sd-CDROM is any empty directory.</description>
      <pubDate>Thu, 13 Nov 2003 14:19:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118643#M899243</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-11-13T14:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118644#M899244</link>
      <description>to use /dev/cdrom , create a symbolic link to the actual device.&lt;BR /&gt;&lt;BR /&gt;FOr example, on my server:&lt;BR /&gt;&lt;BR /&gt;ll /dev/cdrom&lt;BR /&gt;lrwxrwxrwx   1 root       sys             15 Mar  7  2001 /dev/cdrom -&amp;gt; /dev/dsk/c0t1d0&lt;BR /&gt;&lt;BR /&gt;Rgds....Geoff</description>
      <pubDate>Thu, 13 Nov 2003 14:21:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118644#M899244</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2003-11-13T14:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118645#M899245</link>
      <description>You need to give your device file and mount directory:&lt;BR /&gt;&lt;BR /&gt;# ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;Check for CD devices and it's device name (/dev/dsk/cxtydz)&lt;BR /&gt;&lt;BR /&gt;# mkdir /cdrom&lt;BR /&gt;# mount /dev/dsk/cxtydz /cdrom&lt;BR /&gt;# bdf</description>
      <pubDate>Thu, 13 Nov 2003 14:24:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118645#M899245</guid>
      <dc:creator>Helen French</dc:creator>
      <dc:date>2003-11-13T14:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118646#M899246</link>
      <description>The mount command normally requires 2 parameters: the source device file such as /dev/dsk/c2t2d0 and the destination like /cdrom or /SD_CDROM. If you supply only one parameter then mount looks at /etc/fstab to find a match on the supplied parameter. So: mount /cdrom works fine as long as there is a mountpoint in /etc/fstab called /cdrom.&lt;BR /&gt; &lt;BR /&gt;There is never a devicefile called /dev/cdrom in standard HP-UX. You can create one, perhaps to match some other flavor of Unix, but it is better sysadmin technique to learn the typical naming conventions in each flavor.</description>
      <pubDate>Thu, 13 Nov 2003 15:43:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118646#M899246</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-11-13T15:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118647#M899247</link>
      <description>steps to mount CDROM:&lt;BR /&gt;&lt;BR /&gt;(1) look for the device file of the cdrom&lt;BR /&gt;# ioscan -nfCdisk&lt;BR /&gt;eg:&lt;BR /&gt;disk      2  10/12/5.2.0  sdisk       CLAIMED   DEVICE    HP      DVD-ROM 6x/32x&lt;BR /&gt;&lt;BR /&gt;      /dev/dsk/c4t2d0   /dev/rdsk/c4t2d0&lt;BR /&gt;(2) create a directory as cdrom mount point&lt;BR /&gt;# mkdir /cdrom&lt;BR /&gt;&lt;BR /&gt;(3) mount &lt;BR /&gt;# mount /dev/dsk/c4t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;(4) check whether it's mounted&lt;BR /&gt;# bdf&lt;BR /&gt;you shoulkd  get something similar to the line below:&lt;BR /&gt;/dev/dsk/c4t2d0&lt;BR /&gt;    2457600 2457600       0  100% /cdrom&lt;BR /&gt;&lt;BR /&gt;you cna now access the cd content via mountpoint /cdrom&lt;BR /&gt;&lt;BR /&gt;to umount&lt;BR /&gt;# umount /cdrom&lt;BR /&gt;--&amp;gt; make sure you are not in the mount point when you run the command.&lt;BR /&gt;# pwd --&amp;gt; to check where you are and cd .. to leave this mount point before you umount.&lt;BR /&gt;&lt;BR /&gt;If you want to add the cdrom mount point as permanent mount point, here's the steps:&lt;BR /&gt;&lt;BR /&gt;# vi /etc/fstab&lt;BR /&gt;--&amp;gt; add in the line below:&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c4t2d0 /cdrom cdfs ro,cdcase 0 0&lt;BR /&gt;save this file and this will mount the CD automatically during reboot.&lt;BR /&gt;&lt;BR /&gt;*note* c4t2d0 is just an example.</description>
      <pubDate>Fri, 14 Nov 2003 03:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118647#M899247</guid>
      <dc:creator>Lee Huei</dc:creator>
      <dc:date>2003-11-14T03:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118648#M899248</link>
      <description>Hi,&lt;BR /&gt;I also have the option in fstab so you can read CDs which have RockRidge extensions.&lt;BR /&gt;my fstab has&lt;BR /&gt;cdcase,ro,rr,noauto  options.&lt;BR /&gt;For this to work you might need some patches.&lt;BR /&gt;I had to add PHKL_26450, PHKL_28060 and PHCO_26449. These might have been superceded by now of course.&lt;BR /&gt;Garry Ferguson</description>
      <pubDate>Fri, 14 Nov 2003 10:32:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-cdrom/m-p/3118648#M899248</guid>
      <dc:creator>Garry Ferguson</dc:creator>
      <dc:date>2003-11-14T10:32:46Z</dc:date>
    </item>
  </channel>
</rss>

