Unix & Linux Stack Exchange is a question and answer site for users of Linux, FreeBSD and other Un*x-like operating systems. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I've configured a auto-mount system (using autofs) with a timeout to mount a read-only (squashfs) file system.

The mount gets unmounted after the timeout even though there is read only activity on the file system constantly.

Is this expected behavior of automount?

share|improve this question

closed as unclear what you're asking by Jeff Schaller, cuonglm, Scott, Archemar, Anthon Jun 9 at 6:07

Please clarify your specific problem or add additional details to highlight exactly what you need. As it's currently written, it’s hard to tell exactly what you're asking. See the How to Ask page for help clarifying this question.If this question can be reworded to fit the rules in the help center, please edit the question.

1  
I realise that I am not actually answering your question, but if there is constant read-only activity, then do you really need to use autofs? Would it not be better to make it a permanent mount point in /etc/fstab (or /etc/vfstab)? If it really does need to be mounted as an autofs file system, then with what options is it mounted in your autofs map? – Warwick Jul 8 '14 at 2:35