# File lib/fusefs/sqlitemapper.rb, line 61
        def unmounted()
            @mounted = false
            @mutex.synchronize { @cv.signal() }
            @scan_thread.join
        end