We have a major problem with our file systems and we need to unmount /tmp, preferably without going into maintenance mode. We've stopped everything but whenever we run
it shows that the session we are using is using /tmp. There's nothing like logging in /.profile or /etc/profile which could cause this. Has anyone any ideas please?
Columb Healy
Code:
fuser -c /tmp
Columb Healy