mikejs / gridfs-fuse

A FUSE wrapper around MongoDB's GridFS
GNU General Public License v3.0
210 stars 41 forks source link

cannot overwrite directory `/mnt/mongo-test/myfile.txt' with non-directory #4

Open vak opened 14 years ago

vak commented 14 years ago

Hi Mike,

I've managed to copy at least one file to the mounted directory :)

then I start to receive this error all the time: cp: cannot overwrite directory `/mnt/mongo-test/myfile.txt' with non-directory

Is it fixable?

P.S. I know that write operations are experimental :-/

regards Valery