filesystem based tmp filling up but is a ram mounted tmp with barely any files

How can I access the file based version easily with the ram disk mounted and find out what process is writing to the file system ignoring the ram mount?
 
single user "console mode". init should not have any open file descriptors in it at that point so you could modify what you need...the way UNIX was intended! It's been a while, but IIRC, in single user mode init and shell should be the only processes running: complete control at that point.
 
Back
Top