<?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 mount cdrom over nfs in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999595#M5187</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;There is SuSE 7.2 with cdrom mounted in /media/cdrom. I can't mount this from my HP (10.20 nor 11.00) using&lt;BR /&gt;&lt;BR /&gt;mount -F nfs -er host:/media/cdrom /mntdir&lt;BR /&gt;&lt;BR /&gt;Better said: I can mount it but there is nothing in the mntdir. I believe Linux setup is OK cause I can mount if from Solaris. So question is what is the syntax? NFS clients are running. Is there needed any additional setup?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Andrej</description>
    <pubDate>Tue, 17 Jun 2003 13:28:53 GMT</pubDate>
    <dc:creator>Andrej Vavro</dc:creator>
    <dc:date>2003-06-17T13:28:53Z</dc:date>
    <item>
      <title>mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999595#M5187</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;There is SuSE 7.2 with cdrom mounted in /media/cdrom. I can't mount this from my HP (10.20 nor 11.00) using&lt;BR /&gt;&lt;BR /&gt;mount -F nfs -er host:/media/cdrom /mntdir&lt;BR /&gt;&lt;BR /&gt;Better said: I can mount it but there is nothing in the mntdir. I believe Linux setup is OK cause I can mount if from Solaris. So question is what is the syntax? NFS clients are running. Is there needed any additional setup?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Andrej</description>
      <pubDate>Tue, 17 Jun 2003 13:28:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999595#M5187</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2003-06-17T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999596#M5188</link>
      <description>I tried this:&lt;BR /&gt;&lt;BR /&gt;on HP-UX 11.22:&lt;BR /&gt;&lt;BR /&gt;# mount -F nfs 192.168.1.10:/mnt/cdrom /test&lt;BR /&gt;&lt;BR /&gt;and it works well.&lt;BR /&gt;&lt;BR /&gt;192.168.1.10 is a RH7.3 linux box.&lt;BR /&gt;&lt;BR /&gt;it's a different configuration but... maybe it helps. I didn't use the -er options.&lt;BR /&gt;&lt;BR /&gt;on the linux side, /mnt/cdrom is exported in /etc/exports with this line:&lt;BR /&gt;&lt;BR /&gt;/mnt/cdrom    dbsermm(ro,all_squash)&lt;BR /&gt;&lt;BR /&gt;where dbsermm is the HP-UX machine.&lt;BR /&gt;&lt;BR /&gt;bye&lt;BR /&gt;Claudio&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jun 2003 13:47:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999596#M5188</guid>
      <dc:creator>Claudio Cilloni</dc:creator>
      <dc:date>2003-06-17T13:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999597#M5189</link>
      <description>I do not understand either the -e option, -r for read only, should be the same in your exports file.&lt;BR /&gt;&lt;BR /&gt;Apart from that Claudio is right, try it his way it should work with rh8 too.&lt;BR /&gt;&lt;BR /&gt;J&lt;BR /&gt;&lt;BR /&gt;(leaving now, passing the torch to Balaji and Claudio !)</description>
      <pubDate>Tue, 17 Jun 2003 14:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999597#M5189</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-06-17T14:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999598#M5190</link>
      <description>Do you get anything relevant in the logfiles, on either client or server?</description>
      <pubDate>Tue, 17 Jun 2003 14:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999598#M5190</guid>
      <dc:creator>Evert Jan van Ramselaar</dc:creator>
      <dc:date>2003-06-17T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999599#M5191</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;You don't need special setup for nfs client.&lt;BR /&gt;I also don't understand why you use -er.&lt;BR /&gt;Check without the -er&lt;BR /&gt;Do you have another nfs mount in your system?&lt;BR /&gt;Check how you mounted the cdrom in the linux.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Tue, 17 Jun 2003 16:44:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999599#M5191</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-06-17T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999600#M5192</link>
      <description>hi&lt;BR /&gt;i doubt.&lt;BR /&gt;&lt;BR /&gt;i have tried earlier mounting a CD ROM which is locally mounted via NFS on a remote system.&lt;BR /&gt;&lt;BR /&gt;the error i used to get was too many levels of export or something similar. the OS was all HP Unix. &lt;BR /&gt;&lt;BR /&gt;so is it the same problem what you are having.&lt;BR /&gt;&lt;BR /&gt;i would suggest you to try this. if it works, just let us know.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mount -o bind /mnt/cdrom /mnt/newdir&lt;BR /&gt;&lt;BR /&gt;export this newdir and then try mounting if it works. &lt;BR /&gt;&lt;BR /&gt;-balaji &lt;BR /&gt;&lt;BR /&gt;ps: the work i do on hp unix is reducing slowly and  my knowledge on hp is turning rusty. somebody offer me a job on hp unix?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 04:04:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999600#M5192</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-06-18T04:04:24Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999601#M5193</link>
      <description>The -e switch means verbose in HP-UX. &lt;BR /&gt;&lt;BR /&gt;Balaji, it should be 10 pts for you. Your solution helped. Send a reply and I'll give rest of the points. :-)&lt;BR /&gt;&lt;BR /&gt;I was able to mount both newdir as well as /media/cdrom from HP.&lt;BR /&gt;&lt;BR /&gt;I am not able to share cdrom without re-mounting it on linux. I checked this after assigning points. So again Balaji, I'am sorry for not enough points.&lt;BR /&gt;&lt;BR /&gt;Thank you all,&lt;BR /&gt;Andrej&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Jun 2003 10:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999601#M5193</guid>
      <dc:creator>Andrej Vavro</dc:creator>
      <dc:date>2003-06-18T10:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: mount cdrom over nfs</title>
      <link>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999602#M5194</link>
      <description>hmm.. ok. good that it works.&lt;BR /&gt;&lt;BR /&gt;-balaji &lt;BR /&gt;&lt;BR /&gt;ps: at the risk of being figured as a point monger, i reply to this mail. coz, the no of points u get on this forum is minimal compared to the hp unix counter part. :-)</description>
      <pubDate>Wed, 18 Jun 2003 10:58:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/mount-cdrom-over-nfs/m-p/2999602#M5194</guid>
      <dc:creator>Balaji N</dc:creator>
      <dc:date>2003-06-18T10:58:39Z</dc:date>
    </item>
  </channel>
</rss>

