Tagged Questions
The mapped-drive tag has no wiki summary.
3
votes
1answer
424 views
FileSystemWatcher on mapped network drive
Are there any special considerations (other than permissions) that you should take into account when implementing a FSW to monitor a mapped network drive. Will the FSW throw an exception if the drive ...
3
votes
6answers
2k views
In PowerShell, how can I determine if the current drive is a networked drive or not?
I need to know, from within Powershell, if the current drive is a mapped drive or not.
Unfortunately, Get-PSDrive is not working "as expected":
PS:24 H:\temp
>get-psdrive h
Name Provider ...
2
votes
1answer
101 views
Java WatchService not generating events while watching mapped drives
I implemented a file watcher but I noticed that java nio file watcher doesn't generate events for files being copied on mapped drives. For instance, I've run the file watcher on Unix to watch a local ...
2
votes
1answer
413 views
Get UNC path from mapped drive-letter after impersonation
If I call function WNetGetUniversalName() to get UNC path from drive mapped in current session, the function succeeds.
But...
If I create a new logon sesssion by calling LogonUser() (The logon user ...
2
votes
3answers
587 views
VB6: how to reconnect disconnected mapped drives programmatically
My VB6 program relies on data being on a network share. Win XP on a wireless network often cannot reconnect mapped drives at startup so they are in a disconnected state. The only way to reconnect ...
2
votes
2answers
472 views
How to exclude mapped network drives from QFileSystemModel in QT?
I'm using a custom subclass QFileSystemModel in a treeview to allow users to select folders using checkboxes. My problem is that Mapped network drives are listed as hard drives, but I cannot operate ...
2
votes
2answers
225 views
Can I programmatically find out if a drive is in use?
Is there any way of programmatically finding out if a mapped drive is currently in use? If I try to unmount the drive with net use, and the drive is being used, it will tell me that the drive is in ...
1
vote
2answers
57 views
Visual Studio 2008 deployment project fails to install with MSI error 1305
I have a deployment project built with Visual Studio 2008 that fails to install. It's using the default GUI. The error occurs when it transitions to the Progress page. The GUI error message is:
...
1
vote
1answer
275 views
Mapping a network drive and checking for its existence in VBScript
I need to map a network drive into a network path using VBScript. The network path is read directly from input. How should I map the network drive and how to check whether the entered network path ...
1
vote
1answer
394 views
Visual Studio 2010 Pro - Run as Administrator no network drives
When i run VS 2010 as Administrator then VS can't find my mapped network drive where my sourcecode is located.
But i realy need VS to run as an administrator in order to attach to a process.
Anyone ...
1
vote
2answers
116 views
How to map a Folder to a Table in SQL Server 2008?
I am using SQL Server 2008.
I have a table (TBL_FILE) that stores user uploaded files in binary column. However users do not want to open our system to access the file. They want to have a folder ...
1
vote
1answer
239 views
WIX: Run msi from mapped network drive
I've created msi package with deferred Custom Action:
<CustomAction Id="TestTxt" BinaryKey="MyDLL" DllEntry="TestTxt" Execute="deferred" Impersonate="no" />
<CustomAction Id="SetTestTxt" ...
1
vote
2answers
2k views
How can I find the IP address of a mapped network drive in C++?
I have a list of possible paths to use for a default input data directory (X:\Data; Y:\Data; Z:\Data). All of the possible paths are mapped network drives. I can check this using GetDriveType(pathStr) ...
1
vote
2answers
2k views
Cannot access files on drive mapped network share from a Windows service
I have a network shared folder mapped to a drive letter, which is accessible from Windows Explorer, from the command prompt as well as from my WinForms application without problem. It is also ...
1
vote
3answers
2k views
Accessing mapped drives when impersonating in ASP.NET
Short version: Is it possible or not to use impersonation in ASP.NET to access mapped drives?
Long Version:
I'm currently using impersonation in ASP.NET to gain access to network files. This is ...
1
vote
1answer
971 views
Mapped Network Drives
I have mapped a network drive to a computer in my home network. Now I am trying to access it via PHP - I did this quick test:
echo opendir('Z:\\');
This gives me:
Warning: opendir(Z:\) ...
1
vote
3answers
685 views
SUBST and console app vs. windows service
I have used SUBST command to create mapped drive to a certain folder. In a console application I can access the directory, while I cant access the same directory in a windows service application. In ...
1
vote
3answers
582 views
In PowerShell, how can I determine the root of a drive (supposing it's a networked drive)
In PowerShell, even if it's possible to know if a drive is a network drive: see http://stackoverflow.com/questions/158359/in-powershell-how-can-i-determine-if-the-current-drive-is-a-networked-drive-or
...
0
votes
0answers
12 views
Determine Domain and username used to map a network drive
Using Windows 7 Enterprise with SP1, but I'm hoping to get a generic answer that would apply to Windows XP/2003/2008/Vista/7.
From a DOS prompt, I execute a net use command to map the Z: drive to a ...
0
votes
0answers
11 views
How detect if mapped network drive is disconnected using IShellFolder?
I am using the IShellFolder interface to enumermate the Shell namespace objects. Doing this I am getting my mapped network drives, of which some are connected and available and others are not.
I ...
0
votes
1answer
110 views
System.IO.DirectoryNotFoundException: Could not find a part of the path
I have 1 service app(asp.net) that will upload txt file.
I would like to upload the file to network share drive.
example of network mapped drive: Z:\HR\hr\t\clock.
If i run the web page throught ...
0
votes
0answers
166 views
Can't access a mounted network share drive with python cgi scripting, works fine with local drives
I wrote a script with CGI and python, which accepts a folder path and then does some processing on the files inside.. The problem is this fails if the path is a network share mapped drive.. I read in ...
0
votes
2answers
154 views
CAS not working for VS2010 mapped drive
I have a project using subsonic that I developed in Visual Studio 2008 on C: drive. No problem there.
I've just upgraded to Visual Studio 2010 (and as my computer coincidentally died, I'm now running ...
0
votes
0answers
80 views
Mapped Network Directory not recognized, although service started with correct user on php
On the old server (Windows 2000), where apache and php were installed seperatly, and apache set as a service, when I attempt to see if a file exists on the Mapped Drive P:/, there is no problem.
Now ...
0
votes
2answers
78 views
Calling a webservice from a mapped drive?
I have created a webservice which also has a client (console app). This client is placed on a mapped drive. Calling the service results in an error with the log4net dll. The error is a ...
0
votes
0answers
182 views
C# system.IO - How to set permissions to manipulate files on mapped drive
I have a simple Windows Forms Application that use System.IO to copy, move and delete some files (images and pdf mostly).
Because these files must be shared with network users I choose to make a ...
0
votes
0answers
29 views
Mapped Network Drive dsconnects when uploading to the Internet
We have 4 computers that all run new versions of Windows 7. Each have been connected to a Mapped Network Drive and they all connect fine to the network. Dragging files throughout windows works fine. ...
0
votes
0answers
430 views
Win Server 2008 R2 - Mapped shared folder hanging?
I have recently built a windows 2008 server R2 machine. This is purely for file server purposes and is very much a basic build.
All windows updates installed and part of domain.
I have setup a ...
0
votes
1answer
473 views
recover disconnected mapped drive
Is there anyway to recover a mapped drive that was disconnected without knowing the server address or name? I do not want to browse through over 85 server ips to find the correct one.
0
votes
1answer
300 views
C++ Program cannot see mapped drives
I am coding an unmanaged C++ console application on Windows 7 using Visual Studio 2010. I ran into an issue where files on my local computer or a network location work fine, but my code can't see ...
0
votes
1answer
164 views
(yet another) problem with mapped drive via the command line
I know, I know. There are a million threads everywhere talking about problems with mapped drives. I've ready many of them but I still can's seem to wrap my head around this problem or come to a ...
0
votes
2answers
783 views
Service not able to access a mapped drive
I have read in many forums that mapped drives are not accessible from a service as no user is logged on.
Question 1) I tried making my service as a log on - as some account and i had my network drive ...
0
votes
1answer
135 views
VS2008 trying to create a new project from pre-existing C++ code on a mapped network drive
I have a bunch of source code checked out from a SVN repository, now living in a folder on a mapped network drive which happens to be a linux machine. We're using this as a build environment as it ...
0
votes
2answers
2k views
vb.net how to check if a network drive is mapped persistently
I use the following code to layout network drives on a system. I want to add a third column for persistence but in vb.net I do not know how to check if a drive has a persistent map or not. Any ...
0
votes
5answers
5k views
C# - Map Network drive from Web Service
We are working on a web service that has to run a 3rd party process that interacts with a mapped network drive. So we have to map this drive programmatically from the web service.
I have already ...
0
votes
2answers
606 views
write a batch to change the path for Mapped drive
I having server folder as a mapped network drive in workstation .
Now the that folder is shifting to to another server so Ineed to change the path this activity I need to do at 400 workstations. so ...