Questions tagged [drive]

Use this tag for questions related to physical disk drives. If your question is about the Google Drive API, use [google-drive-sdk]. For Google Apps Script's Drive Service (Class DriveApp) use [google-apps-script].

Drive(disk drive) - the controller and mechanism for reading and writing data on computer disks(a spinning magnetic disk, magnetic disk pack, floppy disk, or optical disk).

Early operating systems used a command line interface in which the user typed short commands, often followed by various parameters and options. For operations on disks, one commonly specified the disk name or drive number (or letter).

References:

958 questions
169
votes
6 answers

relative path in BAT script

Here is my own program folder on my USB drive: Program\ run.bat bin\ config.ini Iris.exe library.dll etc. I would like to use run.bat to start Iris.exe I cannot use this: F:/Program/bin/Iris.exe like a…
user2083037
  • 1,691
  • 2
  • 11
  • 3
131
votes
5 answers

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% When I execute this batch file from anywhere on the D…
Ananya
  • 1,503
  • 3
  • 12
  • 8
113
votes
12 answers

Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed

Using Windows 2008 R2. On our server we get this error: "Multiple connections to a server or shared resource by the same user, using more than one user name, are not allowed. Disconnect all previous connections to the server or shared resource and…
raphael75
  • 2,982
  • 4
  • 29
  • 44
101
votes
3 answers

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 our local machine, edit the files, and then…
user1549303
  • 1,019
  • 2
  • 8
  • 3
56
votes
2 answers

Windows: What happens if I finish drive letters? (they are 26!)

What happens if I finish the drive letters? It's just curiosity, but I have a lot of letters and it happens that I float around 20 when I have everything connected
Francesco Belladonna
  • 11,361
  • 12
  • 77
  • 147
51
votes
2 answers

Google My Maps - API

Is there any way to add Layers, Points, Directions or any data to a map in the Google My Maps, using API? I have searched in Google but didn't find a solution to do this.
Arun D
  • 2,369
  • 5
  • 27
  • 39
41
votes
7 answers

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.
Gary Willoughby
  • 50,926
  • 41
  • 133
  • 199
35
votes
10 answers

How to unmount drive in Google Colab and remount to another drive?

I mounted to Google drive account A. Now I want to switch to account B but I cannot do that, because there is no way for me to enter a new authentication key when executing drive.mount(). What I have tried and failed: restart browser, restart…
Raymond Kwok
  • 2,461
  • 2
  • 9
  • 11
35
votes
5 answers

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.)
user356178
32
votes
6 answers

Export dataframe as csv file from google colab to google drive

I want to upload a dataframe as csv from colab to google drive.I tried a lot but no luck. I can upload a simple text file but failed to upload a csv. I tried the following code: import pandas as…
Athar Noraiz
  • 451
  • 1
  • 4
  • 6
26
votes
1 answer

Google Drive - Root Folder Id

Is the Google Drive's Root Folder Id permanent? Will the Root Folder Id remain the same as long as the account exists?
bipin
  • 353
  • 1
  • 5
  • 7
25
votes
3 answers

Using the UIDocumentPickerViewController, is it possible to show a default service (Dropbox, Google Drive, etc) on first open like in Slack?

Normally, the behavior with UIDocumentPicker is that you present, then the user must use the "Locations" menu on the top right to switch between the services. Is it possible to display either "Dropbox" or "Google Drive" first by default? Almost as…
Vu Tran
  • 600
  • 2
  • 6
  • 14
22
votes
8 answers

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 from another site. I was searching for available…
HyLian
  • 4,999
  • 5
  • 33
  • 40
21
votes
1 answer

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 drive. I have looked into Blob storage and…
patg
  • 277
  • 2
  • 9
20
votes
3 answers

Downloading data from a shared google drive link in google colab

I want to download data from google drive link shared by someone using google colab. I am a new user of colab and I don't know how to do that. the links are x_train: https://drive.google.com/open?id=1cUaIEd9-MLJHFGjLz5QziNvfBtYygplX y_train:…
Fu678
  • 324
  • 1
  • 2
  • 7
1
2 3
63 64