Hi. Thanks for the hard work.
I am 12.04 user running 32-bit, with the latest MongoDB release.
I am new to FUSE and not sure how to use this plugin with GridFS.
vagrant@ide-vm:~/gridfsfusepy$ sudo python gridfsfusepy.py mongodb://admin:password@localhost:27017/testdb/fs.files virtualdir
Then I upload a file into mongo.
sudo su root
cd virtualdir
ls
and I get `ls: reading directory .: Bad address`` so i feel like I don't understand how this plugin works.
Please educate me. Thanks.