Operating System - HP-UX
1833079 Members
2780 Online
110050 Solutions
New Discussion

Re: NFS Filesystem Unmounting

 
Clifton Smith
Occasional Advisor

NFS Filesystem Unmounting

Does anyone know of a way within UNIX 11.11 to force an unmount of a NFS filesystem that has gone stale?
3 REPLIES 3

Re: NFS Filesystem Unmounting

hi,

Check with any one using the
file system, with fuser
command

fuser -cu (file system)


/sbin/init.d/nfs.client stop

/sbin/init.d/nfs.client start

you can try umount the now,
if does not works, then
reboot the system only is
only option.
harry d brown jr
Honored Contributor

Re: NFS Filesystem Unmounting


Clifton,

Sekar gave resonable answers. Was there something that you think was missed?

live free or die
harry
Live Free or Die
Ashwani Kashyap
Honored Contributor

Re: NFS Filesystem Unmounting

If its a hard mount ( by default its hard mount ) then you reexport the directory from the exporting server . YOur client serevr should be able to mount it again . If not then mount it and then unmount it . It should not show stale again .

If it soft mount , it will try to mount it for certain period then give up and should not show up as stale .

If none of this works , then rebot is the only option .