Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions gdrivefs/gdfs/gdfuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,9 @@ def mount(auth_storage_filepath, mountpoint, debug=None, nothreads=None,
in option_string.split(',') ]:
k = opt_parts[0]

if k == "_netdev":
continue

# We need to present a bool type for on/off flags. Since all we
# have are strings, we'll convert anything with a 'True' or 'False'
# to a bool, or anything with just a key to True.
Expand Down
16 changes: 16 additions & 0 deletions gdrivefs/resources/README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
|gitter|

|donate|

GDriveFS is an innovative *FUSE* wrapper for *Google Drive* developed under
Expand Down Expand Up @@ -234,6 +236,16 @@ Troubleshooting Steps

$ sudo pip install --allow-unverified antlr-python-runtime --allow-external antlr-python-runtime gdrivefs

- If you see an ImportError regarding "ez_setup", then you'll need to install
ez_setup with::

$ sudo pip install ez_setup

- After installation, if you see an ImportError regarding "discovery", then try
the following command::

$ sudo pip install --upgrade google-api-python-client


-------
Options
Expand Down Expand Up @@ -481,3 +493,7 @@ software, make sure you add the prefixing dot.
.. |donate| image:: https://pledgie.com/campaigns/27265.png?skin_name=chrome
:alt: Click here to lend your support to: Fund GDriveFS, the Open Source Google Drive FUSE Adapter and make a donation at pledgie.com !
:target: https://pledgie.com/campaigns/27265

.. |gitter| image:: https://badges.gitter.im/gitterHQ/gitter.png
:alt: Gitter chat
:target: https://gitter.im/dsoprea/GDriveFS