How can I check if my filesystem supports reflinks? #10442
Answered
by
skshetry
amoosebitmymom
asked this question in
Help
-
Hi |
Beta Was this translation helpful? Give feedback.
Answered by
skshetry
May 27, 2024
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
amoosebitmymom
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
dvc doctor
has aCache types
section in the output. If you are not seeing it in the output or has an error link, either you are invoking from a non-dvc repository or have a missing cache directory).(In that case, I'd
dvc init && mkdir -p .dvc/cache/files/md5
).