From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Hinsen Subject: Re: NFS mounts Date: Sun, 05 Nov 2017 12:51:55 +0100 Message-ID: References: <87shes92jh.fsf@gnu.org> <87inffdyt6.fsf@gnu.org> <87she16l1i.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59634) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eBJT7-0006Iz-R5 for guix-devel@gnu.org; Sun, 05 Nov 2017 06:52:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eBJT3-0008RH-0l for guix-devel@gnu.org; Sun, 05 Nov 2017 06:52:01 -0500 In-Reply-To: <87she16l1i.fsf@gnu.org> 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: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Hi Ludo, > 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. Konrad.