255 questions
0
votes
3
answers
101
views
Formatting output of PowerShell
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 ...
0
votes
0
answers
196
views
SQL Server "BCP Error SQLState = S1000, NativeError = 0 , Unable to open BCP host data-file" creating file on same server, different folder
I am trying to create and write out a file to a new directory on the same file server, but different file share.
I have researched questions already on Stack Overflow and other forums, nothing has yet ...
0
votes
0
answers
45
views
Removing users/groups from fileshare ACL with Powershell (Not Responding)
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 ...
0
votes
0
answers
11
views
unable to mount a folder on N drive from windows to docker via compose
in my docker-compose.yaml I have tried everything including this current version:
volumes:
- "/N/gpt/llama/llama3-main/Meta-Llama-3-8B/:/data/Meta-Llama-3-8B/"
- "/N/gpt/simple-api/:...
0
votes
0
answers
29
views
NTFS permissions on fileshare
I have a fileshare with the following structure:
\server\share\Users\username\folder\subfolder\file.txt
I am trying to deny users to read and list folder contents at level \server\share but I need ...
0
votes
1
answer
259
views
Manage Access to file shares Azure
I created a file share system with 9 file shares that go to different people.
I can't limit access or specify who should have access to what.
I've read a bunch of documentation, but I don't think I ...
1
vote
2
answers
255
views
Azure Container App mounted volume - permission denied
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 ...
1
vote
1
answer
653
views
Trouble Mounting Azure File Share in Kubernetes with UAMI: "Failed to Get Account Name from CSI" Error
I'm facing an issue with mounting an Azure File Share in a Kubernetes cluster using User-Assigned Managed Identity (UAMI). Although I already have the Azure File CSI driver installed and it is running ...
0
votes
1
answer
80
views
Fileshare service for application
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,...
1
vote
1
answer
156
views
How to find backup vaults for an Azure blob container and file share using AZ CLI
I'm working on an automation project where I need to find the backup vaults configured for blob container and file share. I searched Microsoft documents but couldn't find anything to achieve my goal. ...
2
votes
1
answer
538
views
How can I copy one file from one folder to another within an Azure Fileshare using C#?
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 = ...
0
votes
1
answer
314
views
Azure NFS file share upload issues
I am working on creating a storage account and a nfs file share which need to be mounted on on prem linux server. which I have done successfully. I can read and write from onprem server.
the issue is ...
0
votes
1
answer
533
views
Correct way to read and write files in Azure file share
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&...
-1
votes
1
answer
731
views
The mapped network drive could not be created because the following error has occurred: The parameter is incorrect
cmd.exe /C "cmdkey /add:"******" /user:"*****" /pass:"**********`""
OS version
Share Disk mount Error
1.Checked the network connection no block
2.Checked the ...
0
votes
0
answers
401
views
How to make All Folders, Sub-Folders & Files Read-Only EXCEPT for 4 Sub-Folders in a File Share?
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-...
0
votes
1
answer
118
views
How to modify the file creation time of multiple files in single script
I'm stumped on this. I am making my way through a file share migration to SharePoint. There have been errors stating the "The item created time or modified time is not supported". No worries ...
2
votes
1
answer
547
views
PowerShell New-PSDrive doesn't persist
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):
...
1
vote
1
answer
399
views
Unable to map azure file shares using azure pipelines to deployment group vm's
Im using azure devops release pipeline. Im planning to map the azure Fileshare to all VMS in deployment groups. I have the script from the portal to map fileshare in local. Replacing the passkey value ...
0
votes
1
answer
751
views
STATUS_ACCESS_DENIED (0xc0000022): Could not connect to - Azure Netapps File Share (Network Drive) access with smbj JAVA library
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 ...
0
votes
1
answer
4k
views
How to find who has deleted the file share folder from the storage account in azure
Some one has deleted the file share folder from the storage account in azure . It can be recovered as soft delete is enabled. But how to know that who has deleted the file?
3
votes
3
answers
6k
views
How to copy files from azure Devops to Azure file share storage account
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 ...
0
votes
1
answer
2k
views
How do I use the secrets in a secretproviderclass in my mounted azure fileshare?
Currently, I'm mounting a fileshare in my deployments through:
volumeMounts:
- mountPath: /new-folder
name: new-mount
readOnly: true
and
- azureFile:
...
0
votes
1
answer
2k
views
Databricks: No module named azure.storage
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 ...
-1
votes
1
answer
410
views
Azure File Share Implementation in .Net Core Web API
Can any one suggest how to Upload a file to Azure File Share in.Net Core Web API?
I'm using IFormFile to Upload File.
Note: I'm trying to upload Excel(*.xlsx) File.
0
votes
1
answer
390
views
SharefileClient's UploadRangeAsync overrides with blank spaces previous content when adding more text to a file (C#)
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 ...
0
votes
1
answer
127
views
How can I set lease duration on azure fileshare leased file?
I am trying to set expiry for acquired leased as 1 min. This is my code
var shareClient = new ShareClient(connectionString, "testfileshare");
shareClient.CreateIfNotExists();
var fileClient =...
1
vote
1
answer
698
views
Check the existance of path with .zip in the path
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\...
0
votes
1
answer
256
views
Azure sharing a folder of files on a File Share
I'm aware you can share individual files via HTTPs URL link + SAS token to access.
Is it possible to share a link to a folder of files this way, or is there a better way to do this?
Thanks
0
votes
0
answers
581
views
Fileshare server throwing the error `The specified path is invalid` at the root of the network drive
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 ...
0
votes
1
answer
113
views
sync NAS based fileshare with Azure Storage container C#
I have a organization internal fileshare which is NAS(Network attached storage) based. I need to watch fileshare subfolder and what ever files or folders added to it should be reflected in azure ...
0
votes
1
answer
626
views
Uploading Files more than 30 MB to Azure fileshare locaton from FTP using an console application(.net-C#)
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 ...
0
votes
1
answer
784
views
How to zip my file in azure fileshare using FileShareClient?
I need to zip my file in fileshare. I have gone through few process and they all suggested methods for blob. Any link or advice that would be helpful for me to proceed?
I can't use Azure Data Factory ...
0
votes
1
answer
305
views
Why my program is not executing beyond await UploadAsync?
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)
{
...
0
votes
1
answer
169
views
How to close SAS URI of fileshare after the work is done?
I am using this code:
var fileSas = file.GenerateSasUri(Azure.Storage.Sas.ShareFileSasPermissions.Read, DateTime.UtcNow.AddMinutes(2));
in the above mentioned code I am making this fileSas accessible ...
1
vote
1
answer
3k
views
Cannot connect file share from azure to windows laptop, port 445 is blocked
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....
0
votes
0
answers
435
views
How I can check lease status before acquiring lease on file in azure fileshare?
Below is my code to acquire lease on file in azure fileshare. Before acquiring lease, I need to check lease status of file.
var shareClient = new ShareClient(connectionString, "testfileshare"...
0
votes
1
answer
5k
views
Test-NetConnection: The term 'Test-NetConnection' is not recognized as a name of a cmdlet, function, script file, or executable program
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....
1
vote
0
answers
331
views
Is there a way to share a file with an http link (not https)?
I need to share a link so when people get connected to a server on a game, they can download online the mod file quickly.
Unfortunately, the game doesn't support https url so doesn't support any ...
-1
votes
1
answer
5k
views
Xcopy /O /X throwing access denied error on command prompt
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 /...
0
votes
1
answer
109
views
The following Code snippet doesn't return ShareUsageBytes
Get-AzRmStorageShare -ResourceGroupName "ResourceGroup" -StorageAccountName "StorageAccount" -GetShareUsage
This is the code I am using, but with stand-ins for the actual RG and ...
0
votes
1
answer
901
views
File Shares Azure AD without Azure AD DS
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 ...
0
votes
1
answer
618
views
Matillion: Delete files from Azure Blob Storage Container and Windows Fileshare
I have a use case where I am Transferring XML files from Windows fileshare to Azure Blob Storage and then loading data to Snowflake Tables. I am using Matillion to achieve this.
The Windows Fileshare ...
0
votes
1
answer
163
views
Reading an on premise file share from Java based azure web app
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 ...
2
votes
0
answers
215
views
Powershell - How to use Start-Process to call file from share/pass args in single line
To preface this, I am self teaching and brand new to scripting in general, let alone powershell.
After a cumulative 12 hours, my Google fu has run out.
I had a series of programs tailored to different ...
0
votes
1
answer
2k
views
asp.net core blazor: Images / files on network share work for 1 minute, then stop working
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 ...
0
votes
1
answer
843
views
How to remove files before a particular time period from azure file share
How to remove old files from Azure storage account's ** File Share** .Any AZ CLI command or a code that clears old files from file share in Azure ?
0
votes
0
answers
2k
views
NFS Share Access Problem from Azure Data Factory
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 ...
0
votes
1
answer
769
views
Use the smbj module without authentication in Java
there is a little amount of actually useful examples for SMBJ on the internet and didn't find one for establishing a connection with an smb file share using Java & the smbj module. Can someone ...
0
votes
1
answer
166
views
How to create a leader board in repl.it python
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 ...
2
votes
2
answers
3k
views
Is it possible to connect Azure File share (Storage account) from C# console code using Managed Identity
I was trying to upload a file to Azure file share using my C# code. using the Managed identity. The code will be deploying to an azure VM which has managed identity with the Storge account. how to ...