12

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
  • 13,047

2 Answers2

9

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

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
phemmer
  • 71,831
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
  • 79,293
Jens Jensen
  • 306
  • 2
  • 4