Questions tagged [smb]

Server Message Block, network-protocol for sharing files and printers implemented by Windows, Samba and others

896 questions
-1
votes
1 answer

Hashicorp Vagrant - How to authenticate against SMB if I have Microsoft Account on my windows host

I have a windows 10 host and I would like to set up Synced Folders for my vagrant box. In my Vagrantfile I have: Vagrant.configure("2") do |config| config.vm.box = "hashicorp/bionic64" config.vm.synced_folder "./data", "/vagrant_data" end When…
ThomasMX
  • 1,643
  • 2
  • 19
  • 35
-1
votes
2 answers

is there any remote local path for unix share similar to windows?

Windows local path of share: D:\SomeFolder\Share. Windows Share path for above folder: \\ServerName\Share. Windows remote local path : \\ServerName\d$\SomeFolder\Share Unix local path: /mnt/disk1/share. Unix share path:…
saran
  • 1
  • 2
-1
votes
1 answer

Android - Access a SMB folder in a app that doesn't support this

I have Retroarch installed on my Android box. I want to access my ROMs from a network folder on my Windows computer. Tried to create an SMB share with cifs but the folder isn't visible inside Retroarch. Maybe if I build a top layer app, and this app…
-1
votes
3 answers

Smbclient - vmware LINUX guest and windows Host - error opening local file

I started doing the machine - dancing on hack the box. I'm using Parrot LINUX vm on a windows host. I connected to htb from my LINUX vm. I'm able to connect smb but my get command isn't working. It's throwing an error message saying 'error…
Samuel K
  • 13
  • 1
  • 2
  • 7
-1
votes
1 answer

SMBShare Persmission on multiple Servers

i'm trying to create a script that checks for permissions of SmbShares on a few Servers. The goal is to check if any share has a "everyone" permission. However i trying a find a more elegant solution than this mess: $ADComputer = Get-ADComputer…
pyte
  • 41
  • 1
  • 5
-1
votes
2 answers

Pushing multiple files to smb share jcifs from local folder

How we can push multiple files from our local folder to smb share folder using java. I can do with my single file using smbFile and it is working. I am looking for pushing multiple file push to smb share. Any reference links and sample code would be…
Intensity
  • 1
  • 1
-1
votes
1 answer

smb share not accessable by user

I cannot access a smb share with "user2" (member of "sambausers" group) that is configured like this: shared folder is owned by "user1:sambausers" shared folder has chmod "drwsrwsr-x" "smb.conf" has the share configured with "valid users =…
-1
votes
1 answer

CIFS mount of volume on synology mounts as 'root'.. and should be 'myaccount'

The set-up: Linux Machine via CIFS -> Synology_Disk_Station @ File_ShareA "myaccount" is set as the admin account on the Synology A Ubuntu 18.04 machine at a remote site I've mounted a file share on a Synology with CIFS using the following (edited)…
-1
votes
1 answer

owncloud 10.3.2 SMB shares, only one user can acces at a time

I have a problem with owncloud 10.3.2. I added SMB shares to owncloud, however, only one user can acces them at any given time. All the other users that try to sign in get the following error when trying to access a folder: Some of the configured…
Karis Ashton
  • 65
  • 1
  • 7
-1
votes
1 answer

Why are my Owncloud external mount broken (10.3.2)

On a fresh install i got these errors. Could someone tell me what's wrong or what to do? This configuration on owncloud should work but there is now a red box. The problem is that the red box does not tell what the error is. When you go to the…
-1
votes
2 answers

Write java.io.InputStream object to smb file

One of my Java Utility class (PGP Encryption utility) reads java.io.File (which is in encrypted format) and converts it to java.io.InputStream object (basically decrypts the file and converts as java.io.InputStream object at the end of the method) I…
User_1940878
  • 321
  • 1
  • 6
  • 25
-1
votes
1 answer

SMB 3 & Windows 7

I currently map a drive letter in Windows 10 to an Azure Files account using the provided http/SMB3 connection mapping and this works great. It doesn't however work on another pc running Windows 7. I understand that Windows 7 does not support SMB3,…
userSteve
  • 1,554
  • 1
  • 22
  • 34
-1
votes
1 answer

Smb for Linux only environment suitable?

Is it fine to use smb in a linux only environment for file sharing(no clustering and so on) ? I know that nfs is a bit faster then smb. But are there any other relevant disadvantages? (Security, functionality,...)
HansMaller
  • 21
  • 1
  • 6
-1
votes
1 answer

windows smb connection, can't fix system error 53

This issue tortures me days and still can't fix it: I have a file share server and I can access it from my windows client. From the client, I am using net use command to connect the file share by using some specific user like: net use y:…
pan
  • 71
  • 6
-1
votes
1 answer

Connect a raspberry with samba

In the image above you see "Type: SSH" in the Remove Server options. There are other options for Type available like FTP and WebDAV but I need samba to connect to the server in my work.