Documentation File Systems Beat
From FedoraProject
(Difference between revisions)
(Cleared for F18) |
|||
| Line 1: | Line 1: | ||
{{header|docs}} | {{header|docs}} | ||
| − | |||
| + | == FedFS == | ||
| + | Fedora 18 adds '''FedFS''', a mechanism to provide a coherent namespace across multiple file servers. | ||
| + | |||
| + | == /tmp on tmpfs == | ||
| + | |||
| + | By default, <code>/tmp</code> on Fedora 18 will be on a tempfs. Storage of large temporary files should be done on <code>/var/tmp</code>. This is more in line with what is done in other Linux distributions. | ||
Revision as of 16:29, 2 September 2012
FedFS
Fedora 18 adds FedFS, a mechanism to provide a coherent namespace across multiple file servers.
/tmp on tmpfs
By default, /tmp on Fedora 18 will be on a tempfs. Storage of large temporary files should be done on /var/tmp. This is more in line with what is done in other Linux distributions.
