Questions tagged [smbclient]

22 questions
0
votes
1 answer

mounting smb via ssh tunnel - malformed UNC

on my Fedora box i want to mount a Windows Server Share via a ssh tunnel. The setup consists of two parts, ssh and mount part. Part 1.) i do a ssh portforwarding of Port 445 from windows server to my Fedora box via a linux gateway sudo ssh -C -L…
Chris9834
  • 113
  • 6
0
votes
0 answers

VMWare changing to ACL permissions when I try to run a VM on Truenas smb share

I recently updated (unfortunately) both VMWare Workstation Pro and TrueNAS. After the update I got onto a problem that when run a VM from a locale computer that its files are located on an SMB share on my TrueNAS (the SMB share is mounted as disk in…
0
votes
0 answers

getattrib: NT_STATUS_NOT_SUPPORTED

This used to work but after a samba server upgrade anything that I am trying to "get" via an smbclient is returning "getattrib: NT_STATUS_NOT_SUPPORTED" In my client, I simply execute smbclient //mypc//sharename -Uusername and then I key in the…
Oliver M Grech
  • 119
  • 1
  • 1
  • 5
0
votes
1 answer

Cannot access Samba shares despite ostensibly correct permissions

I've been trying to set up Samba shares for some directories on a NAS, and I can't seem to be able to get it to work. A minimalized version of my smb.conf boils down to [global] dns proxy = no create mask = 0664 force create mode = 0664 directory…
0
votes
1 answer

SMB share, from windows, creates files are owned by administrator and permissions and for Everyone. How to force this to be user who created file?

So I have a smb share setup using unisphere. I can login to my windows machine on the domain and my ad account. I can access the share but when creating a file on the share it shows under security that Everyone has full permissions. Nothing about my…
0
votes
1 answer

Issues with SMB on second interface

I have a Windows 2019 stardard server with 2 networks. One is the domain network and is 1GB. One is a 10GB network and doesnt have a Gateway. I can access the admin shares on the 1GB by simply using a UNC path (\servername\c$) and this works fine.…
FrankU32
  • 1
  • 1
-1
votes
1 answer

mount.cifs takes too long to mount Windows shared folder

Our setup: Server: Windows Server 2008 Client: SHMZ 6.6 (FreePBX, CentOS) mount.cifs version: 4.8.1 smbclient version: Version 3.6.23-14.el6_6 Using this command to connect: mount.cifs //192.168.0.10/Share /mnt/share -o…
real_sm
  • 112
  • 2
  • 14
1
2