> To clarify, you can configure udisks to mount your drives somewhere else
> like your home directory.

Ah I see. Btw, guix does not use udisks to mount file-systems right?

Like mounting root file-system at "/", guix just uses mount command correct?

> Udiskie is a user service, so I don't think it makes sense to include it
> in udisks-service-type.

Oh. I have to read about types of services then. As a guess, is it the
difference between service running 'system-wide' and 'as and for that user'?

> But you can run shepherd as user.  I have this service:
> 
> --8<---------------cut here---------------start------------->8---
> (define auto-mount
>   (make <service>
>     #:provides '(auto-mount)
>     #:start (make-system-constructor "udiskie &")
>     #:stop (make-system-destructor "pkill udiskie")
>     #:respawn? #t))
> --8<---------------cut here---------------end--------------->8---

Thanks so much. Just to double check, should I put this in my config.scm?

Regards,
RG.

Reply via email to