dsoprea / GDriveFS

An innovative FUSE wrapper for Google Drive.
GNU General Public License v2.0
663 stars 96 forks source link

Ignore system mount options #192

Open cwt opened 6 years ago

cwt commented 6 years ago

Problems:

  1. To allow user be able to mount their Google Drive by themselves, fstab must have user option. This PR shoudl fix #136.
  2. To auto mount Google Drive, it should wait for network service first, so I add to ignore _netdev option too. This also duplicate PR #125 but without conflict with the current code.