Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

nfs dir access issue 1

Status
Not open for further replies.

gatetec

MIS
Mar 22, 2007
420
US
I have two nfs mounted filesystems.

/bk2pdc
/bk2pdctmp

On /etc/filesystems, there are difined:

/tmp_mnt:
dev = "/bk2pdc"
vfs = nfs
nodename = rtprod1
mount = true
options = bg,soft,intr
account = false

/tmp_mnt1:
dev = "/bk2pdctmp"
vfs = nfs
nodename = rtprod1
mount = true
options = bg,soft,intr
account = false

On /tmp_mnt, I can access and view all dirs and files,
but /tmp_mnt1, none of dirs are showing up.

Any thoughts on this, please?

thx much
 
Is /tmp_mnt1 mounted?

Even if it is, try unmounting and remounting it. I have seen NFS get confused before and a simple unmount/mount usually fixes it.
 
Yes, it is mounted.

umount /tmp_mnt1
umount: 1831-015 16 error while unmounting /bk2pdctmp

fuser tmp_mnt1
tmp_mnt1: 146684c
root:/> ps 146684c
PID TTY STAT TIME COMMAND
146684 pts/1 A 0:00 -ksh

TTY pts/1 is my session...

How do you get around this issue?
 
Actualy, I kill -9 146684


It is still there,

fuser tmp_mnt1
tmp_mnt1: 146684c

and, I'm getting the same error:

umount /tmp_mnt1
umount: 1831-015 16 error while unmounting /bk2pdctmp


 
Sorry, never mind...

I had to use fuser -kxuc.

thx so much
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top