Changes

From Amahi Wiki
Jump to: navigation, search
1,826 bytes added ,  13:31, 4 October 2015
:<u>Ubuntu</u>
:As user '''root''' user (<code>sudo</code>): sudo greyhole --fsck
== Monitoring Activity ==
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.
'''NOTE:''' The Amahi application [http://www.amahi.org/apps/greyhole-logmon Greyhole LogMon] allows viewing the Greyhole log in a web browser.
 
== Disable Greyhole ==
For those who do not use Greyhole, you can disable it. This is based on the fact you never have used it on any share. Recommend using extreme caution as this could have unpredictable results.
 
<u>Fedora</u>
:As [[Open_terminal|root user]]:
systemctl stop amahi-greyhole.service
systemctl disable amahi-greyhole.service
yum -e amahi-greyhole
 
<u>Ubuntu</u><br />
:As user '''root''' user (<code>sudo</code>):
 
update-rc.d -f greyhole remove
rm /etc/monit.d/greyhole.conf
service monit restart
service greyhole stop
 
:'''NOTE:''' <u>DO NOT</u> attempt to remove the Greyhole package from Ubuntu as it is a dependency of the HDA software. Doing so will break your HDA.
 
== Emptying Trash ==
:<u>Fedora</u><br />
:As [[Open_terminal|root user]]:
greyhole --empty-trash
 
:<u>Ubuntu</u>
:As user '''root''' user (<code>sudo</code>):
greyhole --empty-trash
 
About the trash: The trash is used like a Recycle Bin.
That means you'll need to manually empty it once in a while.
To do so, use the --empty-trash parameter (see above).
Another option is to create a 'Greyhole Trash' Samba share.
More details about that [https://github.com/gboudreau/Greyhole/wiki/AboutTrash here].
 
== Moving data out of Greyhole ==
You may need to remove a drive from Greyhole and transfer the share files to another drive. See [[Greyhole moving data out of the pool]].
 
== Landing Zone (LZ) Considerations ==
The [[Greyhole_landing_zone|Landing Zone (LZ)]] explained and how to work with it.
 
== Changing drive mount points ==
Refer to [[Changing Greyhole Mount Points]].
 
== Migrate Storage Pool Drives ==
Refer to [[Reconnect_existing_Greyhole_storage_pool|Reconnect existing storage pool]] to use existing Greyhole drives with a new install or reinstall of Amahi.
12,424

edits