all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Anomaly with LVM and Mount Points.
@ 2024-08-12 17:38 Raghav Gururajan
  2024-08-14 13:29 ` Felix Lechner via
  0 siblings, 1 reply; 4+ messages in thread
From: Raghav Gururajan @ 2024-08-12 17:38 UTC (permalink / raw)
  To: help-guix


[-- Attachment #1.1: Type: text/plain, Size: 1249 bytes --]

Hello Guix!

Last week, I changed the VG name in my LVM setup of Guix System and 
system reconfigured. After the change the mount points '/' and 
'/gnu/store' doesn't show up in `lsblk`. But the system works fine.

Here's the output (reconstructed from my memory) before the change,

NAME                 MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda                    8:0    0 931.5G  0 disk
└─sda1                 8:1    0 931.5G  0 part
   └─secondary        253:0    0 931.5G  0 crypt
     ├─secondary-root 253:1    0   930G  0 lvm   /nix/store
     |                                           /gnu/store
     |                                           /
     └─secondary-swap 253:2    0   1.5G  0 lvm   [SWAP]


Here's the output after the change,

NAME             MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
sda                8:0    0 931.5G  0 disk
└─sda1             8:1    0 931.5G  0 part
   └─x200t        253:0    0 931.5G  0 crypt
     ├─x200t-root 253:1    0   930G  0 lvm   /nix/store
     └─x200t-swap 253:2    0   1.5G  0 lvm   [SWAP]


Any thoughts on why this is happening and/or how to rectify it? Not sure 
whether I'll face any problems down the road.

Regards,
RG.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Anomaly with LVM and Mount Points.
  2024-08-12 17:38 Anomaly with LVM and Mount Points Raghav Gururajan
@ 2024-08-14 13:29 ` Felix Lechner via
  2024-08-15 11:48   ` Raghav Gururajan
  0 siblings, 1 reply; 4+ messages in thread
From: Felix Lechner via @ 2024-08-14 13:29 UTC (permalink / raw)
  To: Raghav Gururajan, help-guix

Hi Raghav,

On Mon, Aug 12 2024, Raghav Gururajan wrote:

> the mount points '/' and '/gnu/store' doesn't show up in `lsblk`.

Will you please also send your system configuration?

Thanks for using Guix!

Kind regards
Felix


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Anomaly with LVM and Mount Points.
  2024-08-14 13:29 ` Felix Lechner via
@ 2024-08-15 11:48   ` Raghav Gururajan
  2024-08-20 13:51     ` Raghav Gururajan
  0 siblings, 1 reply; 4+ messages in thread
From: Raghav Gururajan @ 2024-08-15 11:48 UTC (permalink / raw)
  To: Felix Lechner, help-guix


[-- Attachment #1.1: Type: text/plain, Size: 212 bytes --]

Hi Felix!

> Will you please also send your system configuration?

Sure, 
https://git.sr.ht/~raghavgururajan/guix-config/tree/master/item/system/config.scm

Thanks for looking into this.

Regards,
RG.

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Anomaly with LVM and Mount Points.
  2024-08-15 11:48   ` Raghav Gururajan
@ 2024-08-20 13:51     ` Raghav Gururajan
  0 siblings, 0 replies; 4+ messages in thread
From: Raghav Gururajan @ 2024-08-20 13:51 UTC (permalink / raw)
  To: help-guix


[-- Attachment #1.1: Type: text/plain, Size: 1564 bytes --]

Hello Guix!

 >>> Last week, I changed the VG name in my LVM setup of Guix System and
 >>> system reconfigured. After the change the mount points '/' and
 >>> '/gnu/store' doesn't show up in `lsblk`. But the system works fine.
 >>>
 >>> Here's the output (reconstructed from my memory) before the change,
 >>>
 >>> NAME                 MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
 >>> sda                    8:0    0 931.5G  0 disk
 >>> └─sda1                 8:1    0 931.5G  0 part
 >>>    └─secondary        253:0    0 931.5G  0 crypt
 >>>      ├─secondary-root 253:1    0   930G  0 lvm   /nix/store
 >>>      |                                           /gnu/store
 >>>      |                                           /
 >>>      └─secondary-swap 253:2    0   1.5G  0 lvm   [SWAP]
 >>>
 >>>
 >>> Here's the output after the change,
 >>>
 >>> NAME             MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINTS
 >>> sda                8:0    0 931.5G  0 disk
 >>> └─sda1             8:1    0 931.5G  0 part
 >>>    └─x200t        253:0    0 931.5G  0 crypt
 >>>      ├─x200t-root 253:1    0   930G  0 lvm   /nix/store
 >>>      └─x200t-swap 253:2    0   1.5G  0 lvm   [SWAP]
 >>>
 >>>
 >>> Any thoughts on why this is happening and/or how to rectify it? Not 
sure
 >>> whether I'll face any problems down the road.
>> Will you please also send your system configuration?
> 
> Sure, 
> https://git.sr.ht/~raghavgururajan/guix-config/tree/master/item/system/config.scm

Any thoughts folks?

Regards,
RG.



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-20 13:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-12 17:38 Anomaly with LVM and Mount Points Raghav Gururajan
2024-08-14 13:29 ` Felix Lechner via
2024-08-15 11:48   ` Raghav Gururajan
2024-08-20 13:51     ` Raghav Gururajan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.