disko | 391 Members | |
| disko - declarative disk partitioning - https://github.com/nix-community/disko | 105 Servers |
| Sender | Message | Time |
|---|---|---|
| 24 Mar 2025 | ||
| Hello. I'm currently working on improving disko's support for bcachefs. So far, I have made a PR to add encryption support. Currently, I am working on adding subvolume support. However, I am having trouble getting this to work. This is the output when I run I suspect that a reason that this could happening might be due the order in which mountpoints are mounted. My theory is that descendant mountpoints (e.g., /ancestor/descendant) could be being mounted before ancestor mountpoints (e.g., /ancestor) have been created/mounted. Does disko mount filesystems such that ancestor mountpoints are mounted before descendants, or is this behaviour dependent on how the I have tried to debug my implementation using
In fact, it shows that same Is there another way I can go about debugging this? | 10:47:05 | |
| Hey! I was working on adding advanced options for Bcachefs a few months ago. May want to poke around here: https://github.com/nix-community/disko/pull/961 There are some current gotchas that cause some of the issues you are facing. Using the bcachesfs fs formatter is limited which is why I went the route of creating a custom type similar to mdadm and zfs. There are some systemd bugs that prevent the FS ground getting mounted properly/consistently during reboots | 12:45:51 | |
| I am having (skill) issues resizing my .swapvol after I have mistakenly put it to 20M instead of 16G,
but
Is there a way to get Disko to just resize a subvolume? | 13:19:31 | |
In reply to @projectinitiative:matrix.org Oh cool! Thanks for sharing that, I didn't see it. It's good to see someone else working on this too. Maybe we can work together on this, so that work isn't duplicated? What's your progress so far and what still needs to be done? I can see that you left a comment last month about trying to get encryption to work. Is that still the case? I believe I've got encryption working in my other PR, so if you like, I can try to adapt it to work with yours and submit a PR against yours? | 13:19:56 | |
| * I am having (skill) issues resizing my .swapvol after I have mistakenly put it to 20M instead of 16G,
but
Is there a way to get Disko to just resize a subvolume? | 13:20:56 | |
| * I am having (skill) issues resizing my .swapvol after I have mistakenly put it to 20M instead of 16G,
but
Is there a way to get Disko to just resize a subvolume? | 13:22:47 | |