Questions tagged [windows-share]

50 questions
1
vote
0 answers

proxy for distributed file share system in window

Our application is deployed in a cluster environment,we have five servers(nodes) to serve the appliation. And the datasource is not database but share file system in windows. We have two file servers. We config the required file/folder shared name…
hguser
  • 35,079
  • 54
  • 159
  • 293
0
votes
1 answer

remotely change permissions on windows share using php

I need to change permissions on different remote windows shares for a central user management. While there are several projects handling the samba connection and filesystem CRUD part, I did not find any projects handling permissions. I do not have…
Lars
  • 5,757
  • 4
  • 25
  • 55
0
votes
0 answers

How to access picture on windows shared server from Android

Im building scanning software for a handheld computer with scanning capabilities. Its running Android 8.1. The device and server are on the same network and a ping confirmed that. What I am trying to accoplish is to scan an ID. Then the picture…
helpVulcan
  • 105
  • 9
0
votes
0 answers

Spanned disk or junction link

Win server 2008r2. Role file services. The share is more than 10 TB. A 10TB virtual disk was created on the storage and added to esxi storage. Next, 2TB disks are created and added to windows. At the OS level, the disks are glued into one spanned…
0
votes
1 answer

Writing file denied

I am getting an error writing a file, that is driving me crazy. I have an C# netcore 5 application running on RH Linux. I mounted an shared folder (windows) using: sudo mount -t cifs -o…
C4m4l340
  • 84
  • 7
0
votes
1 answer

How to access network drive folder using credentials in php?

I am working on a php code as shown below in which I want to access network drive folder (music) using credentials in php. The credentials is being set because I want to give the full access only to a particular user. $src_dir =…
flash
  • 1,455
  • 11
  • 61
  • 132
0
votes
0 answers

Node fs.writefile from Mac to Windows Share

While developing a Node application on a Mac, I attempted to write a file into a Windows share using the fs module. It seems to be treating the entire path as a file name, and instead of saving to the file to the proper directory, it saves it to the…
0
votes
1 answer

Ubuntu 17.10 mounting smb share keeps failing

I have searched the internet for about 2 hours now but all the suggested fixes do not work. Hopefully someone here knows a good way to fix this issue or can point me in the right direction. The SMB server is a Synology NAS. I used this method since…
Chris
  • 3
  • 1
  • 2
0
votes
0 answers

file sharing with password

I am trying to share a directory with password and connect to it from another computer. i was trying to use NetUseAdd from win32net and the return value is None but when i try to open a file the error is: IOError: [Errno 13] Permission denied: The…
Or Vardi
  • 1
  • 3
0
votes
1 answer

How to open protected Windows share using Python?

How do I open Windows share with credentials using Python on a Windows machine? I'm currently doing this: share = open(r'share@username:password','r')
sach20
  • 45
  • 1
  • 5
0
votes
1 answer

Unix Unable to mount share from Windows Nano Server

I can't for the life of me figure out how to get any Debian install to mount any share I have on my Windows Nano Server install. I can see them and access them from any Windows machine but Debian spits back the below error. [83473.076686] CIFS VFS:…
Wingman1487
  • 102
  • 1
  • 9
0
votes
2 answers

remote_file in linux using windows share

I am trying to use windows share to copy files. Its working fine in windows where as it is giving error when i am using it linux. remote_file 'download' do source 'file:////server/repo/client.zip' path "/etc/chef/client.zip" end Error…
SASI
  • 475
  • 2
  • 7
  • 16
0
votes
3 answers

Automount windows share in ubuntu 14.04 LTS

I know there are many threads about it on the internet, I tried many of them, but I swear, none solved my problem :( I work on a Ubuntu 14.04 LTS, and we have a Windows server where there is a shared folder which we use as a server for…
Cleiton Souza
  • 811
  • 1
  • 10
  • 21
0
votes
1 answer

How can I to know the details of user who deleted files in my shared folder in windows8

recently I have created a share folder (in windows8) in my organization where everyone has to submit their work. But later I found some one deleting files of others. From now onward I want keep an eye on the shared folder. Is there any way to save…
Pawan
  • 423
  • 6
  • 28
0
votes
2 answers

Accessing network folders on windows share from Scientific linux using python file_dialog()

Sorry, if I have just missed this, but I cannot seem to find a resolution to this problem. I have written a small program in python 2.7 using Qt designer to deal with the graphical interface. I call file_dialog() at some point to use the OS dialog…
mike_pro
  • 115
  • 7