1842211 Members
14481 Online
110188 Solutions
New Discussion

NFS unmount problem

 
SOLVED
Go to solution
Werner Placke
Advisor

NFS unmount problem

hallo admin's
on my nfs-client (hp-ux 10.20) are three directories mounted on a nfs-server (hp-ux 11.0). if i try "umount /sapmnt/PUG/exe", i get a messages : umount: cannot unmount /sapmnt/PUG/exe : Device busy

the command fuser -u /sapmnt/PUG/exe
shows no aktive process on this directory.
What is the problem?
Thanks!!

Werner
Werner Placke
3 REPLIES 3
Mark van Hassel
Respected Contributor

Re: NFS unmount problem

Werner,

try "fuser -c [mountpoint]
The surest sign that life exists elsewhere in the universe is that none of it has tried to contact us
Stefan Schulz
Honored Contributor
Solution

Re: NFS unmount problem

HI,

try fuser -cu /sapmnt/PUG/exe or fuser -cuk /sapmnt/PUG/exe if you don't care about the users.

If you still have a problem i would reconmend using lsof to check for open files.

BTW: hope its not yourselfe "standing" in this mountpoint.

Hope this helps

Regards Stefan
No Mouse found. System halted. Press Mousebutton to continue.
Angus Crome
Honored Contributor

Re: NFS unmount problem

You can also do an fuser /dev/vgXX/lvolX to get any associated processes against the logical devices. I believe all the switches will work for this as well.
There are 10 types of people in the world, those who understand binary and those who don't - Author Unknown