Re: umount question : can i force umount ???
- From: Jan Gerrit Kootstra <jan.gerrit@xxxxxxxxxxxxxxx>
- Date: Tue, 28 Aug 2007 16:28:18 +0200
noi ance wrote:
On Mon, 27 Aug 2007 14:58:21 -0400, sysadmin typed this message:Noi Ance,
Hi here is my question :
root@mailserver# umount -f /mnt/forage umount2: Device or resource busy
umount: /mnt/forage: device is busy
how can i umount such a filesystem . It is shared through nfs with a lot
of other directories, but i can't stop my nfs server .
Thanks
Franck
umout /mnt/forage -L for lazy unmount
something is using a file on the mounted device keeping it from unmounting, like maybe you're in a folder on the device when trying to umount. 1
Should not this be:
umount -l /mnt/forage
Does not the give problems when you try to mount the filesystem before the umount process has ended? In the background the umount still starts some cleaning tasks that will run as soon as the device becomes available.
Best regards,
Jan Gerrit Kootstra
.
- Follow-Ups:
- Re: umount question : can i force umount ???
- From: noi ance
- Re: umount question : can i force umount ???
- References:
- umount question : can i force umount ???
- From: sysadmin
- Re: umount question : can i force umount ???
- From: noi ance
- umount question : can i force umount ???
- Prev by Date: Re: umount question : can i force umount ???
- Next by Date: Re: umount question : can i force umount ???
- Previous by thread: Re: umount question : can i force umount ???
- Next by thread: Re: umount question : can i force umount ???
- Index(es):
Relevant Pages
|