November 17, 20169 yr I have an application that only recognizes local drives. I'm looking to get an unraid share to look like a native drive (e.g. D:\) within the windows VM. Is this possible? Mapped drives will not work. I checked the FAQ, but didn't see anything mentioned.
November 18, 20169 yr Not possible AFAIK. The alternative is to set up a vdisk image on an array drive and mount it to the VM. It will give you access to space on the protected array, but I don't know of a way to simultaneously share files in unraid and mount them as a local drive.
November 18, 20169 yr I have an application that only recognizes local drives. I'm looking to get an unraid share to look like a native drive (e.g. D:\) within the windows VM. Is this possible? Mapped drives will not work. I checked the FAQ, but didn't see anything mentioned. No, you can only do that in a linux vm. You'll have to look at mounting a network drive as local inside your windows vm to fool your app. Have you tried just mapping the network drive to drive letter like z:
November 19, 20169 yr I have an application that only recognizes local drives. I'm looking to get an unraid share to look like a native drive (e.g. D:\) within the windows VM. Is this possible? Mapped drives will not work. I checked the FAQ, but didn't see anything mentioned. Try this From a windows command prompt (run as administrator) mklink /d "c:\WhateverFolderYouWantItCalled" "\\unRaidServer\unRaidShareName" Your share will wind up being mounted within that folder on an existing windows drive Should be close enough to what you need.
Archived
This topic is now archived and is closed to further replies.