all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Cannot mount NFS share as user or root
@ 2020-02-18  1:08 Nathan Dehnel
  2020-02-18 21:33 ` bug#39670: " Maxim Cournoyer
  0 siblings, 1 reply; 10+ messages in thread
From: Nathan Dehnel @ 2020-02-18  1:08 UTC (permalink / raw)
  To: help-guix

bash-5.0$ mount /media/store
mount: /media/store: bad option; for several filesystems (e.g. nfs,
cifs) you might need a /sbin/mount.<type> 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 → 2.4.2
/gnu/store/chmbpkh0gvvmdhgwjw7rpl63f99mv7i6-nfs-utils-2.4.2

nothing to be done

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

end of thread, other threads:[~2020-10-13  3:23 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-18  1:08 Cannot mount NFS share as user or root Nathan Dehnel
2020-02-18 21:33 ` bug#39670: " Maxim Cournoyer
2020-02-18 21:43   ` Nathan Dehnel
2020-02-18 22:43     ` Maxim Cournoyer
2020-02-20 16:25   ` maxim.cournoyer
2020-05-28  3:11     ` Maxim Cournoyer
     [not found]       ` <CAEEhgEt109hcO1STeYv8rWT1hcn+K+JK-AO_1jvP6hJv8etf5w@mail.gmail.com>
     [not found]         ` <87y2kzvmc2.fsf@gmail.com>
     [not found]           ` <CAEEhgEtAeoxDcNQdR4BHx+9BCZq=9w5-A+Y0-J1L6Jf8rfFKkA@mail.gmail.com>
2020-09-25  1:53             ` Maxim Cournoyer
2020-10-01 19:49               ` Maxim Cournoyer
2020-10-02 23:08                 ` Nathan Dehnel
2020-10-13  3:22                   ` Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.