2011/5/31 Björn Busse <[email protected]>: > I do have some removeable devices configured in fstab with the > comment=systemd.automount option. Now whenever an application scans the > filesystem it gets stuck while doing stat() on the mountpoint of those > devices until I plugin those. > Reading the man page of systemd.mount i could possibly avoid this by > writing my own automount units with TimeoutSec but that is however not what > i want. Any ideas how to solve this?
If possible, apps need to be fixed to use lstat(), which does not trigger auto-mounting. Kay _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
