wb wrote:
Hi.

I have a /tmp FS for swap, and a really big file crout* inside. The /tmp was 
95% up.
I decided to remove the crout file.
The problem, is the /tmp is not decreasing, but still growing.

How could I make it decrease?


Removing the file just deletes the directory entry in /tmp. The space is not reclaimed until all references to the file, including open file descriptors, are removed.

Another email in this thread already supplied some good ideas about finding the process that has the file open.

        Scott
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to