I attempted to mount another file-system (partition) on /tmp. The idea being to separate the storage used for temporary files from the rest of my system. To me temporary files mean those that need not be saved and that the system is not dependent on. However, my experience suggests that there is something going on, possibly pertaining to kdm, that violates this premise.
When I changed /etc/fstab to mount a secondary file-system the system booted up as usual and presented the logon screen. However, when I enter the password the result is that the screen goes blank momentarily and then re-displays the same logon screen. This continues indefinitely. I'm inclined to think that the new file-system mounted at /tmp contains no less information than it did the first time I logged onto my system. Furthermore, by hot-keying out of X-Windows and obtaining a conventional console I was able to logon and verify that the new file-system was properly mounted and in fact some files had been stored there as a result of trying to start the system. Then by restarting the system with the former version of /etc/fstab I was able to resume normal operation. I couldn't find any helpful clues in either /var/log/messages or /var/log/syslog.
An obvious work-around would be to transfer the few files that exist in the working /tmp directory to the new file-system and try again. However, such a dart throwing approach doesn't fit with my intention which is to use this same secondary file-system for multiple systems. Therefore I think it is important that my premise regrading temporary files is valid and that any subsystem dependencies are corrected.
It doesn't seem like what I'm trying to do is so unusual and even though I don't have any good troubleshooting clues my inclination is to suspect that there must be something about X11, kdm, etc. that I've failed to recognize.
Can anyone explain what is going on here? I'd be most grateful for some help.
When I changed /etc/fstab to mount a secondary file-system the system booted up as usual and presented the logon screen. However, when I enter the password the result is that the screen goes blank momentarily and then re-displays the same logon screen. This continues indefinitely. I'm inclined to think that the new file-system mounted at /tmp contains no less information than it did the first time I logged onto my system. Furthermore, by hot-keying out of X-Windows and obtaining a conventional console I was able to logon and verify that the new file-system was properly mounted and in fact some files had been stored there as a result of trying to start the system. Then by restarting the system with the former version of /etc/fstab I was able to resume normal operation. I couldn't find any helpful clues in either /var/log/messages or /var/log/syslog.
An obvious work-around would be to transfer the few files that exist in the working /tmp directory to the new file-system and try again. However, such a dart throwing approach doesn't fit with my intention which is to use this same secondary file-system for multiple systems. Therefore I think it is important that my premise regrading temporary files is valid and that any subsystem dependencies are corrected.
It doesn't seem like what I'm trying to do is so unusual and even though I don't have any good troubleshooting clues my inclination is to suspect that there must be something about X11, kdm, etc. that I've failed to recognize.
Can anyone explain what is going on here? I'd be most grateful for some help.
Comment