During boot time on SuSE Linux, vxfs fails to mount to fails to run fsck
book
Article ID: 100019410
calendar_today
Updated On:
Description
Error Message
Error on stat() /dev/vx/dsk/datadg/vol1: No such file or directory
Resolution
1. Make sure to import DG without -t option and do not deport it before reboot
If the DG is deported, the Host ID flag gets cleared for the disks belonging to that DG and system will not import it during next reboot
2. Add mount option hotplug in /etc/fstab and fs_passno (sixth's option) should be1
For example:
/dev/vx/dsk/datadg/vol1/mnt/vol1 vxfs _netdev,hotplug 01
With this configuration, system fsck will skip it during, boot but vxvm-boot script will do fsck
Issue/Introduction
There are instance when during boot time on SuSE Linux, vxfs would fail to mount. Even any attempts for fsck would fail with an error
Was this article helpful?
thumb_up
Yes
thumb_down
No