September 3, 20169 yr Hello, i want to mount a share (or a entire disk) directly into an El Capitan VM. I tried this thread (http://lime-technology.com/forum/index.php?topic=34686.0), but it doesn't worked. Is there a tutorial specially for OS X in a VM? (Because this tutorial was for ubuntu VMs) Should this normally work and the mistake is on my side? Thanks for helping
September 5, 20169 yr is this a network share or connected to the computer via usb/whatever? How is it mounted in unRaid?
September 5, 20169 yr Author Its the normal UNRAID drive(s) For example "/mnt/cache/Folder" At this time i have mounted the share in the VM, so wen i copy a file, there is twice the traffic...
September 5, 20169 yr Its the normal UNRAID drive(s) For example "/mnt/cache/Folder" At this time i have mounted the share in the VM, so wen i copy a file, there is twice the traffic... You cannot mount a drive in the VM unless nothing else (including unRAID) is using it. This is standard where you cannot have two different OS using the same hardware without special software to mange potential contention. In practise mounting it as a network share is normally very efficient as it is only going through a 'virtual' network adapter capable of running at 10Gps. Doing it that way avoids any contention issues.
September 5, 20169 yr Author I thought like the function "Volume Mappings" in Docker. You mean the normal br0 adapter? Ok, i though that the Traffic goes from the port to the switch an than again through the port in to the VM. Because i have a own IP address for each VM... You mean that the traffic is only inside the server, did I understand that right? Thanks for your help LG
September 5, 20169 yr I thought like the function "Volume Mappings" in Docker. There is a driver for this for Windows VMs (the 9p drivers), but I believe that the performance is lower than going via the (virtual) network. You mean the normal br0 adapter? Ok, i though that the Traffic goes from the port to the switch an than again through the port in to the VM. Because i have a own IP address for each VM... You mean that the traffic is only inside the server, did I understand that right? LG As long as the VM's are on the same subnet and go through the same bridge then it is ll internal to the server. Not sure what would happen if you have more than one bridge and the VMs are on different bridges.
September 5, 20169 yr Author The Network settings are everywhere br0. So everything should be internal. Thanks for your help.
Archived
This topic is now archived and is closed to further replies.