<?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 A CDROM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817221#M269399</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;its busy because your connection is in there and the mount command can't mount the filesystem in that folder under these circumstances.&lt;BR /&gt;&lt;BR /&gt;Always cd to the directory you are mounting the filesystem in after you mount it.&lt;BR /&gt;"-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 05 Jul 2006 10:47:23 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-07-05T10:47:23Z</dc:date>
    <item>
      <title>MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817213#M269391</link>
      <description>hi people, well i was mounting a cdrom. i did&lt;BR /&gt;cd /SD_cdrom&lt;BR /&gt;mount /dev/dsk/c1t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;IT SAYS DEVICE BUSY, AM I DOING IT THE RIGHT WAY.&lt;BR /&gt;&lt;BR /&gt;THANKS</description>
      <pubDate>Tue, 04 Jul 2006 13:10:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817213#M269391</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-07-04T13:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817214#M269392</link>
      <description>The right way:&lt;BR /&gt;&lt;BR /&gt;0. cd /&lt;BR /&gt;&lt;BR /&gt;1. mount /dev/dsk/c1t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;2. cd /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 04 Jul 2006 13:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817214#M269392</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-07-04T13:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817215#M269393</link>
      <description>Hi khilari,&lt;BR /&gt;&lt;BR /&gt;If you position yourself in the target directory, you won't be able to mount a filesystem.&lt;BR /&gt;&lt;BR /&gt;Francis</description>
      <pubDate>Tue, 04 Jul 2006 13:57:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817215#M269393</guid>
      <dc:creator>FLQ</dc:creator>
      <dc:date>2006-07-04T13:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817216#M269394</link>
      <description>You are Getting Device Busy message because you are giving the command from the directory "/SD_cdrom" , you need to come out of this directory to give the above command.&lt;BR /&gt;&lt;BR /&gt;cd /&lt;BR /&gt;mount /dev/dsk/c1t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;-Amit&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jul 2006 00:44:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817216#M269394</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-07-05T00:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817217#M269395</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Beware that the directory on which you are&lt;BR /&gt;trying to mount is not hijacked by processes&lt;BR /&gt;&lt;BR /&gt;To find them you do&lt;BR /&gt;fuser -cu /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;(You could indeed find a shell process as&lt;BR /&gt;was previous mentioned)&lt;BR /&gt;&lt;BR /&gt;Then&lt;BR /&gt;&lt;BR /&gt;-Kill all process on the dir&lt;BR /&gt;-Login fresh&lt;BR /&gt;-mount /dev/dsk/c1t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;good luck</description>
      <pubDate>Wed, 05 Jul 2006 01:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817217#M269395</guid>
      <dc:creator>Frank de Vries</dc:creator>
      <dc:date>2006-07-05T01:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817218#M269396</link>
      <description>Hi khilari,&lt;BR /&gt;&lt;BR /&gt;$pwd --&amp;gt; /SD_cdrom&lt;BR /&gt;&lt;BR /&gt;$ cd /&lt;BR /&gt;$ mount -r dev/dsk/c1t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;rgs,&lt;BR /&gt;&lt;BR /&gt;ran&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jul 2006 05:55:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817218#M269396</guid>
      <dc:creator>rariasn</dc:creator>
      <dc:date>2006-07-05T05:55:43Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817219#M269397</link>
      <description>Dear killari ,&lt;BR /&gt;you please check your present working directory using pwd if it is /SD_CDROM give cd / and check any files or directories are present in the /SD_CDROM .if it is there please check it any of this is used by any program or by any processes normally it will not be there &lt;BR /&gt;&lt;BR /&gt;and after that you can mount the CDROM by using the following command&lt;BR /&gt;#mount /dev/dsk/c1t2d0 /SD_CDROM&lt;BR /&gt;and check it wether it is getting mounted or not&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;Baiju Kumar.B&lt;BR /&gt;</description>
      <pubDate>Wed, 05 Jul 2006 08:02:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817219#M269397</guid>
      <dc:creator>Baiju Kumar.B_1</dc:creator>
      <dc:date>2006-07-05T08:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817220#M269398</link>
      <description>To mount you should not be in the directory you want mounted.&lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# mount /dev/dsk/c1t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;f. halili</description>
      <pubDate>Wed, 05 Jul 2006 10:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817220#M269398</guid>
      <dc:creator>f. halili</dc:creator>
      <dc:date>2006-07-05T10:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: MOUNTING A CDROM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817221#M269399</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;its busy because your connection is in there and the mount command can't mount the filesystem in that folder under these circumstances.&lt;BR /&gt;&lt;BR /&gt;Always cd to the directory you are mounting the filesystem in after you mount it.&lt;BR /&gt;"-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 05 Jul 2006 10:47:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounting-a-cdrom/m-p/3817221#M269399</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-05T10:47:23Z</dc:date>
    </item>
  </channel>
</rss>

