Ran into weird but serious trouble. My Pardus system froze suddenly and upon rebooting it now hangs at the point where it tries to clean up /tmp and then comes up with an error message which I cannot reproduce literally (mudur is named and that one should contact Pardus team), but it states an input/output error of /tmp, I can also not access /tmp anymore.
I can only login in CLI, and do things like
ls and so on. I can
cd to all dirs except tmp which is not accessible and causes X not to start up.
Any hints how to get out without losing my data?
Can it be a memory problem in /tmp?
At linuxquestions.org I found this suggestion which I will give a try:
mkdir /deltmp
mount -t /dev/sda1 /deltmp
rm /deltmp/tmp* -R