I got a new ssd and formatted it as btrfs because its new, better ect. but when i mounted it i could only write to it as root.
I tried to fix that by adding
options = [“uid = 1000”]
but it errored out and after some searching i found out that btrfs dpnt support that option.
How i could be able to mount it with user permissions?
I could make a folder inside it and give that the right permission (and that should persist after reboot) but i dont want to do that if possible.