Changes

From Amahi Wiki
Jump to: navigation, search
1 byte added ,  00:04, 2 December 2010
no edit summary
Sometimes you might want to monitor what Greyhole is doing, for example when writing data to your greyhole shares for the first time. Here are a few commands you can type in a terminal to follow along.
'''Scrolling view of total Greyhole operations queue:''' while [ 1 == 1 ]; do greyhole --view-queue | grep Total; sleep 60; done
'''Scrolling log of what files Greyhole is working on right now:'''
tail -f /var/log/greyhole.log 
== Disable Greyhole ==