<?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: / mounted on /dev/root in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597253#M854871</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To repair this, do:&lt;BR /&gt;&lt;BR /&gt;# rm /etc/mnttab&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Thu, 18 Oct 2001 12:11:34 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2001-10-18T12:11:34Z</dc:date>
    <item>
      <title>/ mounted on /dev/root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597249#M854867</link>
      <description>I have a A500 workstation running HP-UX 11.0. There was a power trip and the workstation was power off. However, after I power up the workstation, I found that the filesystem / was mounted on the /dev/root instead on /dev/vg00/lvol3. Following is the output of the bdf command:&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;/dev/root           147456   32095  108736   23% /&lt;BR /&gt;/dev/vg00/lvol1      87701   50825   28105   64% /stand&lt;BR /&gt;/dev/vg00/lvol8    1163264  559577  566338   50% /var&lt;BR /&gt;/dev/vg00/lvol7    1286144  547970  692084   44% /usr&lt;BR /&gt;/dev/vg00/lvol4     262144   45467  203171   18% /tmp&lt;BR /&gt;/dev/vg00/lvol6    1572864  560091  949496   37% /opt&lt;BR /&gt;/dev/vg00/lvol9    4096000 1343198 2581763   34% /home&lt;BR /&gt;&lt;BR /&gt;The /etc/fstab still says that / is supposed to mount on /dev/vg00/lvol3 as shown below:&lt;BR /&gt;/dev/vg00/lvol3 / vxfs delaylog 0 1&lt;BR /&gt;&lt;BR /&gt;lvdisplay says that the lvol is OK. fsck also says that the lvol is mounted.&lt;BR /&gt;&lt;BR /&gt;The problem persist even I reboot the workstation.&lt;BR /&gt;Wonder anyone has faced this problem before. &lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2001 11:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597249#M854867</guid>
      <dc:creator>Woo Kim Chye</dc:creator>
      <dc:date>2001-10-18T11:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: / mounted on /dev/root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597250#M854868</link>
      <description>edit /etc/mnttab&lt;BR /&gt;/dev/vg00/lvol3 / ....etc....&lt;BR /&gt;&lt;BR /&gt;I believe this happens after you boot in/from single user mode.&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 18 Oct 2001 12:04:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597250#M854868</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2001-10-18T12:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: / mounted on /dev/root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597251#M854869</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try running lvlnboot -v and check if you have correct definition of root, boot, swap and dump. If not you can use lvlnboot with apropriate option to modify wrong setting&lt;BR /&gt;&lt;BR /&gt;rgds&lt;BR /&gt;Chris</description>
      <pubDate>Thu, 18 Oct 2001 12:06:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597251#M854869</guid>
      <dc:creator>Krzysztof Kielak</dc:creator>
      <dc:date>2001-10-18T12:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: / mounted on /dev/root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597252#M854870</link>
      <description>All you need to do is:&lt;BR /&gt;&lt;BR /&gt;rm /etc/mnttab&lt;BR /&gt;mount -a&lt;BR /&gt;&lt;BR /&gt;bdf   should now show root mounted in the right location. &lt;BR /&gt;If you want to be safe first do a, cp /etc/mnttab /etc/mnttab.keep &lt;BR /&gt;&lt;BR /&gt;This is very common when the system boots into maintenance mode or similar situations.</description>
      <pubDate>Thu, 18 Oct 2001 12:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597252#M854870</guid>
      <dc:creator>Bernie Vande Griend</dc:creator>
      <dc:date>2001-10-18T12:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: / mounted on /dev/root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597253#M854871</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;To repair this, do:&lt;BR /&gt;&lt;BR /&gt;# rm /etc/mnttab&lt;BR /&gt;# mount -a&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 18 Oct 2001 12:11:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597253#M854871</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-10-18T12:11:34Z</dc:date>
    </item>
    <item>
      <title>Re: / mounted on /dev/root</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597254#M854872</link>
      <description>Thanks guys. It works.</description>
      <pubDate>Thu, 18 Oct 2001 12:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mounted-on-dev-root/m-p/2597254#M854872</guid>
      <dc:creator>Woo Kim Chye</dc:creator>
      <dc:date>2001-10-18T12:19:40Z</dc:date>
    </item>
  </channel>
</rss>

