guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Move /gnu/store to another filesystem


From: Giovanni Biscuolo
Subject: Re: Move /gnu/store to another filesystem
Date: Thu, 26 May 2022 12:28:17 +0200

Hello Théo 

Théo Maxime Tyburn <theo.tyburn@gmail.com> writes:

[...]

> (define %store-fs ;; <--- This is what I want to add.
>   (file-system (device (file-system-label "storage-fs"))
>              (mount-point mt-point)
>              (type "/gnu/store")

maybe you misconfigured "mount-point" and "type"?

what about:

--8<---------------cut here---------------start------------->8---

 (define %store-fs ;; <--- This is what I want to add.
   (file-system (device (file-system-label "storage-fs"))
               (mount-point "/gnu/store")
               (type "btrfs")

--8<---------------cut here---------------end--------------->8---

WDYT?

[...]

> Anyway this is probably not the right way to do it. Simply coping
> /gnu/store around looks a bit brutal.

AFAIK we can move /gnu/store anywhere **if** the system is not live,
like you did booting in "rescue mode"

[...]

Happy hacking! Gio'

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]