11

I'm setting up fuse so I can work with the mtp system on my galaxy nexus. And I'm going through a tutorial which tells me to restart my computer after editing fuse.conf user_allow_other.

But I simply don't believe that I actually have to restart =P

Is there a way to get the system to re-read the fuse.conf file without restarting?

Falmarri
  • 12,897
  • 17
  • 58
  • 71

2 Answers2

8

You don't have to do anything. The file is read whenever you try to mount something.

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
phemmer
  • 70,657
  • 19
  • 188
  • 223
8

Make sure that your user has access to /etc/fuse.conf by adding it to the group fuse:

addgroup $(id -u) fuse

Then login again to reload the /etc/group file.

Anthon
  • 78,313
  • 42
  • 165
  • 222
Jens Jensen
  • 306
  • 2
  • 4