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
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
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
> >
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
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
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
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
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?
>>
>
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
&
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
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
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
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
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
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
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
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..
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
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
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
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
> 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
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
23 matches
Mail list logo