Marcy Cortes wrote:

Anyone have an ideal what could cause this?  This is from my WebSphere
guy.

"I have to use an NFS mount to mount a remote directory from
my group's depot server, which has a share set up on the requisite file
system.
So, I issue the command as follows:
mount -t nfs
hisservername.win.wellsfargo.com:/export/depot/WebSphere/5.1 /mnt
Subsequent to this, my session completely hangs.
- SNIP


This may have something to do with NFS foreground and background mounts.
I think you were almost there, trying to put the mount progress int he
background, but what you are looking for is the "bg" option to your
mount command.

It's been a wile since I've worked with NFS, but I do remember having to
mount NFS filesystems with the bg option to keep the client machine from
becoming blocked on I/O when the source was unavailable or slow.

HTH,

Wayne

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to