Closed Djabx closed 7 months ago
This issue has been mentioned on NixOS Discourse. There might be relevant details there:
https://discourse.nixos.org/t/unable-to-mount-btrfs-partition-in-user-space-since-6-8/41659/2
Does it work without the UID setting?
Does it work without the UID setting?
Yes it does. That what is strange for me.
Note: My BTRFS Partitions are on a LUKS partitions; but it work properly in 6.7*
I'm on linux 6.7 and passing the uid=1000
option to a btrfs mount command gives me
mount: /mnt: wrong fs type, bad option, bad superblock on /dev/loop0, missing codepage or helper program, or other error.
dmesg(1) may have more information after failed mount system call.
That option isn't supported by btrfs and I'm surprised you didn't get this error before. The error you're getting now is expected behavior.
That option isn't supported by btrfs and I'm surprised you didn't get this error before. The error you're getting now is expected behavior.
Damn you're right ! Thank you very much.
Describe the bug
I'm unable to mount btrfs partition with a specific UID.
Steps To Reproduce
Steps to reproduce the behavior:
nixos-rebuild boot --upgrade
reboot
Expected behavior
Was working properly the 07/03; did not change anything in my system configuration; just try to build/update.
Additional context
All file / outputs are here: https://gist.github.com/Djabx/ef86c7b565559e2fa9a71b730d109a09
I've commented all volumes with an UID and I can boot properly. But I need thoses volumes.
Notify maintainers
@viric @K900
Metadata
My last working version:
Add a :+1: reaction to issues you find important.