# File lib/fusefs/sqlitemapper.rb, line 50
        def mounted()
            @mounted = true
            @mutex = Mutex.new
            @cv = ConditionVariable.new
            @scan_thread = Thread.new() { scan_loop() }
        end