<?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 cdrom from a linux box to a hp workstation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973510#M120909</link>
    <description>I believe you could do this with NFS.  Do you have NFS running on the SUSE box?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Wed, 14 May 2003 17:29:12 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-05-14T17:29:12Z</dc:date>
    <item>
      <title>mounting cdrom from a linux box to a hp workstation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973509#M120908</link>
      <description>I want to mount the cdrom attached on my linux box running SUSE 8.1 on to my HP workstation running 10.20.&lt;BR /&gt;How do i go about it? what changes do I need to make on the Linux box if any and what are they. what changes on the hp WS?&lt;BR /&gt;Thank you very much</description>
      <pubDate>Wed, 14 May 2003 17:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973509#M120908</guid>
      <dc:creator>Mario E Mira</dc:creator>
      <dc:date>2003-05-14T17:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cdrom from a linux box to a hp workstation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973510#M120909</link>
      <description>I believe you could do this with NFS.  Do you have NFS running on the SUSE box?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 14 May 2003 17:29:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973510#M120909</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-05-14T17:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cdrom from a linux box to a hp workstation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973511#M120910</link>
      <description>Yes, I have nfs running on the linux box.&lt;BR /&gt;I have created an entry in the exports file as follow:&lt;BR /&gt;&lt;BR /&gt;/media/cdrom  hp_hostname (rw)&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 17:33:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973511#M120910</guid>
      <dc:creator>Mario E Mira</dc:creator>
      <dc:date>2003-05-14T17:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cdrom from a linux box to a hp workstation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973512#M120911</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Beleave it is,&lt;BR /&gt;&lt;BR /&gt;linux host&lt;BR /&gt;# exportfs -a /cdrom&lt;BR /&gt;&lt;BR /&gt;Hpux&lt;BR /&gt;# mount -f nfs -o ro linuxhost:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 14 May 2003 17:38:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973512#M120911</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-05-14T17:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: mounting cdrom from a linux box to a hp workstation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973513#M120912</link>
      <description>How to NFS mount a HP-UX CD from Linux for use with swinstall&lt;BR /&gt;&lt;BR /&gt;DocId: LINUXKBRC00009355   Updated: 3/26/02 6:29:00 AM&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PROBLEM&lt;BR /&gt;&lt;BR /&gt;Customer wants to mount a HP-UX CD on a Red Hat 7.1 Linux system and, after&lt;BR /&gt;exporting the mount point, NFS mount the CD to a 11.0 HP-UX system for use with&lt;BR /&gt;swinstall.  This was necessary because the HP-UX system did not have a CDROM drive.&lt;BR /&gt;&lt;BR /&gt;HP ships HP-UX CDs (Support Plus, Install &amp;amp; Core-OS, Applications, etc) using&lt;BR /&gt;SD-UX packaging.  The CDs use a filesystem type of cdfs.&lt;BR /&gt;&lt;BR /&gt;By default Linux uses filesystem type ISO9660 when mounting CDs.  The Linux&lt;BR /&gt;mount(1) command is capable of probing the superblock to determine which&lt;BR /&gt;filesystem type to use.  When mounting CDs, including HP-UX CDs, this type will&lt;BR /&gt;be ISO9660.&lt;BR /&gt;&lt;BR /&gt;Mounting a HP-UX CD with a filesystem type of ISO9660 will cause many subtle&lt;BR /&gt;problems.  All file and directory names under the CD mount point will be lower&lt;BR /&gt;case.  Also, directory listing using the ls(1) command can yield inconsistent&lt;BR /&gt;results.  Forcing file and directory names to be lower case will wreck havoc&lt;BR /&gt;with the SD-UX depot packaging of HP-UX CDs.  A swinstall session pointed to a&lt;BR /&gt;source depot in this condition will usually yield an error such as "no depot&lt;BR /&gt;software on host  at location ".&lt;BR /&gt;&lt;BR /&gt;How can we mount a HP-UX CD, written in the cdfs filesystem type, on a Linux&lt;BR /&gt;system that assumes a filesystem type of ISO9660 for CDs so that we can safely&lt;BR /&gt;use it with SD-UX comands?&lt;BR /&gt;&lt;BR /&gt;CONFIGURATION&lt;BR /&gt;&lt;BR /&gt;This solution was tested with Red Hat 7.1 but it can apply to other distros and versions. &lt;BR /&gt;The CD tested was a HP-UX 11.0 Install CD but the solution can apply to the SupportPlus, &lt;BR /&gt;Applications, and any other HP-UX CD packaged in the SD-UX format.&lt;BR /&gt;&lt;BR /&gt;RESOLUTION&lt;BR /&gt;&lt;BR /&gt;The HP-UX CD must be locally mounted on the Linux system using the correct mount&lt;BR /&gt;options.  If you have automounter enabled (where Linux automatically mounts a CD&lt;BR /&gt;upon its insertion into the drive), you will need to umount the CD and remount&lt;BR /&gt;it using the correct options.&lt;BR /&gt;&lt;BR /&gt;mount -o ro,norock,map=off   &lt;BR /&gt;&lt;BR /&gt;The options explained:&lt;BR /&gt;ro      - cdroms should be mounted read-only&lt;BR /&gt;norock  - disable the use of Rock Ridge extensions, even if available.  These&lt;BR /&gt;          extensions are not used on HP-UX CDs.&lt;BR /&gt;map=off - no name translation is done.&lt;BR /&gt;&lt;BR /&gt;To verify that these options were used correctly, issue the mount command and&lt;BR /&gt;the cdrom mount point should appear similar to this:&lt;BR /&gt;&lt;BR /&gt;/dev/hdc on /cdrom type iso9660 (ro,norock,map=off)&lt;BR /&gt;&lt;BR /&gt;SD-UX has not been ported to Linux, so there is no way to register the local&lt;BR /&gt;/cdrom mount point on Linux as a depot for remote swinstalls.  However, you can&lt;BR /&gt;export the mount point and NFS mount it on HP-UX systems.&lt;BR /&gt;&lt;BR /&gt;On the Linux system, add the mount point to the NFS exports file (no special&lt;BR /&gt;options other than read-only are required).  Then on the HP-UX system, NFS mount&lt;BR /&gt;the CD over the network and point swinstall to the NFS mount:&lt;BR /&gt;&lt;BR /&gt;mount :/ /mnt &lt;BR /&gt;swinstall -s /mnt &lt;BR /&gt;&lt;BR /&gt;NOTE: On a Linux system, if you have added a cdrom mount point to the NFS&lt;BR /&gt;exports lists, you must first remove this entry before it will allow you to&lt;BR /&gt;umount the cdrom and eject the CD.&lt;BR /&gt;</description>
      <pubDate>Wed, 14 May 2003 17:49:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-cdrom-from-a-linux-box-to-a-hp-workstation/m-p/2973513#M120912</guid>
      <dc:creator>John Bolene</dc:creator>
      <dc:date>2003-05-14T17:49:04Z</dc:date>
    </item>
  </channel>
</rss>

