<?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: Error while mount in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724403#M642471</link>
    <description>The error you got with the dd command is normal since the disk is really toasted. &lt;BR /&gt;The output of a diskinfo with a 0 Bytes size already told that the disk was bad so the dd command could not work. You usually use the dd command only when diskinfo return the correct info with the real size of the disk. The dd command will now try to read all the disk to make sure there is no I/O errors while reading it.&lt;BR /&gt;&lt;BR /&gt;In your case the disk is completly unreadable that's why the diskinfo return a size of 0 Bytes</description>
    <pubDate>Fri, 17 May 2002 12:52:06 GMT</pubDate>
    <dc:creator>Luc Bussieres_1</dc:creator>
    <dc:date>2002-05-17T12:52:06Z</dc:date>
    <item>
      <title>Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724381#M642449</link>
      <description>Hi All&lt;BR /&gt;i have a 9000/800/k580, with 11.00.  When i try to give " mountall ".  It's giving the following error like&lt;BR /&gt;#  mountall&lt;BR /&gt;mountall: /dev/dsk/c0t5d0 has to be fsck'd&lt;BR /&gt;mountall: diagnostics from fsck&lt;BR /&gt;vxfs fsck: sanity check failed: Cannot open /dev/dsk/c0t5d0: Device busy&lt;BR /&gt;mountall: cannot fsck /dev/dsk/c0t5d0&lt;BR /&gt;mountall: diagnostics from fsck&lt;BR /&gt;cannot open device /dev/dsk/c0t5d0&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;mountall: /dev/dsk/c0t5d0 failed in fsck&lt;BR /&gt;mountall: /dev/dsk/c0t5d0 cannot be mounted&lt;BR /&gt;&lt;BR /&gt;I have critical and OS depots are there in that logical volume.  Anybody can help me out to sort out this problem.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Prasath C</description>
      <pubDate>Wed, 15 May 2002 12:02:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724381#M642449</guid>
      <dc:creator>prasathc</dc:creator>
      <dc:date>2002-05-15T12:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724382#M642450</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use 'mount -a' in lieu of 'mountall'.  'mountall' performs an 'fsck' and since your filesystems are already active, you're getting the "complaint".&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 15 May 2002 12:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724382#M642450</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-15T12:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724383#M642451</link>
      <description>Hi prasathc,&lt;BR /&gt;&lt;BR /&gt;You need to run fsck first.&lt;BR /&gt;&lt;BR /&gt;After that do &lt;BR /&gt;# mount -a&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 12:08:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724383#M642451</guid>
      <dc:creator>Sukant Naik</dc:creator>
      <dc:date>2002-05-15T12:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724384#M642452</link>
      <description>Hi &lt;BR /&gt;results for &lt;BR /&gt;#fsck -y /dev/dsk/c0t5d0 &lt;BR /&gt;cannot open device /dev/dsk/c0t5d0&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;&lt;BR /&gt;#mount -a&lt;BR /&gt;mount:: Device busy&lt;BR /&gt;mount: /dev/dsk/c0t4d0 is already mounted on /build_team&lt;BR /&gt;mount: /dev/vg01/lvol1 is already mounted on /y2kspace&lt;BR /&gt;mount: /dev/vg00/proto is already mounted on /proto&lt;BR /&gt;mount: /dev/vg00/VTS is already mounted on /VTS&lt;BR /&gt;mount: /dev/vg00/lvroot is already mounted on /tahoe2&lt;BR /&gt;mount: /dev/vg00/lvol8 is already mounted on /var&lt;BR /&gt;mount: /dev/vg00/lvol7 is already mounted on /usr&lt;BR /&gt;mount: /dev/vg00/lvol6 is already mounted on /opt&lt;BR /&gt;mount: /dev/vg00/lvol5 is already mounted on /home&lt;BR /&gt;mount: /dev/vg00/lvol4 is already mounted on /tmp&lt;BR /&gt;mount: /dev/vg00/lvol1 is already mounted on /stand&lt;BR /&gt;&lt;BR /&gt;what i have to do next&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Prasath C</description>
      <pubDate>Wed, 15 May 2002 12:50:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724384#M642452</guid>
      <dc:creator>prasathc</dc:creator>
      <dc:date>2002-05-15T12:50:23Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724385#M642453</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Use the raw device --&amp;gt; /dev/rdsk/c0t5d0 &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 15 May 2002 13:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724385#M642453</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-15T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724386#M642454</link>
      <description>James&lt;BR /&gt;I am facing the same error&lt;BR /&gt;#  fsck -y /dev/rdsk/c0t5d0 &lt;BR /&gt;cannot open device /dev/rdsk/c0t5d0&lt;BR /&gt;file system check failure, aborting ...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Prasath C</description>
      <pubDate>Wed, 15 May 2002 13:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724386#M642454</guid>
      <dc:creator>prasathc</dc:creator>
      <dc:date>2002-05-15T13:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724387#M642455</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;Verify that you can see the device:&lt;BR /&gt;&lt;BR /&gt;# diskinfo /dev/rdsk/c0t5d0&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 15 May 2002 13:43:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724387#M642455</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-15T13:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724388#M642456</link>
      <description>James&lt;BR /&gt;&lt;BR /&gt;diskinfo /dev/rdsk/c0t5d0&lt;BR /&gt;SCSI describe of /dev/rdsk/c0t5d0:&lt;BR /&gt;             vendor: SEAGATE &lt;BR /&gt;         product id: ST39173WC       &lt;BR /&gt;               type: direct access&lt;BR /&gt;               size: 0 Kbytes&lt;BR /&gt;   bytes per sector: 0&lt;BR /&gt;&lt;BR /&gt;this is the details i got, which means the disk damaged seriously any chance to make it up.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance&lt;BR /&gt;Prasath C</description>
      <pubDate>Wed, 15 May 2002 13:49:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724388#M642456</guid>
      <dc:creator>prasathc</dc:creator>
      <dc:date>2002-05-15T13:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724389#M642457</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like the disk is faulty.  Size is shown as 0 bytes. Try a reboot and see if you can get back the disk back. If not, get a replacement.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Wed, 15 May 2002 14:08:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724389#M642457</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-15T14:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724390#M642458</link>
      <description>Check to see if you are getting hardware errors. This could be a hardware problem.</description>
      <pubDate>Wed, 15 May 2002 14:09:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724390#M642458</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-05-15T14:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724391#M642459</link>
      <description>Hi (again):&lt;BR /&gt;&lt;BR /&gt;Yes, it appears that the disk may have faulted.  'diskinfo' is a good diagnostic for this determination.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 15 May 2002 14:17:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724391#M642459</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-05-15T14:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724392#M642460</link>
      <description>Hi All&lt;BR /&gt;&lt;BR /&gt;Is there any other way to get the data safely from that disk.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance</description>
      <pubDate>Thu, 16 May 2002 03:03:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724392#M642460</guid>
      <dc:creator>prasathc</dc:creator>
      <dc:date>2002-05-16T03:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724393#M642461</link>
      <description>I don't think so diskinfo is return 0 size can mean 2 things&lt;BR /&gt;1) disk is not supported&lt;BR /&gt;2) disk is faulty&lt;BR /&gt;In you case since the disk was working before so it's more likely it's faulty. You need to run a final check to make sure it's really faulty. Use "cstm" and check it's status.&lt;BR /&gt;# cstm&lt;BR /&gt;cstm&amp;gt; map&lt;BR /&gt;cstm&amp;gt; sel dev &lt;DEV-NUMBER-FR-MAP-OUTPUT&gt;&lt;BR /&gt;cstm&amp;gt; info&lt;BR /&gt;cstm&amp;gt; infolog&lt;BR /&gt;If it's faulty, you can't get the data back.&lt;/DEV-NUMBER-FR-MAP-OUTPUT&gt;</description>
      <pubDate>Thu, 16 May 2002 03:14:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724393#M642461</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-05-16T03:14:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724394#M642462</link>
      <description>If your disk is bad, fsck is not working on it, you can't mount it and diskinfo is showing its size as 0 bytes then I think you are pretty much out of luck.&lt;BR /&gt;&lt;BR /&gt;There are services that specialize in recovering data from messed up media like fire damaged or water damaged, etc. but those guys are REAL EXPENSIVE.&lt;BR /&gt;&lt;BR /&gt;Your only other recourse is to replace the disk and restore from backup.&lt;BR /&gt;&lt;BR /&gt;You DO have a backup, right?</description>
      <pubDate>Thu, 16 May 2002 03:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724394#M642462</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2002-05-16T03:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724395#M642463</link>
      <description>Apart from all the answers that have been given he's my $0.2.&lt;BR /&gt;As mount complains about the disk-device-file I assume that's what is in fstab. The only whole disk partition I know about is HFS. A raw device should not be mounted.&lt;BR /&gt;A size of 0 for a 9Gb disk sure indicates a problem. You could try shutting down the system and cycling the power. I don't believe it will help but as you really want to access that data... Hope you have a backup.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Trond</description>
      <pubDate>Thu, 16 May 2002 05:05:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724395#M642463</guid>
      <dc:creator>Trond Haugen</dc:creator>
      <dc:date>2002-05-16T05:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724396#M642464</link>
      <description>Hi Chan here is my input for " CSTM ".  I lost the hope.&lt;BR /&gt;&lt;BR /&gt;Dev                                                 Last        Last Op      &lt;BR /&gt;  Num  Path                 Product                   Active Tool Status       &lt;BR /&gt;  ===  ==================== ========================= =========== =============&lt;BR /&gt;    1  8                    Bus Adapter (580)                                  &lt;BR /&gt;    2  10                   Bus Adapter (580)                                  &lt;BR /&gt;    3  10/0                 SCSI Interface (15)                                &lt;BR /&gt;    4  10/0.3.0             SCSI Disk (SEAGATEST39173                          &lt;BR /&gt;    5  10/0.4.0             SCSI Disk (SEAGATEST39173                          &lt;BR /&gt;*   6  10/0.5.0             SCSI Disk (SEAGATEST39173 Information FAILED       &lt;BR /&gt;*   7  10/0.6.0             SCSI Disk (SEAGATEST39173 Information Successful   &lt;BR /&gt;    8  10/4                 Bus Adapter (500)                                  &lt;BR /&gt;    9  10/4/0               NIO Terminal Multiplexor                           &lt;BR /&gt;   10  10/8                 SCSI Interface (14)                                &lt;BR /&gt;   11  10/8.6.0             SCSI Tape (QUANTUMDLT7000                          &lt;BR /&gt;   12  10/12                Core I/O Adapter (44)                              &lt;BR /&gt;   13  10/12/0              Centronics Interface (44)                          &lt;BR /&gt;   14  10/12/5              SCSI Interface (44)                                &lt;BR /&gt;   15  10/12/5.0.0          SCSI Tape (HPC1533A)                               &lt;BR /&gt;   16  10/12/5.2.0          SCSI Disk (TOSHIBACD-ROM)                          &lt;BR /&gt;   17  10/12/6              HSC LAN Interface (44)                             &lt;BR /&gt;   18  10/12/7              Built-in Keyboard/Mouse (                          &lt;BR /&gt;   19  10/16                Bus Adapter (500)                                  &lt;BR /&gt;   20  32                   CPU (5b6)                                          &lt;BR /&gt;   21  34                   CPU (5b6)                                          &lt;BR /&gt;   22  49                   MEMORY (32)</description>
      <pubDate>Thu, 16 May 2002 06:05:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724396#M642464</guid>
      <dc:creator>prasathc</dc:creator>
      <dc:date>2002-05-16T06:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724397#M642465</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think your last chance ist power off and power on this disk (or the whole box, not only reboot the box!).&lt;BR /&gt;In the past it was sometimes successfull for me. But also if it works I strongly suggest to save the data from this disk and replace the disk.&lt;BR /&gt;&lt;BR /&gt;Ruediger&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2002 06:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724397#M642465</guid>
      <dc:creator>Ruediger Noack</dc:creator>
      <dc:date>2002-05-16T06:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724398#M642466</link>
      <description>When you power off, check all the cables. Sometimes it is just a loose cable.</description>
      <pubDate>Thu, 16 May 2002 17:01:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724398#M642466</guid>
      <dc:creator>Martin Johnson</dc:creator>
      <dc:date>2002-05-16T17:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724399#M642467</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If the disk still says Size as 0 bytes, you cannot get any data from that disk. Hope you have a mirror copy. If not, search for the last backup of the data from that disk.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;</description>
      <pubDate>Thu, 16 May 2002 17:23:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724399#M642467</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-05-16T17:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error while mount</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724400#M642468</link>
      <description>Hi,&lt;BR /&gt;Try to run dd for simple disk check befoire shgutting the machine.&lt;BR /&gt;&lt;BR /&gt;This will atleast give you an idea regarding disk functionality.&lt;BR /&gt;&lt;BR /&gt;run following command.&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/rdsk/cxtydz of=/dev/null &lt;BR /&gt;&lt;BR /&gt;specify suitable block size..&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this runs successfulyy then your disk can be considedred OK.</description>
      <pubDate>Thu, 16 May 2002 17:34:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/error-while-mount/m-p/2724400#M642468</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-05-16T17:34:40Z</dc:date>
    </item>
  </channel>
</rss>

