Friday, 18 December 2009

FIX AUTOFS TIMEOUT

This doesn't exactly fix the problem, but does make it so infrequent as to effectively disable it. The autofs behavior is explained incredibly well by Mike Mackovitch here

sudo nano /etc/autofs.conf

change
AUTOMOUNT_TIMEOUT=3600

to
AUTOMOUNT_TIMEOUT=315360000 (10 years)