Operating System - HP-UX
1753876 Members
7387 Online
108809 Solutions
New Discussion юеВ

problem with mounting a file system

 
SOLVED
Go to solution
Vipin Singhal
Super Advisor

problem with mounting a file system

today i think -my file system got unmount.
when i trying with #bdf, it shows this error:

bdf: /vipin I/O error

till yesterday , the status was:

#bdf
/dev/vg5/vipin 3584000 2065376 1423717 59% /vipin

Please suggest what to do?
thanks
vipin
24 REPLIES 24
Devender Khatana
Honored Contributor
Solution

Re: problem with mounting a file system

Hi,

It has not got unmounted instead it has got some corruption.

What is the output of

#lvdisplay -v /dev/vg05/vipin

Was something new done on system like adding/removing LUNs, Extending/Reducing File System?
If yes then it is the result of the same probably otherwise generally it should not happen by itself.

What happen if you unmount and do a fsck on it.

HTH,
Devender
Impossible itself mentions "I m possible"
Domenico_5
Respected Contributor

Re: problem with mounting a file system

hi Vipin

but vg5 is active if you run vgdisplay vg05 what can you see?
Arunvijai_4
Honored Contributor

Re: problem with mounting a file system

Can you run #lvdisplay on your volume to see the results ? Is it a device connected to a SAN and got disconnected elsewhere ?

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Vipin Singhal
Super Advisor

Re: problem with mounting a file system

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


#vgdisplay -v /dev/vg5 | more
--- Volume groups ---
VG Name /dev/vg5
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 10
Open LV 10
Max PV 16
Cur PV 2
Act PV 2
Max PE per PV 9727
VGDA 4
PE Size (Mbytes) 4
Total PE 19452
Alloc PE 16625
Free PE 2827
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0

--- Logical volumes ---
LV Name /dev/vg5/vipin
LV Status available/syncd
LV Size (Mbytes) 31000
Current LE 7750
Allocated PE 7750
Used PV 1

Vipin Singhal
Super Advisor

Re: problem with mounting a file system

# cd /
# ll
# ll
./vipin not found

total 18
.
.
.
.
.
Joseph Loo
Honored Contributor

Re: problem with mounting a file system

hi,

could u mount it again:

# mount /dev/vg5/vipin /vipin

also, u mean bdf also give IO error for that particular file system, /vipin

regards.
what you do not see does not mean you should not believe
Vipin Singhal
Super Advisor

Re: problem with mounting a file system

i have created a more new LV under this VG yesterday

Please suggest what to do?
Devender Khatana
Honored Contributor

Re: problem with mounting a file system

Hi,

Try
#umount /vipin

And

#mount /devvg5/vipin /vipin

If it reports error then try

#fsck -y /dev/vg5/vipin

Now Again

#mount /devvg5/vipin /vipin

HTH,
Devender
Impossible itself mentions "I m possible"
Vipin Singhal
Super Advisor

Re: problem with mounting a file system

# mount -F vxfs /dev/vg5/vipin /vipin
mount: /vipin: I/O error