Kim Lindberger
Kim Lindberger
If you're not using ephemeral storage, that's the issue, yes. To bind mount files, empty files are created to serve as bind mount endpoints; if they're still there on boot,...
To erase old subvolumes, I just do the following: ``` sudo mkdir /mnt sudo mount /dev/root_vg/root /mnt sudo btrfs subvolume delete "/mnt/$(sudo btrfs subvolume list -o /mnt/old_root_2022-07-6_17:51:38/ | cut -f...
When this happens, do you see the systemd user units for the mounts? If so, what is their log output?
Hi! You should be able to use the `enable` option for this. It was undocumented, but I just added a bit about it in the README.
This is not supposed to be a default config, just an example of what's possible to do. It would be good to have a better example, though. Suggestions are welcome!
The thing is that it's the only example showing how to use `parentDirectory`, so I wouldn't want to just remove it without a replacement. I suppose it could just be...
Fixed by #151. @C0D3-M4513R Since the wiki entry isn't official or affiliated with the project, I'm going to close this issue now. Feel free to copy the fix to the...
Doing so is unfortunately pretty risky for a running system. You're moving files that are potentially being used by running programs between filesystems. Perhaps it could be alleviated somewhat by...
`defaultPermissions` apply to the creation of parent directories, but shouldn't affect the contents of the directories themselves, so I don't think that has anything to do with this at all....
VPC peering wouldn't work as a generic solution, since it doesn't allow for overlapping CIDRs. This is certainly better than the current behavior, which is just straight up broken. I've...