1752762 Members
4998 Online
108789 Solutions
New Discussion юеВ

Re: mounting problem

 
Michal Kapalka (mikap)
Honored Contributor

Re: mounting problem

Hi himacs,

check this link :

http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1241814191171+28353475&threadId=615120

[Moderator edit: The link is no longer valid. Please refer HPE support center: https://support.hpe.com/ ]


mikap

Md. Minhaz Khan
Super Advisor

Re: mounting problem

Dear Himacs,


Run the folllowing command:

#fuser -ku /dev/vg00/lvol11
#mkdir /test_lvol11
#mount /dev/vg00/lvol11 /test_lvol11
#mount -v

Also send me the output:

#ll /dev/*/group
Sajjad Sahir
Honored Contributor

Re: mounting problem

Dear himacs


fuser -ku /test1

umount /test1

mount /dev/vg00/lvol11 /test1


thanks and regards

Sajjad sahir
Rahul Rai_1
Frequent Advisor

Re: mounting problem

Hi himacs,

As I am sure you know this, A file system can't be unmounted if it is currently in use as above mikap said somebody exported the /test folder via NFS, that is a gud pont.

just follow some steps :-

mount -v

fuser /test //To see if /test is used by some users,if yes.

fuser -ku -c /test
umount -F vxfs /test
mount -F vxfs /dev/vg00/lvol11 /test

as per the mentined error by you it seems fs was not unmounted properly, apart from this topic:- plz assigne points to the folks who posted sugestions to you, n I am not talking bout me :) thx,

Regards,
Rahul Rai.
Suraj K Sankari
Honored Contributor

Re: mounting problem

HI,
Keep in mind one thing before doing any fuser or umount, you should be a super user and second you should in / (root) directory
example
#cd /
#fuser -cu /test
#fuser -ku /test
#umount -F vxfs /test
#mount -F vxfs /dev/vg00/lvol11 /test

Suraj
avizen9
Esteemed Contributor

Re: mounting problem

Hello Himacs,
try with fuser to kill users which are currently using /test

is it possible to reboot this system, if yes proceed to reboot it.

if still not resolve then check in /test any other folder is map out with any nfs or local share.

possible to post bdf output, thanks,