Skip to content
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

fix: Don't allow the use of reflinks #662

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

ruben-arts
Copy link
Contributor

If you are using pixi v0.11.1 you got a feature activated called reflinking. This however doesn't work correctly yet.

The issue you might get is:

Permission denied (os error 13)

This (as far as we know) only happens on btrfs filesystems, like my Fedora setup.

You can check if your on btrfs using the following command:

> lsblk -f
...
nvme0n1                                                                                            
├─nvme0n1p1 vfat   FAT32                       4C  581,4M     3% /boot/efi
├─nvme0n1p2 ext4   1.0                         3a  611,7M    30% /boot
└─nvme0n1p3 btrfs        fedora_localhost-live 87   69,6G    91% /home

@ruben-arts ruben-arts merged commit af3c54d into prefix-dev:main Jan 12, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants