From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nathan Dehnel Subject: Cannot mount NFS share as user or root Date: Mon, 17 Feb 2020 19:08:05 -0600 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:44828) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j3rN7-0002m5-Dq for help-guix@gnu.org; Mon, 17 Feb 2020 20:08:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j3rN6-0004BB-Da for help-guix@gnu.org; Mon, 17 Feb 2020 20:08:21 -0500 Received: from mail-wr1-x431.google.com ([2a00:1450:4864:20::431]:41878) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j3rN6-0004AZ-5u for help-guix@gnu.org; Mon, 17 Feb 2020 20:08:20 -0500 Received: by mail-wr1-x431.google.com with SMTP id c9so21912554wrw.8 for ; Mon, 17 Feb 2020 17:08:19 -0800 (PST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org bash-5.0$ mount /media/store mount: /media/store: bad option; for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount. helper program /etc/config.scm: (file-system (mount-point "/media/store") (device "gentooserver:/") (type "nfs4") (mount? #f) (create-mount-point? #t) (options "rw,_netdev,noauto,user,lazytime,exec,tcp")) /etc/fstab: gentooserver:/ /media/store nfs4 rw,_netdev,noauto,user,lazytime,exec,tcp nfs-utils is installed: bash-5.0$ guix package -i nfs-utils The following package will be upgraded: nfs-utils 2.4.2 =E2=86=92 2.4.2 /gnu/store/chmbpkh0gvvmdhgwjw7rpl63f99mv7i6-nfs-utils-2.4.2 nothing to be done