Category: Samba

  • Linux log error – Could not receive trustdoms : xxx Time(s)

    When using Samba with Linux, Red Hat Enterprise Linux attempts to connect to a Windows server that acts as the domain controller. This is called a trustdom; as Linux is attempting to build a trust relationship with a Windows Domain Controller. You will see the following message in your log: ——————— samba Begin ———————— **Unmatched…

  • How to mount a Windows share in Linux

    Here is an example of how to connect to a Windows share from Linux: >mkdir -p /mnt/winShare >mount -t cifs //192 over at this website.168.x.x/e$ /mnt/winShare -o username=Administrator First put in the connection information in Linux style notation //IP/ShareName. The share can be a root directory, like the e$ above, or it can be any…