takkischitt Posted May 6, 2022 Share Posted May 6, 2022 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? Quote Link to comment
Solution JonathanM Posted May 6, 2022 Solution Share Posted May 6, 2022 Short answer, no. Long answer, you can allocate space (vdisk) on an array drive or pool that can be seen as a physical drive to the VM, but the content won't be accessible through Unraid. 1 1 Quote Link to comment
ghost82 Posted May 6, 2022 Share Posted May 6, 2022 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. 1 Quote Link to comment
takkischitt Posted May 6, 2022 Author Share Posted May 6, 2022 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/ Quote Link to comment
JonathanM Posted May 6, 2022 Share Posted May 6, 2022 The symlink solution works depending on how thoroughly the program checks for network vs. local media. YMMV on whether or not a specific app will be happy with it. Quote Link to comment
ghost82 Posted May 6, 2022 Share Posted May 6, 2022 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. 1 Quote Link to comment
graviz_nl Posted August 25, 2023 Share Posted August 25, 2023 If symlink doesn't do the trick, you could look into setting up an iSCSI target... there's some topics about this on this forum Quote Link to comment
Recommended Posts
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.