jasondavies / couchdb-fuse

A FUSE interface to CouchDB.

Home Page:http://www.jasondavies.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't create new files

jbeard4 opened this issue · comments

Read works:

root@ubuntu-s-1vcpu-2gb-nyc1-01:~/couchdb-fuse# ls /mnt/app/
00dd0ec0a16a1085e714c7906ff8fb06.png  d10bc07005bb2d604f4905183690ac04.png  index.html                Profile.bundle.js        vendors~Profile.bundle.js
093a819138276b446611d1d2a45b98a2.png  dist                                  Login.bundle.js           ProjectLoader.bundle.js  vendors~Profile~ProjectViewer.bundle.js
40bf25799e4fec8079c7775083de09df.png  ea4ebe072be75fbbea002631916836de.png  modules                   ProjectViewer.bundle.js
4e7e3e142f3939883cd0a7e00cabdaef.png  Home.bundle.js                        node_modules              style
assets                                index.bundle.js                       pexels-photo-270398.jpeg  style.css

Write fails:

root@ubuntu-s-1vcpu-2gb-nyc1-01:~/couchdb-fuse# touch /mnt/app/test
touch: setting times of '/mnt/app/test': No such file or directory
root@ubuntu-s-1vcpu-2gb-nyc1-01:~/couchdb-fuse# mkdir /mnt/app/test
mkdir: cannot create directory ‘/mnt/app/test’: Invalid argument

Python 2.7.12 on Ubuntu 16.04

Thank you.

Which document is mounted? It seems like it could be a permissions issue (document is read-only). Depends on your configuration and whether you are attempting to write to a design document, for example.

Closing due to inactivity (feel free to reopen if there is still a problem).