Tag: smb

  • How to auto mount samba or cifs shares in OS X Mavericks

    After mounting your shares using Command+K in Finder, go to:   Settings -> Users and Groups -> Click on the lock to allow changes   Select “Login items” at the top, click on the plus symbol, then find your server on the left pane:   Click on the samba/CIFS share you wish to automount, then…

  • Debian 7 (Wheezy) – no smbpasswd command

      If you have installed samba/cifs-utils/etc. and are trying to set your users up on a Debian 7 system, you might be surprised to find that the smbpasswd command seems to be missing. It’s actually part of the samba-common-bin package, which you can install via:   sudo apt-get install samba-common-bin   …and you should have…