-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luks + btrfs + mode=format then error: /dev/mapper/crypted: No such file or directory #712
Comments
I'm getting a similar error with the official
|
But |
Using the Luks-LVM example I get:
|
In the error that I have, for some reason the password request does not occur. I tried removing the "not" from the condition "if" and it worked:
It's here Line 115 in 51994df
I tested it on VM. blkid /dev/disk/by-partlabel/disk-vdb-luks -o export
DEVNAME=/dev/disk/by-partlabel/disk-vdb-luks
UUID=4067280e-b73e-4383-87f3-140230f2f553
TYPE=crypto_LUKS
PARTLABEL=disk-vdb-luks
PARTUUID=e18d4c7a-8552-41e8-98e5-ca0b7be1bc97
|
upd. |
For posterity: |
Doesn't work only when --mode format. If --mode disko then it works fine!
command:
sudo nix --experimental-features "nix-command flakes" run github:nix-community/disko/refs/tags/v1.6.1 -- --mode format /tmp/disk-config.nix
disk-config.nix
full log output
The text was updated successfully, but these errors were encountered: