Skip to main content
Filter by
Sorted by
Tagged with
0 votes
3 answers
222 views

I have a variable $Shares which stores the output of the command net view \\COMPUTERNAME /all 2>&1. The output looks like as below Shared resources at \\COMPUTERNAME Share name Type Used as ...
Biswa's user avatar
  • 445
0 votes
0 answers
47 views

I have a PowerShell script designed to update Access Control Lists (ACLs) for a large directory structure based on a CSV input file. The script works fine for a small number of folders and files but ...
Mohamed's user avatar
1 vote
2 answers
334 views

My c# .net core 5 application running in azure container environment as azure container app with azure file mounted as a persistent volume suddenly started to throw UnauthorizedAccessException (see ...
Ashish Kumar's user avatar
0 votes
1 answer
81 views

I need a filshare, SMB, quorum service for my applications, applications are both windows and linux based. I tried using AWS FSx Windows cluster but they do not provide auto failover for linux clients,...
Mayank Gaur's user avatar
2 votes
1 answer
778 views

using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Excel = ...
Anshul76's user avatar
0 votes
1 answer
611 views

I'm using Linux, I mounted a Azure file share named fileshare01. Then I wrote a program to create a file in the fileshare01 using C++ Here is my code ` #include <iostream> #include <fstream&...
Shivam Singh's user avatar
0 votes
0 answers
481 views

I need some help! Heres the scenerio; I need to make all Files & Folders on one of our File Shares Read-Only except for 4 Sub-Folders accross many different folders on the share. All Level 1 Sub-...
Grant's user avatar
  • 1
2 votes
1 answer
617 views

Scenario: I have created a scheduled task that executes the following PowerShell script with the intention of automating mapping a network drive (I have substituted sensitive values in some parts): ...
Christian Townsend's user avatar
0 votes
1 answer
890 views

Trying to read files from Azure Netapps (Network Drive). We successfully mount and read files with Window File Explorer. With the same credentials, we are trying with JAVA smbj library. While ...
Sathishkumar C's user avatar
3 votes
3 answers
7k views

I have a build pipeline which builds *.p12 files and been published a artifacts in the build pipeline How to copy files from azure Devops pipeline workspace or from published artifacts to Azure ...
Rahini P's user avatar
1 vote
1 answer
3k views

I was following the answer in this question Load file from Azure Files to Azure Databricks to create the SAS token with the following code # Create a client of Azure File Service as same as yours from ...
mxmlnlrcn's user avatar
0 votes
1 answer
447 views

I'm creating a method to append new text to an existing file in an Azure File Share. This is the code: public async Task AppendAllTextAsync(string path, string text) { var ...
jlalamo's user avatar
  • 11
1 vote
1 answer
807 views

Is there any possible solutions for C# how to check if the file exists even if the file is located in the .zip directory? A possible path would be: "\\127.0.0.1\ZIP-Bug-Study\TestResultMap\...
Ostap Filipenko's user avatar
0 votes
0 answers
750 views

I have a fileshare server \\fileshareserver.abc.net and am accessing data in it using C#. I'm calling the Directory.EnumerateFiles method to enumerate all the file under a directory. When I call a ...
Kartikeya Gokhale's user avatar
0 votes
1 answer
664 views

I'm using a C# (.net core) console program to upload a large file (.CSV) (limit 30 MB) to an Azure Fileshare location from an FTP site. In some cases, I'm getting incomplete writes in the Azure ...
Nair's user avatar
  • 21
0 votes
1 answer
346 views

I am trying to upload a file through stream to azure file share. This is my function : public static async Task UploadFile(string shareName, Stream content, string fileName, string dirName) { ...
Psychonaut007's user avatar
1 vote
1 answer
3k views

When I tried to connect file share to my windows laptop, it said that port 445 is blocking. Please help me to solve this problem. Thank you for your kind help. Error: if ($connectTestResult....
Jennie's user avatar
  • 65
0 votes
1 answer
6k views

I would like to connect to a file share from the azure portal to my windows laptop. However, the related error is shown below. $connectTestResult = Test-NetConnection -ComputerName storagetestmy3.file....
Jennie's user avatar
  • 65
-1 votes
1 answer
6k views

I'm using below command to create new folder by copying contents of the existing folder and command prompt throws Access Denied error. Command: C:\Users\Kundur.Rudresh>Xcopy C:\test D:\test /O /X /...
Rudresh Kundur's user avatar
0 votes
1 answer
997 views

Im, looking to move on premise file servers into Azure as File Share but need to maintain the ability to mount them as network drives for the users. we want granular control and would like to use ...
Seb Gedge's user avatar
0 votes
1 answer
181 views

I have a java based azure web app which is trying to connect to an on premise file share and read a file from there. If I try locally its connecting with my ID. but when I am hosting it in the server ...
Sharon's user avatar
  • 113
0 votes
1 answer
2k views

My app stores and retrieves photo images from a network share. My dev machine is Windows 2018 running Visual Studio 2019 on VMWare. Images serve great when the app first opens. Then after around 1 ...
mike g's user avatar
  • 109
0 votes
0 answers
2k views

Want to connect a NFS Share to Data Factory. After inserting our share hostname, user and password, when we click to test connection, we receive the following error: Error occurred when trying to ...
Sarlken Konig's user avatar
0 votes
1 answer
178 views

I'm trying to make a game with a leaderboard, and I have the code that writes the high scores in a file, but when multiple people play the game, they have separate leaderboards. so basically, i'm ...
Haha6733's user avatar
1 vote
1 answer
2k views

Mounted Azure File shares in AKS deployments using Cluster UAMI with Reader & Storage account key operator service role. It was successfully mounted in all the POD replicas and able to create the ...
Kalirajan's user avatar

1
2 3 4 5 6