Link to home
Start Free TrialLog in
Avatar of http:// thevpn.guru
http:// thevpn.guruFlag for Denmark

asked on

Unmount NFS share on solaris

Hi All
I need to unmount a nfs share on a solaris server because the NFS server is down.

I tried
umount -f /share but it just freezes

I also tried
fuser -c /share to see what process might be using it..and that freezes too

Any guidance please ?
ASKER CERTIFIED SOLUTION
Avatar of omarfarid
omarfarid
Flag of United Arab Emirates image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of http:// thevpn.guru

ASKER

The thing is that
fuser -k remoteserver:/ does not work because remoteserver is down
Hi,

But fuser is supposed to work on your server to identify processes that are having open files on that filesystem and then kill it. This is read from your server memory and not from the remote server.

Yeah I know..but the error message it is throwing is the following

remoteserver:/ No such file or directory
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial