Craig White wrote:
On Wed, 2008-07-30 at 21:36 -0700, nate wrote:Craig White wrote:short of restarting...is there a trick that I can do to umount/remount?try umount /home/storage/users -l -f---- perfect - thanks Craig
If that ever also fails, you can find (and then kill) the processes that have the share open with:
fuser -m <mount_location>That will give you a list of process ids that you can first get info about with "ps -ef <pid>" and kill with "kill <pid>" (or "kill -9 <pid>" for really stubborn ones).
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos