Comment 10 for bug 45842

Revision history for this message
Marc Schiffbauer (mschiff) wrote :

My workaround until this nasty bug will be fixed is this:

mschiff@homer:~$ cat /etc/cron.d/mount_all_workaround
@reboot root mount -a
mschiff@homer:~$

This lets cron do a "mount -a" one time after the machine has booted.
Works for me but for servers I would create another initscript that will do it at the right time.

-Marc