Ipfs add --nocopy -r

I ran this command on linux

ipfs add --nocopy -r -p /home/user/blahblah/blahblah/

The directory is a mounted directory, a share from another computer, mounted into the home directory. It seems to go through and add everything. It showed progress and amount of TB, listed all the files/directories with CIDs and stuff. But when I try to pull any of them up on another peer - I don’t get anythig. IPFS-Desktop on another computer says “The current link isn’t a file, nor a directory. Try to inspect it instead.”

No one has any idea why it’s not working? Is -nocopy just busted?

can you share a CID that doesn’t work pls ?

OK, I had to specify a specific IP to bind to. I then started the daemon back up and now it seems to be working! Still having trouble getting the IPFS Desktop to connect to the daemon though. I don’t really need to use the Desktop, thought it would be nice to get it to work and know how to use both at the same time.

Thank you so much for your help!!!