<?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: Lost a filesystem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062150#M138945</link>
    <description>Hi, I've the the following:&lt;BR /&gt;&lt;BR /&gt;1) fsck /dev/vg01/lvol1&lt;BR /&gt;Message appreared:cannot open device /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;2) vgdisplay -v vg01&lt;BR /&gt;Everything looks normal&lt;BR /&gt;&lt;BR /&gt;3)fuser -cu /data1&lt;BR /&gt;Message appreared:/data1:fuser:could not find file system mounted at /data1&lt;BR /&gt;&lt;BR /&gt;4)Chk in fstab - the entry filesystem /data1 is the there&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 03 Sep 2003 07:06:18 GMT</pubDate>
    <dc:creator>Zurida Azah Abdul Rahma_2</dc:creator>
    <dc:date>2003-09-03T07:06:18Z</dc:date>
    <item>
      <title>Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062145#M138940</link>
      <description>When I do a bdf,I can't see a filesystem(/data1). It's missing.&lt;BR /&gt;1) When I type mount /dev/vg01/lvol1 /data1 the message /dev/vg01/lvol1:unrecognized filesystem.&lt;BR /&gt;&lt;BR /&gt;2) When I type mount -a the message vxfs mount:cannot mount /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;3) When I type umount /data1 the message:cannot find /data1 in /etc/mnttab cannot unmount /data1&lt;BR /&gt;&lt;BR /&gt;Appreciate if somebody can helpm me to solve the problem. Thanks in advance.</description>
      <pubDate>Wed, 03 Sep 2003 05:27:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062145#M138940</guid>
      <dc:creator>Zurida Azah Abdul Rahma_2</dc:creator>
      <dc:date>2003-09-03T05:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062146#M138941</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;It sounds like you have a corrupted filesystem.&lt;BR /&gt;&lt;BR /&gt;The mount command is saying that it can't recognise a filesystem on /dev/vg01/lvol1. &lt;BR /&gt;&lt;BR /&gt;Can you run fsck on /dev/vg01/lvol1?&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Wed, 03 Sep 2003 05:46:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062146#M138941</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-03T05:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062147#M138942</link>
      <description>Hi,&lt;BR /&gt;  Can you check whether the disk are OK.&lt;BR /&gt;&lt;BR /&gt;Please do :&lt;BR /&gt;&lt;BR /&gt;vgdisplay -v vg01&lt;BR /&gt;&lt;BR /&gt;note the physical disk.&lt;BR /&gt;&lt;BR /&gt;Check the disk using dd command .&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/&lt;DEVIDE filename=""&gt; of=/dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Easist way :&lt;BR /&gt;&lt;BR /&gt;check dmesg or syslog to check whether hardware are ok or not.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;mB&lt;/DEVIDE&gt;</description>
      <pubDate>Wed, 03 Sep 2003 05:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062147#M138942</guid>
      <dc:creator>malay boy</dc:creator>
      <dc:date>2003-09-03T05:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062148#M138943</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Try this,&lt;BR /&gt;&lt;BR /&gt;# fuser -cu /data1&lt;BR /&gt;&lt;BR /&gt;check the entery of /data1 in /etc/fstab&lt;BR /&gt;&lt;BR /&gt;let us know how it goes.&lt;BR /&gt;Thanks</description>
      <pubDate>Wed, 03 Sep 2003 05:49:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062148#M138943</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-09-03T05:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062149#M138944</link>
      <description>First step: what chenged since the last time you had the FS ?&lt;BR /&gt;a reboot?&lt;BR /&gt;a rename ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Second: please do a "lvdisplay /dev/vg01/lvol1"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;and tell us the results.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;third: maybe it was used as a swap, and now you forgot the proper name?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;check with&lt;BR /&gt;swapinfo -tma&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 05:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062149#M138944</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-03T05:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062150#M138945</link>
      <description>Hi, I've the the following:&lt;BR /&gt;&lt;BR /&gt;1) fsck /dev/vg01/lvol1&lt;BR /&gt;Message appreared:cannot open device /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;2) vgdisplay -v vg01&lt;BR /&gt;Everything looks normal&lt;BR /&gt;&lt;BR /&gt;3)fuser -cu /data1&lt;BR /&gt;Message appreared:/data1:fuser:could not find file system mounted at /data1&lt;BR /&gt;&lt;BR /&gt;4)Chk in fstab - the entry filesystem /data1 is the there&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 07:06:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062150#M138945</guid>
      <dc:creator>Zurida Azah Abdul Rahma_2</dc:creator>
      <dc:date>2003-09-03T07:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062151#M138946</link>
      <description>Salams Zuridah,&lt;BR /&gt;&lt;BR /&gt;You might need to try to boot into single user mode and try to mount the file system.&lt;BR /&gt; init 1&lt;BR /&gt;&lt;BR /&gt;Also check to make sure that you have the directory /data1 at the root level!&lt;BR /&gt;&lt;BR /&gt;Salamu aliakum&lt;BR /&gt;Latif</description>
      <pubDate>Wed, 03 Sep 2003 07:13:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062151#M138946</guid>
      <dc:creator>Norman_21</dc:creator>
      <dc:date>2003-09-03T07:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062152#M138947</link>
      <description>Is the VG in available state &lt;BR /&gt;&lt;BR /&gt;check it in the vgdisplay output.&lt;BR /&gt;check whether the group is activated.&lt;BR /&gt;&lt;BR /&gt;Else do a&lt;BR /&gt;&lt;BR /&gt;#vgchange -a y /dev/vg01&lt;BR /&gt;#mount -a&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 07:16:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062152#M138947</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-03T07:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062153#M138948</link>
      <description>1) fsck /dev/vg01/lvol1&lt;BR /&gt;Message appreared:cannot open device /dev/vg01/lvol1 &lt;BR /&gt;&lt;BR /&gt;lvdisplay /dev/vg01/lvol1 &lt;BR /&gt;&lt;BR /&gt;works???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ll /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Is the file there? is a special file?&lt;BR /&gt;&lt;BR /&gt;  Massimo&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Sep 2003 07:19:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062153#M138948</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-09-03T07:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062154#M138949</link>
      <description>Try this&lt;BR /&gt;Probabily the fstab does not have the vxfs type specified.&lt;BR /&gt;#mount -F vxfs /dev/vg01/lvol1 /data1</description>
      <pubDate>Wed, 03 Sep 2003 07:32:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062154#M138949</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-03T07:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062155#M138950</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I've checked the vg and it is activated.When I do a ll /dev/vg01/lvol1-the files are there.In the /etc/fstab the vxfs type is specified.&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 04 Sep 2003 01:17:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062155#M138950</guid>
      <dc:creator>Zurida Azah Abdul Rahma_2</dc:creator>
      <dc:date>2003-09-04T01:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062156#M138951</link>
      <description>Please provide the following information.&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg01/lvol1&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;the entry from /etc/fstab for this logical volume.</description>
      <pubDate>Thu, 04 Sep 2003 01:26:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062156#M138951</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-09-04T01:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062157#M138952</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;1) fstyp -v /dev/vg01/lvol1&lt;BR /&gt;Message appeared:unknown-fstyp(no matches)&lt;BR /&gt;&lt;BR /&gt;2)In /etc/fstab entry&lt;BR /&gt;&lt;BR /&gt;/dev/vg01/lvol1 /data1 vxfs rw,suid,delaylog,detainlog 0 2&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 04 Sep 2003 01:42:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062157#M138952</guid>
      <dc:creator>Zurida Azah Abdul Rahma_2</dc:creator>
      <dc:date>2003-09-04T01:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062158#M138953</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Going back to your original post and point 1.&lt;BR /&gt;mount /dev/vg01/lvol1 /data1&lt;BR /&gt;message /dev/vg01/lvol1:unrecognized filesystem&lt;BR /&gt;&lt;BR /&gt;This implies to me that there is no filesystem on the /dev/vg01/lvol1 or it is badly corrupted.&lt;BR /&gt;The fact that you are also unable to run fsck is a worry. &lt;BR /&gt;I'm a little surprised at the message from fsck.  Can you run it again &amp;amp; post the return code from fsck (run echo $?).&lt;BR /&gt;&lt;BR /&gt;I think you are going to have to look at restoring this filesystem from backup if you have one.&lt;BR /&gt;I would recreate the LV(lvcreate) &amp;amp; filesystem (newfs) &amp;amp; then restore the data.&lt;BR /&gt;&lt;BR /&gt;The only other issue is the disk itself is corrupted which someone mentioned earlier in the thread.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Sep 2003 01:53:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062158#M138953</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-09-04T01:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062159#M138954</link>
      <description>Two options in my opinion:&lt;BR /&gt;&lt;BR /&gt;fsck -F vxfs -o full -y &lt;RLVOL_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;If the fs was intended to be hfs this might also work with hfs instead of vxfs&lt;BR /&gt;&lt;BR /&gt;I don't think that will work, but its worth a try.&lt;BR /&gt;&lt;BR /&gt;There is no filesystem, so its newfs time.&lt;BR /&gt;&lt;BR /&gt;Make sure you have a backup handy.&lt;BR /&gt;&lt;BR /&gt;newfs -F vxfs &lt;RLVOL_NAME&gt;&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/RLVOL_NAME&gt;&lt;/RLVOL_NAME&gt;</description>
      <pubDate>Thu, 04 Sep 2003 02:23:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062159#M138954</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-09-04T02:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062160#M138955</link>
      <description>Did anything change recently on your system?  New patches or did you upgrade the vxfs version of the filesystem?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim.</description>
      <pubDate>Thu, 04 Sep 2003 03:24:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062160#M138955</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-09-04T03:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062161#M138956</link>
      <description>Hi Con,&lt;BR /&gt;&lt;BR /&gt;I've tried running fsck again. Same message appeared.No device /dev/vg01/lvol1.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Sep 2003 03:43:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062161#M138956</guid>
      <dc:creator>Zurida Azah Abdul Rahma_2</dc:creator>
      <dc:date>2003-09-04T03:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062162#M138957</link>
      <description>If the filesystem was a version 4 type filesystem, then patch PHCO_24635 (11.00) or PHCO_24636 (11.11) fixes a problem like this.&lt;BR /&gt;&lt;BR /&gt;What is the mount(1M) patch you have installed on the system and is the filesystem a version 4???&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 04 Sep 2003 03:50:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062162#M138957</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-09-04T03:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062163#M138958</link>
      <description>Might point out that in all likelihood, you will have to recreate the lvol, newfs, mount and restore the data.&lt;BR /&gt;&lt;BR /&gt;My previous posts were aimed at trying to determine the cause and a way to prevent it in the future.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 04 Sep 2003 03:54:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062163#M138958</guid>
      <dc:creator>Tim Adamson_1</dc:creator>
      <dc:date>2003-09-04T03:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lost a filesystem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062164#M138959</link>
      <description>What OS version you are running.&lt;BR /&gt;&lt;BR /&gt;there is a fix for 10.20 version &lt;BR /&gt;&lt;BR /&gt;Also revert as what patch bundles you are running on the system?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Thu, 04 Sep 2003 05:37:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/lost-a-filesystem/m-p/3062164#M138959</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-09-04T05:37:44Z</dc:date>
    </item>
  </channel>
</rss>

