<?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 erorr in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332205#M342263</link>
    <description>Hi Nitingaur,&lt;BR /&gt;&lt;BR /&gt;as per you ioscan -fnC disk --&amp;gt; output your cdrom/DVD is point to device file /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;Please follow the below command should work.&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson &lt;BR /&gt;</description>
    <pubDate>Tue, 06 Jan 2009 11:21:54 GMT</pubDate>
    <dc:creator>Johnson Punniyalingam</dc:creator>
    <dc:date>2009-01-06T11:21:54Z</dc:date>
    <item>
      <title>Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332196#M342254</link>
      <description>I am new for unix environment. I am having problem with mounting cdrom. &lt;BR /&gt;steps tried:&lt;BR /&gt;1) mkdir /cdrom&lt;BR /&gt;2) mount /cdrom&lt;BR /&gt;after mount I am getting error as below &lt;BR /&gt; ---- mount: /dev/dsk/c1t2d0: No such file or directory..&lt;BR /&gt;&lt;BR /&gt;I have made sure that the /etc/fstab file contains an entry for the drive.&lt;BR /&gt;&lt;BR /&gt;please suggest me something. I am totally new for HP-UX environment.</description>
      <pubDate>Tue, 06 Jan 2009 08:34:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332196#M342254</guid>
      <dc:creator>nitingaur1983</dc:creator>
      <dc:date>2009-01-06T08:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332197#M342255</link>
      <description>&amp;gt;I have made sure that the /etc/fstab file contains an entry for the drive.&lt;BR /&gt;&lt;BR /&gt;What does it look like?  Does it have /dev/dsk/c1t2d0?</description>
      <pubDate>Tue, 06 Jan 2009 09:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332197#M342255</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-06T09:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332198#M342256</link>
      <description>Does it actually mount the cd?&lt;BR /&gt;&lt;BR /&gt;# df&lt;BR /&gt;&lt;BR /&gt;You might try:&lt;BR /&gt;&lt;BR /&gt;# sam&lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;# ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;to verify your cdrom path. Does it match the fstab info?&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2009 09:08:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332198#M342256</guid>
      <dc:creator>cnb</dc:creator>
      <dc:date>2009-01-06T09:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332199#M342257</link>
      <description>Send the output of&lt;BR /&gt;&lt;BR /&gt;ioscan -fnC disk&lt;BR /&gt;&lt;BR /&gt;put the cd inside the drive, then mount the cd drive.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 06 Jan 2009 09:17:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332199#M342257</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2009-01-06T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332200#M342258</link>
      <description>/etc/fstab contains entry like this: &lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c1t2d0 /cdrom cdfs ro,suid 0 0&lt;BR /&gt;&lt;BR /&gt;output of ioscan -funC disk :&lt;BR /&gt;&lt;BR /&gt;Class     I  H/W Path       Driver     S/W State   H/W Type     Description&lt;BR /&gt;============================================================================&lt;BR /&gt;disk      0  0/0/2/0.0.0.0  sdisk      CLAIMED     DEVICE       _NEC    DVD+-RW ND-6650A&lt;BR /&gt;                           /dev/dsk/c0t0d0   /dev/rdsk/c0t0d0&lt;BR /&gt;disk      1  0/1/1/0.0.0    sdisk      CLAIMED     DEVICE       HP 146 GST3146707LC&lt;BR /&gt;                           /dev/dsk/c2t0d0   /dev/rdsk/c2t0d0&lt;BR /&gt;disk      2  0/1/1/0.1.0    sdisk      CLAIMED     DEVICE       HP 146 GST3146707LC&lt;BR /&gt;                           /dev/dsk/c2t1d0   /dev/rdsk/c2t1d0&lt;BR /&gt;disk      3  0/1/1/1.2.0    sdisk      CLAIMED     DEVICE       HP 146 GST3146707LC&lt;BR /&gt;                           /dev/dsk/c3t2d0     /dev/dsk/c3t2d0s2   /dev/rdsk/c3t2d0    /dev/rdsk/c3t2d0s2&lt;BR /&gt;                           /dev/dsk/c3t2d0s1   /dev/dsk/c3t2d0s3   /dev/rdsk/c3t2d0s1  /dev/rdsk/c3t2d0s3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Tue, 06 Jan 2009 10:22:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332200#M342258</guid>
      <dc:creator>nitingaur1983</dc:creator>
      <dc:date>2009-01-06T10:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332201#M342259</link>
      <description>Your cdrom is /dev/dsk/c0t0d0 &lt;BR /&gt;&lt;BR /&gt;try mounting this device. Change /etc/fstab accordingly.</description>
      <pubDate>Tue, 06 Jan 2009 10:28:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332201#M342259</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-06T10:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332202#M342260</link>
      <description>How did you find out that "/dev/dsk/c1t2d0" is your cdrom ?</description>
      <pubDate>Tue, 06 Jan 2009 10:30:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332202#M342260</guid>
      <dc:creator>Srimalik</dc:creator>
      <dc:date>2009-01-06T10:30:18Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332203#M342261</link>
      <description>This is ur cdrom&lt;BR /&gt;&lt;BR /&gt;/dev/rdsk/c0t0d0 &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 06 Jan 2009 10:43:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332203#M342261</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2009-01-06T10:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332204#M342262</link>
      <description>disk 0 0/0/2/0.0.0.0 sdisk CLAIMED DEVICE _NEC DVD+-RW ND-6650A &lt;BR /&gt;/dev/dsk/c0t0d0 /dev/rdsk/c0t0d0 &lt;BR /&gt;&lt;BR /&gt;Infact, you don't seem to have any device in that path right now.</description>
      <pubDate>Tue, 06 Jan 2009 10:45:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332204#M342262</guid>
      <dc:creator>Venkatesh BL</dc:creator>
      <dc:date>2009-01-06T10:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332205#M342263</link>
      <description>Hi Nitingaur,&lt;BR /&gt;&lt;BR /&gt;as per you ioscan -fnC disk --&amp;gt; output your cdrom/DVD is point to device file /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;Please follow the below command should work.&lt;BR /&gt;&lt;BR /&gt;mount -F cdfs /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Johnson &lt;BR /&gt;</description>
      <pubDate>Tue, 06 Jan 2009 11:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332205#M342263</guid>
      <dc:creator>Johnson Punniyalingam</dc:creator>
      <dc:date>2009-01-06T11:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332206#M342264</link>
      <description>Hi Nitingaur,&lt;BR /&gt;&lt;BR /&gt;Edit the /etc/fstab and remove the the entry,&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/c1t2d0 /cdrom cdfs ro,suid 0 0 &lt;BR /&gt;&lt;BR /&gt;To mount the cd you just need to give this command.&lt;BR /&gt;&lt;BR /&gt;#mount -F cdfs /dev/dsk/c0t0d0 /cdrom &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Asif Sharif</description>
      <pubDate>Tue, 06 Jan 2009 11:31:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332206#M342264</guid>
      <dc:creator>Asif Sharif</dc:creator>
      <dc:date>2009-01-06T11:31:21Z</dc:date>
    </item>
    <item>
      <title>Re: Mount erorr</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332207#M342265</link>
      <description>&amp;gt;Asif: Edit the /etc/fstab and remove the the entry&lt;BR /&gt;&lt;BR /&gt;Instead of removing the entry, fix it.  Then you don't need to mention the device when you mount it.&lt;BR /&gt;#mount /cdrom</description>
      <pubDate>Tue, 06 Jan 2009 20:39:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mount-erorr/m-p/4332207#M342265</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-01-06T20:39:49Z</dc:date>
    </item>
  </channel>
</rss>

