1752316 Members
5709 Online
108786 Solutions
New Discussion юеВ

Re: fsck error

 
MKR_1
Frequent Advisor

fsck error

I am getting an error while running a fsck on an LV.

fsck -F vxfs -y -o full /dev/app03_s/lvol3
vxfs fsck: read of super-block on /dev/app03_s/lvol3 failed: No such device or address
file system check failure, aborting ...

lvdisplay gives an o/p like this

lvdisplay -v /dev/app03_s/lvol3
--- Logical volumes ---
LV Name /dev/app03_s/lvol3
VG Name /dev/app03_s
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 0
Current LE 0
Allocated PE 0
Stripes 0
Stripe Size (Kbytes) 0
Bad block NONE
Allocation strict
IO Timeout (Seconds) default

The volume group is active.Please help resolving this issue
5 REPLIES 5
g3jza
Esteemed Contributor

Re: fsck error

Hi,

LV Size (Mbytes) 0
Current LE 0
Allocated PE 0

your LV is empty, so it shouldn't even contain any FS that you're trying to check/fix.
Vivek_Pendse
Valued Contributor

Re: fsck error

Hi,

I think, this lvol seems to be corrupted.
Need to restore the backup.

Thanks,
Vivek
g3jza
Esteemed Contributor

Re: fsck error

MKR: What exactly happened?

If it's just a new LV that you've created, then it's a absolutely ok
kpatel786
Frequent Advisor

Re: fsck error

Kindly check if any of the disc has gone bad belonging to this particular VG.
MKR_1
Frequent Advisor

Re: fsck error

Thanks for the response