I'd like to temporarily disable autofs on my fedora 19 x86 install. I would like to insert USB drives without them auto-mounting. Typing:
service autofs stop Returns:
Redirecting to /bin/systemctl stop autofs.service Failed to issue method call: Unit autofs.service not loaded. Typing:
chkconfig autofs off Returns: error reading information on service autofs: No such file or directory
I see there are ways to stop it from running at startup, but I want it to load at startup. I need to be able to stop & start it without logout/reboot.