Amahi Wiki
Page
Discussion
View source
History
Links
Wiki Home
Amahi Home
Amahi Apps
FAQ
Forums
Bug Tracker
Blog
Feature Gallery
Mailing Lists
Personal tools
Log in
Request account
Navigation
Recent changes
Help
Tools
Special pages
Printable version
Changes
From Amahi Wiki
Jump to:
navigation
,
search
← Older edit
Newer edit →
Mount Shares Locally
(view source)
Revision as of 15:19, 31 May 2011
481 bytes added
,
15:19, 31 May 2011
no edit summary
{{Code|/etc/init.d/mount_shares_locally start}}
==Problem
Note: This script requires the greyhole service be running prior to it starting. To fix this, 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
{{Code|# Required-Start: $network $local_fs $remote_fs smb mysqld greyhole}}
* Remove the service "chkconfig --del mount_shares_locally"
* Re-add the service "chkconfig --add mount_shares_locally"
Uslackr
45
edits