Map network drive for Google Drive to appears as a normal drive in Windows Explorer

11

2

Is it possible to "map network drive" for Google Drive so it appears as a usual Windows drive in Explorer?

(And on a Mac and Linux?)

therobyouknow

Posted 2012-05-02T12:16:33.497

Reputation: 3 596

1When you install the Google Drive client app, is it possible to specify a different location for the local folder (other than c:\users\username\Google Drive)? Can you specify a NAS drive letter on your local network (like a Z: drive mapped to a Synology NAS)? Or, after the Google Drive client app is installed, is there a way to change the path for the local folder to a NAS drive letter? – None – 2012-05-02T15:58:52.737

+1 @Bennett Herring - good questions! superuser.com user Pulsar (below) suggests using subst - would that work for you? – therobyouknow – 2012-05-02T19:37:54.653

I'd love to know if it's possible to mount Google Drive as a drive due to serious lack of space on my machine. – Dan Atkinson – 2012-05-05T18:36:13.657

@BennettHerring you can specify where google drive should store the files in the google drive app settings. – Mattias Isegran Bergander – 2012-05-06T21:34:48.337

Answers

0

Mountain Duck will map Google drive as a network drive - according to the Mountain Duck website :

Mountain Duck lets you mount server and cloud storage as a disk in Finder on macOS and the File Explorer on Windows. Open remote files with any application and work like on a local volume.

Note that this is a paid-for app. But it has a flexible license if you yourself want to use it on all your machines - https://mountainduck.io/buy/ :

One license can be used on any number of computers as long as it is the same user accessing the software

Available for both Mac and PC.

Another app work looking at is InSync - this doesn't mount a cloud drive like Mountain Duck, but it does provide more features than Google's own drive app, plus it's available on Linux as well as Mac and Windows.

I don't work for them nor have any financial interest.

Making this answer the accepted.

therobyouknow

Posted 2012-05-02T12:16:33.497

Reputation: 3 596

9

No just a folder. Well you could use the subst command to map a folder as drive letter I guess. Haven't tested it, google drive might do something special, syntax wrong somewhere etc.

subst g: "c:\users\username\Google Drive"

Change "username" to your user name of course. Run at startup using a bat-file perhaps i autostart or similar.

I'm curious, why a drive, not OK with just a folder? Multiple users sharing perhaps? If so permissions might be needed to be set.

Update: I got curious and tried it and it seems to work.

Mattias Isegran Bergander

Posted 2012-05-02T12:16:33.497

Reputation: 429

1Thank you for your input an time, @Mattias Isegran Bergander, since asking this question, I have found an app, Mountain Duck, that does do the mount of a remote cloud drive and now make this as the accepted answer, as it is the closest app/solution to my needs. – therobyouknow – 2018-12-17T12:05:35.950

1

Actually you can persist the subst command across reboots: http://en.wikipedia.org/wiki/Subst#Persisting_across_reboots

– Mattias Isegran Bergander – 2012-05-02T12:35:40.057

+1 This is good enough. But the steps to getting c:\users\username\Google Drive in the first place aren't shown - presumably this Google Drive has a client app to get this path. What is c:\users\username\Google Drive actually? This looks like a local path on the machine not the network location of Google Drive itself. – therobyouknow – 2012-05-02T12:49:35.647

1

Google drive indeed has a client app, just like dropbox etc. That app creates and uses that path. You can download the google drive app from your google drive account below the menu to the left: https://drive.google.com

– Mattias Isegran Bergander – 2012-05-02T12:56:00.863

Accepted, I think this covers it. – therobyouknow – 2012-05-02T14:08:02.410

1

Linux support is on its way apparently. and will no doubt use webdav (possibly FTP too). Windows, OSX and Linux all support mounting webdav based file systems (you use davfs2 under linux).

There will also be a syncing client for linux that means the files will be available when the network is not (the same way the Windows and OSX clients work).

Paul

Posted 2012-05-02T12:16:33.497

Reputation: 52 173

+1 For the info on the OSs webdav mount capability - I presume Google Drive supports webdav too. – therobyouknow – 2012-05-02T14:09:30.287