Is there any way to create a Windows VM but have an Unraid share show up in it as a 'physical' hard drive?


Go to solution Solved by JonathanM,

Recommended Posts

I'm wanting to create a Windows VM that has an Unraid share showing as a 'physical' hard drive (not a network location/drive etc) so I can use Google Backup & Sync within the Windows VM to backup some folders in the share to the computer backup part of Google Drive (not the Google Drive folder). Is this possible?

Link to comment
11 minutes ago, ghost82 said:

Another workaround could be create a folder simlink on C:\ physical drive pointing to a folder on the network drive.

It worked for me with installers requiring a physical disk, I pointed them on C:\foldersimlink and the content was written on the network drive.

 

Is this what you're referring to? https://www.howtogeek.com/howto/16226/complete-guide-to-symbolic-links-symlinks-on-windows-or-linux/

Link to comment

if I remember well, I used this cmd command on windows as admin:

mklink /D C:\Games \\192.168.2.1\6TB\Games

where C:\Games is the folder symlink, 192.168.2.1 is my smb server and 6TB\Games is the path on the network drive where stuff goes into.

As Jonathan said it may work or not.

  • Thanks 1
Link to comment
  • 1 year later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.