Hi Remco,
Remco writes:
> Autofs works pretty well for me. Using the stock package and a service like
> described here:
>
> https://www.rohleder.de/2020/07/04/autofs/
Thanks for pointing out Autofs. I did not know about it before and
indeed it works quite well for this. I based mine of what
Autofs works pretty well for me. Using the stock package and a service like
described here:
https://www.rohleder.de/2020/07/04/autofs/
Cheers,
Remco
Hi,
Maxim Cournoyer writes:
> Hi,
>
> Fredrik Salomonsson writes:
>
> [...]
>
>> ---✂
>> …
>> shepherd: Evaluating user expression (and (defined? (quote transient?)) (map
>> (# ?) ?)).
>> guix system: warning: exceptio
Hi,
Felix Lechner writes:
> Hi Fredrik,
>
> On Sun, Oct 16, 2022 at 6:08 PM Fredrik Salomonsson
> wrote:
>>
>> it was indeed using the entry in the /etc/fstab, i.e:
>
> That's good! My guess is that the Shepherd service is not working
> correctly, for example by not requiring networking. I mig
Hi,
Fredrik Salomonsson writes:
[...]
> ---✂
> …
> shepherd: Evaluating user expression (and (defined? (quote transient?)) (map
> (# ?) ?)).
> guix system: warning: exception caught while executing 'start' on service
Hi Fredrik,
On Sun, Oct 16, 2022 at 6:08 PM Fredrik Salomonsson wrote:
>
> it was indeed using the entry in the /etc/fstab, i.e:
That's good! My guess is that the Shepherd service is not working
correctly, for example by not requiring networking. I might ask over
there.
Sorry I cannot be of mor
Hi Felix,
Felix Lechner writes:
> Hi Fredrik,
>
> On Sun, Oct 16, 2022 at 2:47 PM Fredrik Salomonsson
> wrote:
>>
>> I can manually mount it.
>
> Can you mount it manually using your entry in /etc/fstab, i.e. with
> 'noauto' and then just
>
> mount /media/Valhalla ?
>
> I am not sur
Hi Fredrik,
On Sun, Oct 16, 2022 at 2:47 PM Fredrik Salomonsson wrote:
>
> I can manually mount it.
Can you mount it manually using your entry in /etc/fstab, i.e. with
'noauto' and then just
mount /media/Valhalla ?
I am not sure whether (mount? #f) sets 'noauto'.
That would confirm t
Hi Guix,
I'm having some issues with my nfs storage on Guix System.
Here is the part of my configuration that deals with mounting the nfs
device.
(define nfs-valhalla
(file-system
(device "fafner:/srv/nfs4/Valhalla")
(mount-point "/media/Valhalla")
(options "auto,_netdev,tim