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). -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: <http://lists.centos.org/pipermail/centos/attachments/20080731/a3adc742/attachment-0005.sig>