I'm using an online backup solution that does not work with networked drives or mapped drives. Is it possible to make a network drive show up as a "regular" folder? What possible impacts could this have?
Edit: The backup solution will backup files located here:
c:\SharedFolder
but not via net use command, such as:
F:\
I'm interested in do doing this in Windows Vista (and pretty soon in Windows 7).
Microsoft added Symlink support in Windows Vista, which should work here. You'll need to use the
mklink
command line tool to do this:In your case, it'd work like this (assuming
Z:
is your mapped drive):Then you should be able to point your backup software to
C:\SharedFolder
.You could try creating a symbolic link
Does it not work because it is a network drive, or because it doesn't have a drive letter/path?
If it's the second, just map the network drive to a drive letter.