Re: How strongly is Guix System coupled to underlying partitions?

2025-01-24 Thread Tomas Volf
Felix Lechner via writes: > Hi Marek, > > On January 23, 2025 3:15:08 PM PST, "Marek Paśnikowski" > wrote: > >> If the Guix System were to be deployed entirely on >>one logical volume > > Great idea, except LVM does not offer redundancy. I run nearly whole disk > LVM on top of symmetrical RA

Re: How strongly is Guix System coupled to underlying partitions?

2025-01-23 Thread Felix Lechner via
Hi Marek, On January 23, 2025 3:15:08 PM PST, "Marek Paśnikowski" wrote: > If the Guix System were to be deployed entirely on >one logical volume Great idea, except LVM does not offer redundancy. I run nearly whole disk LVM on top of symmetrical RAID-1 via Mdadm everywhere I go. The only e

Re: How strongly is Guix System coupled to underlying partitions?

2025-01-23 Thread Marek Paśnikowski
23.01.2025 23:31:14 CET Vagrant Cascadian: > On 2025-01-23, Marek Paśnikowski wrote: > > 23.01.2025 19:47:50 CET Felix Lechner: > >> > suppose that I define a new filesystem for `/gnu/store` on another > >> > SSD. > >> > >> That's a special case, i.e. the caveat from above, that requires great > >

Re: How strongly is Guix System coupled to underlying partitions?

2025-01-23 Thread Vagrant Cascadian
On 2025-01-23, Marek Paśnikowski wrote: > 23.01.2025 19:47:50 CET Felix Lechner: >> > suppose that I define a new filesystem for `/gnu/store` on another >> > SSD. >> >> That's a special case, i.e. the caveat from above, that requires great >> care. Not all filesystem paths are created equal. Eve

Re: How strongly is Guix System coupled to underlying partitions?

2025-01-23 Thread Marek Paśnikowski
Thank you Felix for the deep answers, at times a bit too deep for me. I am under impression, that I should be fine with this workflow: 1. reconfigure filesystem layout; 2. shut down the system; 3. copy the data to the new physical location; 4. boot the new generation. Is this correct? 23.01.2025

Re: How strongly is Guix System coupled to underlying partitions?

2025-01-23 Thread Felix Lechner via
Hi Marek, On Thu, Jan 23 2025, Marek Paśnikowski wrote: > successively transfer parts of the file system tree to new drives With the caveat below, it should be no problem. Unless you use automounts or otherwise rely on entries in /etc/fstab during operation, all drives are mounted at boot---alt

How strongly is Guix System coupled to underlying partitions?

2025-01-23 Thread Marek Paśnikowski
based on a real SSD. In the systems I had installed on my laptops so far, I use filesystem labels to identify how to mount each of system partitions. While it is trivial to set up on a single storage device, it is no longer obvious how to design a complex storage solution with redundancy and

Re: disk-image and partitions

2019-05-06 Thread rendaw
On 5/6/19 3:48 AM, Chris Marusich wrote: > rendaw <7e9wc56emja...@s.rendaw.me> writes: > >> I think I'd like to use disk-image but a number of things were unclear >> from the documentation: >> >> 1. What and how many partitions are created? >> >

Re: disk-image and partitions

2019-05-05 Thread Chris Marusich
rendaw <7e9wc56emja...@s.rendaw.me> writes: > I think I'd like to use disk-image but a number of things were unclear > from the documentation: > > 1. What and how many partitions are created? > > Reading the -t parameter I assume it's an image with just 1 root &

Re: disk-image and partitions

2019-04-21 Thread rendaw
On 4/17/19 5:40 AM, rendaw wrote: > On 4/14/19 6:16 PM, rendaw wrote: >> I think I'd like to use disk-image but a number of things were unclear >> from the documentation: >> >> 1. What and how many partitions are created? >> >> Reading the -t param

Re: disk-image and partitions

