mounted NFS blocks "forever"
- From: ENRIQUE <enrique.arizonbenito@xxxxxxxxx>
- Date: Fri, 30 Nov 2007 03:11:50 -0800 (PST)
Following next steps my mountd NFS partition blocks "forever":
1.- I start the server NFS process.
2.- I mount the NFS partition like:
mount -t nfs 192.168.2.1:/export/home /home
3.- I stop and start the NFS server, simulating a server/network
temporal shutdown.
4.- The mounted partition doesn't work anymore and simple comands
like:
# ls /home
blocks until I "kill-9" them and there is no way to unmount the device
since trying to unmount it returns "device bussy".
Using ps I see for example that ls is stuck in the kernel call to
nfs_wait_schedule:
[root@/]# ps x -o cmd,wchan | grep ls
ls --color=tty /home nfs_wait_schedule
It's there anyway to avoid such behaviour. I would like, in the worst
case when the NFS servers goes down, to be able to unmount and
remount again.
Thanks in advance for any help,hint or link!
P.S.: I'm using kernel 2.6.20-1.2944.fc6
.
- Follow-Ups:
- Re: mounted NFS blocks "forever"
- From: Unruh
- Re: mounted NFS blocks "forever"
- From: Joe Pfeiffer
- Re: mounted NFS blocks "forever"
- From: Steve Wampler
- Re: mounted NFS blocks "forever"
- Prev by Date: Re: NFS mounts but ls says "Input/output error"
- Next by Date: Re: Linux VPN server and client
- Previous by thread: connecting internet using N73 to my pc(suse 10.2)
- Next by thread: Re: mounted NFS blocks "forever"
- Index(es):
Relevant Pages
|