unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* Mount /tmp as tmpfs?
@ 2018-05-17 17:03 Pierre Neidhardt
  2018-05-17 18:21 ` Clément Lassieur
  2018-05-18 10:53 ` Nils Gillmann
  0 siblings, 2 replies; 6+ messages in thread
From: Pierre Neidhardt @ 2018-05-17 17:03 UTC (permalink / raw)
  To: help-guix@gnu.org

[-- Attachment #1: Type: text/plain, Size: 362 bytes --]


I was wondering if it's commendable to mount /tmp as tmpfs with GuixSD.
I think it could be useful to speed up Guix builds.

What would be the best way to do so?
Can't test now, but what about

     (file-system
       (mount-point "/tmp")
       (device "tmpfs")
       (type "tmpfs")
       (flags '(no-dev no-suid))

?

-- 
Pierre Neidhardt

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-05-18 11:22 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-17 17:03 Mount /tmp as tmpfs? Pierre Neidhardt
2018-05-17 18:21 ` Clément Lassieur
2018-05-17 18:26   ` Pierre Neidhardt
2018-05-18 10:53 ` Nils Gillmann
2018-05-18 11:20   ` Clément Lassieur
2018-05-18 11:22   ` Pierre Neidhardt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).