Truenas Scale Docker (OS Error 2) #39
Answered
by
jlesage
jsdukeboy08
asked this question in
Q&A
-
I have this installed via docker on truenas scale 24.10, I am able to scan and see the files in my two folders that I have added to the container, but when I try to hardlink the 2 files I get an error "Failed to hardlink /storage/test2/filename, reason No such file or directory (os error 2). Both files are located in the same dataset. |
Beta Was this translation helpful? Give feedback.
Answered by
jlesage
Dec 18, 2024
Replies: 1 comment 4 replies
-
Are there also in the same Docker volume/mount ? What is the path of both files inside the container ? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This setup won't allow hard-linking. What should be done is
/mnt/BFD/Media:/storage:rw
. This should not prevent Czkawka to find duplicates. Did you check that all the files and folders underMedia
have the save ownership and permissions ?No, it is not required.