bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#40158: mount point is not created if mount? is #f


From: maxim . cournoyer
Subject: bug#40158: mount point is not created if mount? is #f
Date: Fri, 20 Mar 2020 19:13:36 -0400

Consider the following file system record:

(file-system
  (device "some-server:/mnt/scratch/yocto-sstate")"
  (mount-point "/mnt/scratch/yocto-sstate")
  (create-mount-point? #t)
  (type "nfs")
  (mount? #f)
  (options "soft")
  (flags '(no-exec)))

Even though a user would think the mount point would be created, it is
not, I'm guessing because mount? is #f.

Maxim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]