2019-04-16 Thread rendaw
On 4/14/19 6:16 PM, rendaw wrote: > I think I'd like to use disk-image but a number of things were unclear > from the documentation: > > 1. What and how many partitions are created? > > Reading the -t parameter I assume it's an image with just 1 root > partit

disk-image and partitions

2019-04-15 Thread rendaw
So it looks like the root uuid might be generated, but from what I read vfat uuids are translated from a partition serial number that isn't manipulated in the guix source so getting uuids beforehand might be impossible. Both the root and efi partitions get a label, so I might be able to use

disk-image and partitions

2019-04-14 Thread rendaw
I think I'd like to use disk-image but a number of things were unclear from the documentation: 1. What and how many partitions are created? Reading the -t parameter I assume it's an image with just 1 root partition. If I need UEFI will an efi partition be created? 2. How can I re

Re: partitions

2018-08-16 Thread Catonano
t; > https://wiki.archlinux.org/index.php/Partitioning > > for general guidelines. Then you choose how to partition your drives as > you > wish. Using the UEFI partition scheme, you can have two partitions: > > - EFI > - root > > You are free to add as many partitions as you

Re: partitions

2018-08-02 Thread Pierre Neidhardt
to partition your drives as you wish. Using the UEFI partition scheme, you can have two partitions: - EFI - root You are free to add as many partitions as you want. "Free space" is wasted space, make sure that your partition scheme covers the whole drive. -- Pierre Neidhardt sig

partitions

2018-08-02 Thread Catonano
I'm considering to install GuixSD in a virtual machine made with Gnome Boxes I should partition the disk but I don't know where to start This is what I find in cfdisk https://imgur.com/a/EjYKRwb I don't understand how these partitions are organized Why is the boot partition so

Re: partitions and filesystems

2017-11-16 Thread Ludovic Courtès
Hello, Marco van Hulten skribis: > Je 16 nov 06:44 transskribita far Oleg Pykhalov: >> We need someone to make a patch. I attached one below. If it is not >> good enough, you could send “updated text” as a “plain text” file or as >> a patch to this mailing list or guix-de...@gnu.org or bug-g..

Re: partitions and filesystems

2017-11-16 Thread Marco van Hulten
o say you mount a partition. But the verboseness of this argument suggests that it is better to say one mounts filesystems rather than partitions. pgpjqmKIQ5xP9.pgp Description: OpenPGP digitale handtekening

Re: partitions and filesystems

2017-11-15 Thread Oleg Pykhalov
Hello Marco, Thank you for catching this! Marco van Hulten writes: > Something is not so clear to me on this page: > > https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html > > under section "6.1.4.3 Disk Partitioning": > >> Prefer

partitions and filesystems

2017-11-04 Thread Marco van Hulten
Hello, Something is not so clear to me on this page: https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html under section "6.1.4.3 Disk Partitioning": > Preferably, assign partitions a label so that you can easily and > reliably refer to the

Re: OS doesn't see the partitions after reboot

2016-08-30 Thread Ludovic Courtès
ce label, as suggested at: https://www.gnu.org/software/guix/manual/html_node/Preparing-for-Installation.html#Disk-Partitioning The config file you posted does use partition labels, as in: (file-system (title 'label) (device "root") …) Could it be that the partitions

Re: OS doesn't see the partitions after reboot

2016-08-19 Thread Vincent Legoll
> 2) I have set the labels on HDD partitions this way: > /dev/sdb1 (ext4) - boot > /dev/sdb2 (ext4) - root > /dev/sdb3 (swap) - swap > /dev/sdb4 (ext4) - home > > The config file for my system is attached. > > After invoking `guix system init /mnt/etc/config.scm /mnt` a

OS doesn't see the partitions after reboot

2016-08-19 Thread dt
name (/dev/sdX)? 2) I have set the labels on HDD partitions this way: /dev/sdb1 (ext4) - boot /dev/sdb2 (ext4) - root /dev/sdb3 (swap) - swap /dev/sdb4 (ext4) - home The config file for my system is attached. After invoking `guix system init /mnt/etc/config.scm /mnt` and rebooting the OS fails to