Greyhole service does NOT need to be running for mount_shares_locally to work. Only Samba and MySQLd are required. You can access your Greyhole shares without having the Greyhole service running.
{{Code|/etc/init.d/mount_shares_locally start}}
==Problem with service dependency==
The mount_share_locally script requires the greyhole service be running prior to it starting. To ensure this happens, take to following steps:
* Edit /etc/init.d/mount_shares_locally (as user root) in a text editor
** Add greyhole to the list of Required-Start services and save the changes