On 08/01/18 07:06, Danny Milosavljevic wrote:
> Probable fix:
>
> diff --git a/gnu/services/base.scm b/gnu/services/base.scm
> index 9fad9af99..921914ccd 100644
> --- a/gnu/services/base.scm
> +++ b/gnu/services/base.scm
> @@ -419,7 +419,7 @@ FILE-SYSTEM."
> '((gnu
On 08/01/18 06:38, Danny Milosavljevic wrote:
> On Tue, 31 Jul 2018 01:25:22 +1000
> Brendan Tildesley wrote:
>
>> I have a second btrfs drive that I normally manually mount as /mnt/1tb.
>> I decided to add it to my system config and it when I reconfigure it
>> mounts the drive correctly, but when
Probable fix:
diff --git a/gnu/services/base.scm b/gnu/services/base.scm
index 9fad9af99..921914ccd 100644
--- a/gnu/services/base.scm
+++ b/gnu/services/base.scm
@@ -419,7 +419,7 @@ FILE-SYSTEM."
'((gnu build file-systems)))
(shepherd-service
Probably gnu/services/base.scm, file-system-shepherd-service is the one to
mount non-needed-for-boot file systems.
udev-shepherd-service does the /dev devname creation.
So file-system-shepherd-service should require the udev service.
It doesn't.
pgplmzZijrwga.pgp
Description: OpenPGP digital
Hi,
On Tue, 31 Jul 2018 12:04:54 +1000
Brendan Tildesley wrote:
> On 07/31/18 02:55, Danny Milosavljevic wrote:
> > Hi,
> >
> > hmm, where's the "file-systems" form in your system config?
> >
> > The first important part is whether your file-system entry is
> > needed-for-boot? or not.
> >
>
On Tue, 31 Jul 2018 01:25:22 +1000
Brendan Tildesley wrote:
> I have a second btrfs drive that I normally manually mount as /mnt/1tb.
> I decided to add it to my system config and it when I reconfigure it
> mounts the drive correctly, but when I reboot I get the error:
>
> WARNING: failed to ope
On 07/31/18 02:55, Danny Milosavljevic wrote:
> Hi,
>
> hmm, where's the "file-systems" form in your system config?
>
> The first important part is whether your file-system entry is
> needed-for-boot? or not.
>
Sorry, I forgot to un-kill it before copying the whole definition. It's here
(file-sys
Hi,
hmm, where's the "file-systems" form in your system config?
The first important part is whether your file-system entry is needed-for-boot?
or not.
I have a second btrfs drive that I normally manually mount as /mnt/1tb.
I decided to add it to my system config and it when I reconfigure it
mounts the drive correctly, but when I reboot I get the error:
WARNING: failed to open /dev/btrfs-control, skipping device
registration: no such file or dire