Code: Select all
$ service mount_shares_locally start
Mounting Samba shares locally: /sbin/mount.cifs: permission denied: no match for Backups found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Documents found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Movies found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Music found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Pictures found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Software found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for TV found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for Videos found in /etc/fstab
/sbin/mount.cifs: permission denied: no match for XBMC Shared Data found in /etc/fstab
touch: cannot touch `/var/lock/subsys/mount_shares_locally': Permission denied
[ OK ]
Code: Select all
chmod u+s /sbin/mount.cifs
Code: Select all
$ service mount_shares_locally start
Mounting Samba shares locally: This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
This mount.cifs program has been built with the ability to run as a setuid root program disabled.
mount.cifs has not been well audited for security holes. Therefore the Samba team does not recommend installing it as a setuid root program.
touch: cannot touch `/var/lock/subsys/mount_shares_locally': Permission denied
[ OK ]
Thanks in advance!!