From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: NFS mounts Date: Sun, 05 Nov 2017 18:07:59 +0100 Message-ID: <87lgjkpsb4.fsf@gnu.org> References: <87shes92jh.fsf@gnu.org> <87inffdyt6.fsf@gnu.org> <87she16l1i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47055) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBOOz-0005D2-Ru for guix-devel@gnu.org; Sun, 05 Nov 2017 12:08:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBOOw-0002ad-Od for guix-devel@gnu.org; Sun, 05 Nov 2017 12:08:05 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:42537) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eBOOw-0002aJ-Ht for guix-devel@gnu.org; Sun, 05 Nov 2017 12:08:02 -0500 In-Reply-To: (Konrad Hinsen's message of "Sun, 05 Nov 2017 12:51:55 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Konrad Hinsen Cc: Guix-devel Hi, Konrad Hinsen skribis: >> By default, file systems are automatically mounted at boot time. To >> avoid that, you must add: >> >> (mount? #f) > > That works well indeed. But I actually want that NFS filesystem mounted > at boot time, ideally (not strictly required though). > > Of course, the real problem is that I cannot mount it at all because > rpc.statd is missing. Ooh, got it. Well we could (ab)use the =E2=80=98dependencies=E2=80=99 fiel= d of =E2=80=98file-system=E2=80=99 to introduce a dependency on the rpc.statd da= emon startup. Ludo=E2=80=99.