Operating System - HP-UX
1834554 Members
3913 Online
110069 Solutions
New Discussion

Urgent : problem while mounting a file systems

 
praveen..
Super Advisor

Urgent : problem while mounting a file systems

Hi,
due to some problems, i needed to restart my server, but i dont have my /etc/fstab file updated.
so i have to manually mount some file systems.
when i am trying to do this, I am getting this error:

# mount -F vxfs /dev/vg04/ASSRT_db_ORAPWHD_data_idx01 /ASSRT/db/ORAPWHD/data/idx01
vxfs mount: /dev/vg04/ASSRT_db_ORAPWHD_data_idx01 is corrupted. needs checking

i have updated /etc/fstab, then i am trying with #mount -a command, i get same error.

please suggest soon
2 REPLIES 2
Jeff_Traigle
Honored Contributor

Re: Urgent : problem while mounting a file systems

fsck /dev/vg04/ASSRT_db_ORAPWHD_data_idx01
--
Jeff Traigle
A. Clay Stephenson
Acclaimed Contributor

Re: Urgent : problem while mounting a file systems

fsck -F vxfs /dev/vg04/ASSRT_db_ORAPWHD_data_idx01

If that fails then go for a full check though this is not often needed:

fsck -F vxfs -o full,nolog /dev/vg04/ASSRT_db_ORAPWHD_data_idx01

Man fsck_vxfs for details.
If it ain't broke, I can fix that.