Weird "ipfs add" error

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.

1 Like

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.

1 Like

OP moved the file? That might explain it then…

2 Likes