Changes

From Amahi Wiki
Jump to: navigation, search
If you try to run mount using this script after you upgraded to Amahi6 you might get greeted by this type of error.
{{Code|[root@localhost ~]# /etc/init.d/mount_shares_locally start
Mounting Samba shares locally: /etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
/etc/init.d/mount_shares_locally: line 27: /sbin/mount.cifs: No such file or directory
[ OK ]}}
It's easily fixed by installing the missing dependency.
{{Code|yum install cifs-utils}}
No it should work fine to run
{{Code|/etc/init.d/mount_shares_locally start}}
12,424

edits