On Sat, 12 Sep 2015 21:32:01 -0700
Bryan Gardiner <b...@khumba.net> wrote:

> Hello!
> 
> I'm having trouble getting the "user" mount option to work in fstab.
> I have this:
> 
> > fileSystems."/mnt/memcard" = {
> >   device = "/dev/mmcblk0p1";
> >   options = "noauto,noatime,user";
> > };
> 
> Which generates this just fine:
> 
> > $ grep memcard /etc/fstab
> > /dev/mmcblk0p1 /mnt/memcard auto noauto,noatime,users 0 2

"...,user" of course.  "user" does not become "users".

- Bryan

Attachment: pgpJIUIm7L313.pgp
Description: OpenPGP digital signature

_______________________________________________
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev

Reply via email to