I thought that with a dozen hacks it already worked? What did they add? Official support?
VirtualBox 6.0 released
81–90 of 247 posts
Re: VirtualBox 6.0 released
#82Be careful about VirtualBox Extensions which is non free on commercial environments. Oracle is hunting non compliance and VB provides them with lots of telemetry.
Sorry. I have never heard of this. I switched to VB earlier this year for simple home use testing apps and working with large data sets. VMWare Fusion just caused me to many problems. Can you explain how I need to protect myself?
That sounds like exchanging a Toyota for an Edsel.
Re: VirtualBox 6.0 released
#83Earlier quoted context omitted.
https://m.cdw.com/product/oracle-vm-virtualbox-enterprise-li... $39.99, no minimum license count
That link only shows: "Access Denied You don't have permission to access " http://m.cdw.com/product/oracle-vm-virtualbox-enterprise-lic... on this server."
Re: VirtualBox 6.0 released
#84Re: VirtualBox 6.0 released
#85I love how the website has been keep basically unchanged through the years. Its design is clear and easily navigable. I hope it doesn't change.
Re: VirtualBox 6.0 released
#86Re: VirtualBox 6.0 released
#87Earlier quoted context omitted.
Exactly, I'm upvoting this to prevent poor souls stuck on Windows from looking for these nice solutions...
But can't the poor souls stuck on windows use hyper-v and RDP into the vm?
Re: VirtualBox 6.0 released
#88Re: VirtualBox 6.0 released
#89Is there anyone who could explain to me why virtualbox is still being developed? I don't mean that as an attack on the developers or the software but Oracle ruined pretty much all of Sun's software with VBox being one of the only two exception along with Java.
Re: VirtualBox 6.0 released
#90Earlier quoted context omitted.
Yeah it's crazy that it's not fixed yet. About 5 years when I was using VMs for my development environment I remember that bug causing all sorts of issues with assets not loading correctly. It's also why I recommend people avoid Docker Toolbox like the plague since it uses VirtualBox under the hood. Either use Docker for Windows (if you have Windows 10 Pro), or roll your own VMWare Player (free) VM which doesn't have…
This might surprise you but neither of these 2 are bugs. VirtualBox shared folders simply don't offer the guarantees of a local filesystem. They are not a local filesystem, they are network drives mounted as NFS, with the abysmal support and quirk that comes with that. sendfile() doesn't work on network drives. it never did. the host is not aware of changes made to the remote filesystem from another host. it cannot s…
I used a VMWare Player driven VM as a primary Linux development environment for full time web development for literally 4 years straight and I encountered the issue 0 times, but with VirtualBox I encountered the issue in 1 day.
Maybe it's not technically a bug with VirtualBox, but it is something that makes VirtualBox unsuitable as a dev environment for web development.