Operating System - HP-UX
1834637 Members
2634 Online
110069 Solutions
New Discussion

root file system mounting in /dev/root device file

 
Baiju Kumar.B_1
Advisor

root file system mounting in /dev/root device file

Dear sirs,

we have one server with followig file system information(attachment),now we cannot take ignite ux backup from system,due to root file system is mounted with /dev/root in multi usermode (init 3) booting.Pls help to get a solution for this problem

regards
BKB
nothing is impossible
4 REPLIES 4
AwadheshPandey
Honored Contributor

Re: root file system mounting in /dev/root device file

have you tried try this mv /etc/mnttab /etc/mnttab.prev
mount -a
then post the result. may be this will help.
It's kind of fun to do the impossible
Baiju Kumar.B_1
Advisor

Re: root file system mounting in /dev/root device file

Dear sir,
After rebooting also it is showing the same
bdf only

regards
Baiju Kumar.B
nothing is impossible
Redhat
Trusted Contributor

Re: root file system mounting in /dev/root device file

rename the /etc/mnttab file and then reboot and check.
Ganesan R
Honored Contributor

Re: root file system mounting in /dev/root device file

Hi,

Follow the below steps.

# vgchange -a y /dev/vg00
# mv /etc/mnttab /etc/mnttab.old
# mount -a

# bdf
Best wishes,

Ganesh.