guix-devel archive search

Search String: Display: Description: Sort:

Results:

References: [ lvm: 107 ]

Total 107 documents matching your query.

1. Re: LVM support (score: 50)
Author: HIDDEN
Date: Fri, 1 May 2015 13:32:30 +0200
[...] Sorry I’m not really familiar with LVM. It's implemented using device mapper but instead of mapping one block device to another you map one block device to whole group (like playground where
/archive/html/guix-devel/2015-05/msg00003.html (13,596 bytes)

2. Re: LVM support (score: 47)
Author: HIDDEN
Date: Tue, 21 Apr 2015 17:52:33 +0200
Tomáš Čech <address@hidden> skribis: OK. Yes, that part I knew. ;-) [...] This looks good to me! So I would declare (mapped-device (source "/dev/sda") (target "volume_group_name-logical_volume_nam
/archive/html/guix-devel/2015-04/msg00400.html (11,996 bytes)

3. Re: LVM support (score: 45)
Author: HIDDEN
Date: Fri, 17 Apr 2015 03:09:11 +0200
[...] Sorry I’m not really familiar with LVM. It's implemented using device mapper but instead of mapping one block device to another you map one block device to whole group (like playground where
/archive/html/guix-devel/2015-04/msg00317.html (12,761 bytes)

4. Re: LVM support (score: 45)
Author: HIDDEN
Date: Thu, 16 Apr 2015 08:24:01 +0200
as project for my Hackweek in SUSE I decided to spend my time on LVM support in GuixSD - something I miss greatly. This also means that I'll have much less time for that after this week :( Well this
/archive/html/guix-devel/2015-04/msg00299.html (10,573 bytes)

5. Re: BTRFS, LVM, LUKS (score: 44)
Author: HIDDEN
Date: Sun, 30 Jun 2019 12:38:03 +0200
Hello Alexandre, wellcome to Guix! [...] Guix is "just" not able to activate/assemble LVM volumes at boot, as a consequence LVM volumes creation and activation is also missing in the installer [...]
/archive/html/guix-devel/2019-06/msg00365.html (7,383 bytes)

6. [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch. (score: 43)
Author: HIDDEN
Date: Thu, 10 Mar 2016 11:36:45 +1100
DISCLMAIMER: This commit isn't meant for merging, so donut merge it. It's meant for people to use until we get something better. There's also code I haven't fully checked is needed (particularly mkno
/archive/html/guix-devel/2016-03/msg00397.html (15,577 bytes)

7. [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch. (score: 43)
Author: HIDDEN
Date: Thu, 10 Mar 2016 11:36:45 +1100
DISCLMAIMER: This commit isn't meant for merging, so donut merge it. It's meant for people to use until we get something better. There's also code I haven't fully checked is needed (particularly mkno
/archive/html/guix-devel/2016-03/msg00396.html (15,577 bytes)

8. Re: LVM support (score: 43)
Author: HIDDEN
Date: Wed, 15 Apr 2015 14:32:14 +0200
Tomáš Čech <address@hidden> skribis: Well this is nice already! Don’t worry about static linking or anything: you can use any package, including dynamically-linked, and it will be magically adde
/archive/html/guix-devel/2015-04/msg00288.html (7,717 bytes)

9. Re: BTRFS, LVM, LUKS (score: 41)
Author: HIDDEN
Date: Thu, 04 Jul 2019 16:20:45 -0300
Hello, Giovanni, Thanks! Ok, that doesn't sound too hard to fix. (famous last words ;-) Excellent Yay! Yeah, it looked so nearly finished that I was very surprised it didn't make it yet. I might have
/archive/html/guix-devel/2019-07/msg00050.html (7,894 bytes)

10. Re: LVM support (score: 41)
Author: HIDDEN
Date: Thu, 7 May 2015 10:02:43 +0200
Sorry for all the delays :) Tomáš Čech <address@hidden> skribis: [...] So I would declare (mapped-device (source "/dev/sda") (target "volume_group_name-logical_volume_name") (kind lvm-device-mappi
/archive/html/guix-devel/2015-05/msg00100.html (10,062 bytes)

11. LVM support (score: 41)
Author: HIDDEN
Date: Wed, 15 Apr 2015 07:07:56 +0200
Hi Guix, as project for my Hackweek in SUSE I decided to spend my time on LVM support in GuixSD - something I miss greatly. This also means that I'll have much less time for that after this week :( S
/archive/html/guix-devel/2015-04/msg00282.html (6,421 bytes)

12. Re: LVM support (score: 40)
Author: HIDDEN
Date: Sun, 03 May 2015 21:59:53 +0200
Sorry for the delay. Tomáš Čech <address@hidden> skribis: [...] OK. So the ‘source’ is irrelevant because ‘vgscan’ magically creates the device nodes for volumes such that users don’t ha
/archive/html/guix-devel/2015-05/msg00041.html (8,313 bytes)

13. Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch. (score: 39)
Author: HIDDEN
Date: Tue, 15 Mar 2016 15:40:46 +0100
Jookia <address@hidden> skribis: OK. Would a ‘mapped-device’ type where both ‘source’ and ‘target’ are lists adequately model Linux’s notion of mapped devices? Keeping thing purely decl
/archive/html/guix-devel/2016-03/msg00574.html (14,774 bytes)

14. BTRFS, LVM, LUKS (score: 38)
Author: HIDDEN
Date: Sat, 29 Jun 2019 22:13:19 -0300
Hi, I'm looking into adopting GuixSD, but I'm kind of a heavy LVM user. I'm also slightly concerned about support for BTRFS and LUKS, that I also rely heavily on. My first concern is that it's not cl
/archive/html/guix-devel/2019-06/msg00362.html (5,222 bytes)

15. Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch. (score: 38)
Author: HIDDEN
Date: Sat, 12 Mar 2016 03:42:36 +1100
Yes, this is one of the major problems. Shouldn't be too hard if we have inputs and outputs for each. Well, it's a bit more complex than that. We end up with filesystems that use multiple devices too
/archive/html/guix-devel/2016-03/msg00468.html (12,670 bytes)

16. Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch. (score: 37)
Author: HIDDEN
Date: Wed, 16 Mar 2016 12:23:44 +1100
I don't know, the problem is things like LVM create multiple mapped devices rather than just one. So it doesn't model the notion of mapped devices, but systems where multiple devices. This is true, b
/archive/html/guix-devel/2016-03/msg00609.html (9,108 bytes)

17. Re: LVM support (score: 37)
Author: HIDDEN
Date: Thu, 16 Apr 2015 14:47:52 +0200
Tomáš Čech <address@hidden> skribis: [...] What do you mean by “whole group”? A tree under /dev/mapper? I would think the terms are pretty descriptive, esp. when looking at the corresponding s
/archive/html/guix-devel/2015-04/msg00309.html (8,466 bytes)

18. Re: GuixSD lvm support (score: 36)
Author: HIDDEN
Date: Wed, 08 Feb 2017 03:20:31 -0800
Hi, I think your best bet is to review past email threads on this topic. Search the archives for "lvm" and similar keywords to find them: https://lists.gnu.org/archive/cgi-bin/namazu.cgi?query=lvm&su
/archive/html/guix-devel/2017-02/msg00314.html (5,264 bytes)

19. Re: [PATCH] DISCUSSION: Jookia's Libreboot+LUKS+LVM FDE patch. (score: 36)
Author: HIDDEN
Date: Fri, 11 Mar 2016 08:11:49 +1100
That's one thing to talk about- Store permissions and what to do about them. I also have another situation where I want to run a container with an OpenVPN service, but I'd have to pass credentials to
/archive/html/guix-devel/2016-03/msg00423.html (10,203 bytes)

20. Re: BTRFS, LVM, LUKS (score: 35)
Author: HIDDEN
Date: Sun, 30 Jun 2019 12:37:02 +0000
Hi lxo, I can give some advice reg. libreboot+luks+btrfs, but not reg. LVM and I haven't tested a a btrfs multi-disk setup with GuixSD either unfortunately. Using btrfs and luks on a librebooted lapt
/archive/html/guix-devel/2019-06/msg00368.html (8,109 bytes)


This search system is powered by Namazu