That indicates that someone has the share open, by the looks of your prompt, you are probably sitting in /mnt, so your shell process is holding the directory open. Try: cd / umount /mnt
if it still doesn't work, try fuser -m /mnt That will list all of the process ids that have the mount point open. Andre On Tue, 2004-05-18 at 15:38, Don Gould wrote: > Is there a time limit between when you can unmount a mounted share and when > you mount it? > > I get: > > [EMAIL PROTECTED] mnt]# smbumount /mnt > Could not umount /mnt: Device or resource busy > > Is there a way to force the unmount? > > Cheers Don >
