Questions tagged [smbclient]
24 questions
0
votes
0 answers
Veeam Agent for Linux not connecting to SMB from FreeNAS
I want to backup an Ubuntu 16.04 server using Veeam Agent for Linux free edition. I'm trying to do the backups to an SMB/CIFS password protected share created in FreeNAS but am getting a password error in Veeam even though I can connect via command…

god_is_love
- 152
- 1
- 7
0
votes
0 answers
What can cause smbclient to attempt connection on port 139 to a SMB2 server?
I have an Isilon NAS connected to two subnets. I can mount the SMB share fine from the same subnet the Isilon is in, but can't from the other. My It team has assured me ports 445 (and 139 for that matter) are open between the subnets with no IP…

Geordie
- 125
- 1
- 5
0
votes
0 answers
Linux client: mount.cifs works but net time doesn't
I'm running a Linux VM that needs to access files on Windows machines. For that I have a bunch of CIFS mounts in /etc/fstab that work fine. Idiotically the Windows machines have free-running system clocks not synced to anything, so I also want to…

musbur
- 193
- 12
0
votes
0 answers
smbclient how get specific files
I have Synology NAS with embedded Linux and can use only predifined utilities.
When im try copy remote files through:
smbclient connect to remote
smb: \> prompt
smb: \> mask *file*.rar
smb: \> mput *
Copy is OK
but how i can do this?
smbclient…
0
votes
0 answers
wrong count of files samba windows/linux
i have a problem, i have a shared folder via samba, it works perfectly except if it has allot of files/folders, for example: one subfolder has 885 pdf's and browsing with linux i can see all of them, but in windows i only see 624 (and it depends on…

Miguel Ferreira
- 11
- 4
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…

FallenWarrior
- 103
- 5
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…

IT_User
- 210
- 1
- 3
- 22
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
- 101
- 2
-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