Celeb Glow
news | February 27, 2026

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

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?)

4

3 Answers

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.

5

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).

1

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 - :

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.