From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pierre Neidhardt Subject: Mount /tmp as tmpfs? Date: Thu, 17 May 2018 19:03:15 +0200 Message-ID: <87y3gigqp8.fsf@gmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42166) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fJMJF-0004jD-45 for help-guix@gnu.org; Thu, 17 May 2018 13:03:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fJMJE-0003W5-7C for help-guix@gnu.org; Thu, 17 May 2018 13:03:21 -0400 Received: from mail-wr0-x22a.google.com ([2a00:1450:400c:c0c::22a]:37096) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fJMJE-0003Vm-0U for help-guix@gnu.org; Thu, 17 May 2018 13:03:20 -0400 Received: by mail-wr0-x22a.google.com with SMTP id h5-v6so6426131wrm.4 for ; Thu, 17 May 2018 10:03:19 -0700 (PDT) Received: from mimimi (2a01cb040a37a0005adf9a0845f647b3.ipv6.abo.wanadoo.fr. [2a01:cb04:a37:a000:5adf:9a08:45f6:47b3]) by smtp.gmail.com with ESMTPSA id a13-v6sm5649037wrc.19.2018.05.17.10.03.16 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 17 May 2018 10:03:17 -0700 (PDT) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: "help-guix@gnu.org" --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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)) ? =2D-=20 Pierre Neidhardt --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAlr9tdMACgkQm9z0l6S7 zH/oYwf/WwZ15enyHBwZwJ6YOVjYv5C/NhvRs3Y4ywsTDwxQwIFl6CjUK6qPnjs9 KRSOprLNYYqpzlcaXqI+hTRDIGmtR63etSY1yk7OwYcLnEK4Ks5FeoobFcPiD0K8 LnSSq5a2tRF3qifxBLdRl7pm6JmoJ03nmbYR7D1So+QCGnKWJ4Lcrs6c4xpCLy/k 7QOk94Ut+O5BwsP1F5CtlE9NusbjCPePhKaT9cCAS4L4h5bO0XfUq50A4HtMIRyR /Y0Qs8nzUh7MgemjWMO30def6EWMbdNfcs1kJMSIaYC9OqfAPCksHUxrRmM+4rWe uwMujwc+8O7UM2euvxg8PzaCVeSTKQ== =o1EA -----END PGP SIGNATURE----- --=-=-=--