The drive tag has no wiki summary.
17
votes
1answer
2k views
Azure Blob storage vs Azure Drive
I am looking at moving to Windows Azure rather than typical hosting however I'm unsure how best to store images. After searching I've found that there are 2 possible solutions - Blob storage or Azure ...
13
votes
2answers
913 views
C# How to tell if DVD drive tray is open?
I have a DVD reading and burning app in C#. I want to be able to detect the difference between an empty drive (no disk) and an open drive.
Edit: After some more googling, I think a better problem ...
10
votes
4answers
4k views
C# How to know if a given path represents a root drive?
How can I know if a given directory is a root drive?
(aside from checking if its path equals to "A:", "B:", "C:", etc.)
8
votes
2answers
11k views
How to change current working directory using a batch file
I need some help in writing a batch file.
I have a path stored in a variable root as follows:
set root=D:\Work\Root
Then I am changing my working directory to this root as follows:
cd %root%
...
8
votes
7answers
4k views
How to Create a Virtual Windows Drive
I'm trying to create a Windows Virtual Drive ( like c:\ ) to map a remote storage.
The main purpose is to do it in a clear way to the user. Therefore the user wouldn't know that he is writing/reading ...
8
votes
1answer
996 views
Detect drive mount event in c#
How to catch an event when a new drive is added to My Computer and preferably and when new mount point for some drive is created on a NTFS drive?
I figued out this but it doesn't work on mounted ...
8
votes
6answers
4k views
Get drive label in C#
When I use System.IO.DriveInfo.GetDrives() and look at the .VolumeLabel property of one of the drives, I see "PATRIOT XT", which is indeed the drive's volume label.
If I open "My Computer", instead I ...
5
votes
6answers
2k views
Google Drive Offline Document File Location
Has anyone discovered where/how offline Google Documents are stored when using Google Drive in Chrome? They must be stored locally but where?
Have tried the browser cache etc but can't see it unless ...
5
votes
3answers
745 views
Push git changes to a shared network drive
How can a team of four people use Git (specifically Github for Windows) to push local changes to a shared network drive?
Right now (without Git) we have to copy the files from the network drive to ...
5
votes
2answers
1k views
Google Drive and Docs API
I am curious to know with the release of Google Drive, is Docs API will be obsolete?
My understanding is only way to see your documents is by using Docs API as Drive API only gives access to the ...
5
votes
1answer
276 views
Statically link firebird driver for dbexpress
Is it possible to deploy zero-dll executable that connects to Firebird using dbExprss? If so, how?
Cause I've tried to include
DBXFirebird but the executable always
needs dbxfb.dll.
Thank ...
5
votes
2answers
194 views
Access Google Drive using Arduino
I am using an Arduino board for data logging. My Arduino is connected to the Internet through a WiFi shield. The Arduino uses a kind of C++ programming language.
Does anybody know how I can access ...
5
votes
1answer
1k views
How to register newly mounted drive in git bash?
In my day-to-day work (I'm using MS Windows), I keep my git bash (actually using console2 for this) open for the whole day. It is also very frequent that I mount new drives that I would like to work ...
4
votes
3answers
2k views
C# dropbox of drives
I remember in vb6 there was a control that was similar to a dropbox/combobox that you can select the drive name. It raises an event which you can then set another control which enumerate files in ...
4
votes
8answers
3k views
How to access specific raw data on disk from java
I'm trying to use the following code to access one byte with offset of 50 bytes in a raw disk.
randomAccessFile = new RandomAccessFile("C:", "r");
randomAccessFile.seek(50);
byte[] buffer = new ...
4
votes
5answers
21k views
Batch file to map a drive when the folder name contains spaces
I am trying to map a drive using a batch file.
I have tried:
net use m: \\Server01\myfolder /USER:mynetwork\Administrator "Mypassword" /persistent:yes
It works fine. The problem comes when I try to ...
4
votes
1answer
311 views
PHP is_dir() returns false on Windows network drive
I have a network drive mapped to drive letter X:\ going to an external hard drive with the path of "\\X-Drive\Public\Data".
I am using Zend Server with Apache.
My PHP command is simple
$isFolder ...
4
votes
2answers
198 views
Windows API to map an application as a drive
This is probably an odd question, but are there any Windows APIs that allow an application to behave like a mapped drive or physical drive? For example when you navigate to the "drive" in Windows ...
4
votes
4answers
3k views
How to use Google Drive in a Java Desktop app?
I am dealing with mobile and desktop applications. I am trying to use Google Drive as a permanent storage folder. Unfortunately I am at a loss because I cannot find any examples. Can someone point ...
4
votes
2answers
1k views
Set Drive VolumeLabel
I am working on a small utility where I would like to change the volume label on flash drives that are connected to the computer. I know that DriveInfo is capable of doing it but I am at a loss as for ...
4
votes
3answers
1k views
Java: how to determine the type of drive a file is located on?
Is there a platform-independent way with Java to detect the type of drive a file is located on? Basically I'm interested to distinguish between: hard disks, removable drives (like USB sticks) and ...
4
votes
1answer
378 views
MySQL and Google Drive
I wonder if there is a way to configure MySQL application on my local server to get and store data with a Google Drive API. I've already known about Google Cloud SQL, but it seems a bit too expensive.
...
3
votes
2answers
6k views
Programatically ejecting and retracting the CD drive in vb.net or c#
Is there any way to do so? I know its possible to programmatically eject/retract the cd drive SOMEHOW, cause Roxio does that when it prompts me to insert a disk.
Either c# or vb.net is preferable, ...
3
votes
3answers
612 views
How to get file physical location on hard drive
I want to make a file shedder to completely delete a file, by writting zeros to its physical areas.
Files may be stored on hard drive in pieces, not always in a whole block.
When I say physical ...
3
votes
3answers
419 views
What's a good system for storing hard drive images
I'd like to study the effects my software has on different OS environments. I've determined the best way to analyze the differences involves storing the entire hard drive image as soon as the ...
3
votes
2answers
519 views
Detecting if path is on a windows mapped network drive
Is there a simple way to tell if a given path lives on a mapped network drive? Or to tell if a given drive is a mapped network drive?
I hoped they would have a reparse point attribute but ...
3
votes
2answers
509 views
Is there a free or open source virtual in-memory drive for Windows?
I'm developing an plug-in for a host program and I need to communicate with it with temporary files in the disk; if the temporary files are stored in an in-memory virtual drive the performance could ...
3
votes
1answer
439 views
Google Drive background login (PHP app)
I've been searching for an answer on Google documentations and stackoverflow also, but i did not find answer.
I planned to create application (PHP) which uses google account (ex. admin@domain.com) to ...
3
votes
1answer
4k views
copy files to nework path or Drive using python
Mine is similar to this question.
http://stackoverflow.com/questions/2042342/network-path-and-variables-in-python/2042376
The only difference is my network drive has a password protect with user ...
3
votes
2answers
1k views
How can I mount network drive in Mac OS X on Java?
I am writing a programme on JBuider 2005 on Windows XP platform for Mac OS X. Programme must launch on Mac OS X and programme turnes(directs) to share folders on other computer(Windows XP) in network. ...
3
votes
1answer
551 views
Reading Files from Network Drives in Perl
I am working on a perl script which does a document inventory for pdfs in all directories starting from some root directory on our network. The script runs fine locally, but I can't get it to read ...
2
votes
2answers
304 views
Can not access sub directories without '\' (backward slash) in C#
I had a bizarre situation when try to access the sub directories of my c: drive:
first I tried the following code, the output was 0 (zero):
MessageBox.Show(new ...
2
votes
2answers
676 views
Get a partition name with PowerShell
I have a flash drive which I formatted so that the volume label on the drive is "PHILIP".
I am using Get-PSDrive H -PSProvider FileSystem to determine if the drive is plugged in, however I would ...
2
votes
2answers
167 views
Are A and B drives reserved by Windows?
I am doing a hard disk scan in my program, and I remember the bad old days when scanning B drive would freeze my machine. Can I skip A and B drives for those users that still have floppies? Are A or B ...
2
votes
5answers
8k views
What is the best way to map windows drives using Python?
What is the best way to map a network share to a windows drive using Python?
This share also requires a username and password.
2
votes
3answers
2k views
How do I get the substed drive letter in Perl?
I need to get substed drive letter in Perl. Could anyone kindly help me?
$ENV{SYSTEMDRIVE} does not work; it gives me real logical drive letter, not the substed one.
thanxalot for your help
2
votes
1answer
365 views
Formatting usb flash drive on Mac OS X
How can I format an USB flash drive using cocoa frameworks or carbon? Is there any functions to make it?
2
votes
1answer
960 views
Google Drive SDK - Uploading Image, OCR, Download Result
So ultimately I'm trying to upload images that I want Google to OCR. Then I want to be able to get the results of the OCR back to my Android app. I have my images uploading properly. I can loop ...
2
votes
2answers
875 views
verilog driving signals on the same wire
I looked through internet and couldn't find a clear and concise answer to my question. I want to know what'll happen if I drive same strength signals onto the same wire, one of them being logic 1 and ...
2
votes
2answers
881 views
Script to change users manually mapped drives to a new server with new server name
I have several hundred users whom each have manually mapped drives to a variety of locations/ folders on a file server.
I am migrating the data to a new server with a new name but keeping the same ...
2
votes
4answers
1k views
Backup Hard Drive and USB Device to img or iso file [C#]
I seek a way to copy the raw data.
Specifically, I seek a way to clone a removable disk, and another hard drive to an image file (ISO, IMG, ...), so you can re-use on another computer through ...
2
votes
2answers
232 views
What API is available to create a Drive on the Windows File System?
I'm basically looking for an example of the API used by, for example, an external USB hard drive driver that adds a new Drive to the file system on Windows.
Thanks!
2
votes
2answers
1k views
How do I increase the size of an Azure CloudDrive?
I have an existing Azure CloudDrive that I want to make bigger. The simplist way I can think of is to creating a new drive and copying everything over. I cannot see anyway to just increase the size of ...
2
votes
2answers
2k views
how mount userdata.img or userdata-qemu.img in osx
Disk Utility in OSX easily mounts an SD Card image as a device, but not so the other img files.
I want to get the database I just created in the Android Emulator off the drive and into my osx file ...
2
votes
1answer
899 views
How do I use the Google drive API key to access drive content from android application?
Can not access google drive.
Have created API KEY in Google Api console.
Enabled Google drive api and sdk.
Where to set that API KEY in code?
Drive bulder do not have setJsonHttpRequestInitializer ...
2
votes
1answer
976 views
How to share a document in Google Drive in VB or C#
I want to share a document using the Goole Drive Api. Once I get a list of documents I don't know how to share a document with one or more users.
EDIT:
Dim files As FileList = request.Fetch()
Dim ...
2
votes
1answer
140 views
How to change windows 7 default view for ftp “network drives”?
I've added an FTP connection in Windows 7 by using "Map as Network Drive". This works great. But there is no working posibility to change the default view from "tiles" into e.g. "details". It always ...
2
votes
2answers
170 views
A solution for unready drives in vb6
I need a better solution for handling unready drives and want to be able to see and change files in my rw-drive. Unfortunately it always gives drive unready error and the only thing that I can do is ...
2
votes
2answers
3k views
how to map network drive for Clearcase View in Windows service?
I want to map a clearcase view on network drive inside a windows service.
I have tried with net use command, but it did not work properly.
2
votes
2answers
682 views
SSD as inline cache
This may be slightly off-topic for a strictly programming site, but I'm interested in starting a software project or contributing to an existing project that can do what I'm proposing.
Now that SSD ...