<?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: CD mount problem with -o in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020244#M48024</link>
    <description>Thanks all,&lt;BR /&gt;I tried all the suggestion but, NO luck, I found the machine patch level is Sep 2002, and the man page for mount command do not show the option "-o" support. &lt;BR /&gt;The quick solution was to use another server with higher patch level suported -o rr option&lt;BR /&gt;and NFS;&lt;BR /&gt;&lt;BR /&gt;On Server with CD, &lt;BR /&gt;â  # mount -F cdfs -o r /dev/dsk/c0t0d0 /cdromâ  &lt;BR /&gt;Add in file /etc/exports: &lt;BR /&gt;â  /cdrom root=server_without_CD &lt;BR /&gt;â  # exportfs /cdrom &lt;BR /&gt;â   &lt;BR /&gt;In Server without CD, &lt;BR /&gt;â  # mount -F nfs server_with_CD:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ahmed&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Dec 2006 23:28:59 GMT</pubDate>
    <dc:creator>Ahmed_58</dc:creator>
    <dc:date>2006-12-26T23:28:59Z</dc:date>
    <item>
      <title>CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020238#M48018</link>
      <description>Hi all,&lt;BR /&gt;I'm having problem mounting Oracle CD with "-o rr" option, it is woriking on other server, it looks the mount command is old version. &lt;BR /&gt;--------------------------------------------&lt;BR /&gt;mount -F cdfs -o rr /dev/dsk/c3t2d0 /cdrom&lt;BR /&gt;mount: illegal file system specific option rr&lt;BR /&gt;---------------------------------------------&lt;BR /&gt;any other option can be use instaed?&lt;BR /&gt;Thanks &lt;BR /&gt;Ahmed</description>
      <pubDate>Mon, 25 Dec 2006 05:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020238#M48018</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2006-12-25T05:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020239#M48019</link>
      <description>Try&lt;BR /&gt;Mount -F cdft -o r /dev/dsk/c3t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;This is for the HP-UX forum... here it is Linux ... you may get more help in HP-UX forum.&lt;BR /&gt;&lt;BR /&gt;But any how try the above and see if this not solve it&lt;BR /&gt;&lt;BR /&gt;Merry Chrismas&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre Huc&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Dec 2006 07:43:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020239#M48019</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2006-12-25T07:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020240#M48020</link>
      <description>Huc,&lt;BR /&gt;Already tried, not worked. OS is HP-UX 11.11&lt;BR /&gt;Ahmed</description>
      <pubDate>Mon, 25 Dec 2006 23:35:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020240#M48020</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2006-12-25T23:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020241#M48021</link>
      <description>Shalom Ahmed,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/mount -F cdfs -e -o ro,rr /dev/dsk/c3t2d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;Change thedevice and this may work better. Its a production command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 26 Dec 2006 07:00:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020241#M48021</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-12-26T07:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020242#M48022</link>
      <description>Salam Ahmed,&lt;BR /&gt;&lt;BR /&gt;Please use this command.&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs -e -o ro,rr /dev/dsk/cxtxdx /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Tue, 26 Dec 2006 07:10:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020242#M48022</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2006-12-26T07:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020243#M48023</link>
      <description>Yes, after checking old HP-UX doc at home a more correct form is the one describe by both previous answer...,&lt;BR /&gt;&lt;BR /&gt;Enjoy life&lt;BR /&gt;&lt;BR /&gt;Jean-Pierre</description>
      <pubDate>Tue, 26 Dec 2006 09:09:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020243#M48023</guid>
      <dc:creator>Huc_1</dc:creator>
      <dc:date>2006-12-26T09:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020244#M48024</link>
      <description>Thanks all,&lt;BR /&gt;I tried all the suggestion but, NO luck, I found the machine patch level is Sep 2002, and the man page for mount command do not show the option "-o" support. &lt;BR /&gt;The quick solution was to use another server with higher patch level suported -o rr option&lt;BR /&gt;and NFS;&lt;BR /&gt;&lt;BR /&gt;On Server with CD, &lt;BR /&gt;â  # mount -F cdfs -o r /dev/dsk/c0t0d0 /cdromâ  &lt;BR /&gt;Add in file /etc/exports: &lt;BR /&gt;â  /cdrom root=server_without_CD &lt;BR /&gt;â  # exportfs /cdrom &lt;BR /&gt;â   &lt;BR /&gt;In Server without CD, &lt;BR /&gt;â  # mount -F nfs server_with_CD:/cdrom /cdrom&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ahmed&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Dec 2006 23:28:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020244#M48024</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2006-12-26T23:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: CD mount problem with -o</title>
      <link>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020245#M48025</link>
      <description>use above solution.</description>
      <pubDate>Tue, 26 Dec 2006 23:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/cd-mount-problem-with-o/m-p/5020245#M48025</guid>
      <dc:creator>Ahmed_58</dc:creator>
      <dc:date>2006-12-26T23:30:37Z</dc:date>
    </item>
  </channel>
</rss>

