Newsgroups: comp.unix.solaris,comp.sys.sun.admin,comp.unix.shell
> Yes, it's another umount prob. > And no, I already tried fuser -c and fuser -u, but to no avail. :( > > OK, dirs cannot be mounted, but I'll just call it that way for now. > > My sys is Sol 2.6. on Sparc. > The prob is that I have a dir that's stuck in the middle of being > umounted. Umount says device busy, but nothing is mounted "below" that > target. The entry in mnttab is still there, but the presumably still > mounted dir is not accessible that way.
If you've already tried "fuser -ck /somefs; umount /somefs" then I think a reboot would be the only way to fix it.
James
Try lsof (depending on your OS, you may need to find a copy from somewhere) - this will show files in use within the filesystem as well
Adrian Bal