It seems that in just the specific file, ipfs replace original path!
I reach to this failure when I run the command:
ipfs add --nocopy -r /root/.ipfs/nas/Μηχανικός/ΕΜΠ
It seems that in just the specific file, ipfs replace original path!
I reach to this failure when I run the command:
ipfs add --nocopy -r /root/.ipfs/nas/Μηχανικός/ΕΜΠ
Can you open a bug report in github.com/ipfs/go-ipfs. This is weird.
I believe this is actually expected behaviour for filestore currently. If you added the file, then moved it, you need to remove the old blocks, then re-add the file again.
OP moved the file? That might explain it then…