LWN.net Logo

Temporary files.

Temporary files.

Posted Mar 14, 2009 12:47 UTC (Sat) by mgb (guest, #3226)
In reply to: Temporary files. by khim
Parent article: Ts'o: Delayed allocation and the zero-length file problem

Sounds like ext4 might be a good choice for /tmp.


(Log in to post comments)

Temporary files.

Posted Mar 16, 2009 3:24 UTC (Mon) by k8to (subscriber, #15413) [Link]

All Linux filesystems are good choices for tmp.

This allows linux to avoid the idiocy of solaris's tmpfs where writing a large file to /tmp can crash the box.

Temporary files.

Posted Mar 16, 2009 15:22 UTC (Mon) by nix (subscriber, #2304) [Link]

Alternatively you could use... tmpfs! Writing a large file to /tmp isn't
going to crash the box unless you explicitly raised the size limits
on /tmp...

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds