Opened 16 years ago
Closed 13 years ago
#2042 closed enhancement (fixed)
Add VDI immutable setting to the GUI
Reported by: | Tomasz Szlagowski | Owned by: | |
---|---|---|---|
Component: | GUI | Version: | VirtualBox 1.6.6 |
Keywords: | shared virtual disk | Cc: | |
Guest type: | Linux | Host type: | Linux |
Description
Let's say I've got 512 MB ram and want to try 3 different linux livecds. To be able to work with them, I need to add a virtual disk and create a swap partition on it. I create such a disk and add it to one of the 3 virtual machines (each for different mounted iso).
Currently it's impossible to add the same disk to another machine without releasing it first (correct me if I'm wrong).
I've got 3 options:
a) create 3 disks, - waste of disk space
b) have 1 machine and change the iso to mount every time i want another distro, - pain in the ass
c) release and reattach the disk every time i want another distro. - pain in the ass
What I'd like to see in VirtualBox:
Instead of not allowing to attach an already attached disk, give a warning that you shouldn't do that. When running a machine with such shared disk give an error (when the disk is used by another one) or a warning (if it isn't).
Change History (7)
follow-up: 2 comment:1 by , 16 years ago
comment:2 by , 16 years ago
Replying to JshWright:
Have you looked at using an immutable type disk? Seems like it pretty much meets your needs, as you don't have to make persistent changes to the disk across VM startups.
yeah, it seems you're right. thanks a lot. why is this option kinda hidden then? it should be in the gui disk manager.
comment:3 by , 16 years ago
I dunno, seems pretty well documented in the relevant section of the User Manual...
comment:4 by , 16 years ago
Component: | virtual disk → GUI |
---|---|
Summary: | Virtual disks shareable between many virtual machines → Add VDI immutable setting to the GUI |
comment:6 by , 14 years ago
I would like to vote-up/request the addition of a feature in the new VM/disk wizard/GUI that will allow me to create a new VM/VDI as a differencing disk using a previously created VDI as the master.
This is a pretty essential feature that is already well catered for in most other virtualization products but is oddly lacking from VirtualBox' GUI, forcing users to dig around in the command-line tools for clues.
comment:7 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
That was implemented in VBox 4.1.
Have you looked at using an immutable type disk? Seems like it pretty much meets your needs, as you don't have to make persistent changes to the disk across VM startups.