Create a partition in virtual machine!
I want to create a partition in virtual machine Ubuntu 11.10 32 bit so that I can test a few things.
I use a guide for something I want to do and it says that I should create a partition in my system but I do not want to have a partition in my main system so I think that I can install Ubuntu 11.10 32 bit on virtual machine, then create a partition in virtual disk, is it possible?
11.10 virtualization
add a comment |
I want to create a partition in virtual machine Ubuntu 11.10 32 bit so that I can test a few things.
I use a guide for something I want to do and it says that I should create a partition in my system but I do not want to have a partition in my main system so I think that I can install Ubuntu 11.10 32 bit on virtual machine, then create a partition in virtual disk, is it possible?
11.10 virtualization
In addition to partitioning your virtual disk as you choose you can also add additional virtual disks as a way to partition your data. I have a VirtualBox VM which has two virtual disks, one contains Ubuntu 12.04 and the other 11.10. When I start the virtual machine grub comes up and lets me choose which virtual disk to boot from. In most situations I would rather experiment in a virtual vs a real environment.
– irrational John
Apr 18 '12 at 18:17
add a comment |
I want to create a partition in virtual machine Ubuntu 11.10 32 bit so that I can test a few things.
I use a guide for something I want to do and it says that I should create a partition in my system but I do not want to have a partition in my main system so I think that I can install Ubuntu 11.10 32 bit on virtual machine, then create a partition in virtual disk, is it possible?
11.10 virtualization
I want to create a partition in virtual machine Ubuntu 11.10 32 bit so that I can test a few things.
I use a guide for something I want to do and it says that I should create a partition in my system but I do not want to have a partition in my main system so I think that I can install Ubuntu 11.10 32 bit on virtual machine, then create a partition in virtual disk, is it possible?
11.10 virtualization
11.10 virtualization
edited Jan 18 at 9:11
Codito ergo sum
1,5023825
1,5023825
asked Apr 18 '12 at 14:00
gabrielgabriel
39671333
39671333
In addition to partitioning your virtual disk as you choose you can also add additional virtual disks as a way to partition your data. I have a VirtualBox VM which has two virtual disks, one contains Ubuntu 12.04 and the other 11.10. When I start the virtual machine grub comes up and lets me choose which virtual disk to boot from. In most situations I would rather experiment in a virtual vs a real environment.
– irrational John
Apr 18 '12 at 18:17
add a comment |
In addition to partitioning your virtual disk as you choose you can also add additional virtual disks as a way to partition your data. I have a VirtualBox VM which has two virtual disks, one contains Ubuntu 12.04 and the other 11.10. When I start the virtual machine grub comes up and lets me choose which virtual disk to boot from. In most situations I would rather experiment in a virtual vs a real environment.
– irrational John
Apr 18 '12 at 18:17
In addition to partitioning your virtual disk as you choose you can also add additional virtual disks as a way to partition your data. I have a VirtualBox VM which has two virtual disks, one contains Ubuntu 12.04 and the other 11.10. When I start the virtual machine grub comes up and lets me choose which virtual disk to boot from. In most situations I would rather experiment in a virtual vs a real environment.
– irrational John
Apr 18 '12 at 18:17
In addition to partitioning your virtual disk as you choose you can also add additional virtual disks as a way to partition your data. I have a VirtualBox VM which has two virtual disks, one contains Ubuntu 12.04 and the other 11.10. When I start the virtual machine grub comes up and lets me choose which virtual disk to boot from. In most situations I would rather experiment in a virtual vs a real environment.
– irrational John
Apr 18 '12 at 18:17
add a comment |
3 Answers
3
active
oldest
votes
Creating a virtual machine to test things is a briliant idea, I wish more people would do that instead of corrupting their main install. If it is possible for your use case, most probably YES, but you're not being very specific. If you know you want an extra partition on forehand, you can create it during install of the VM. VirtualBox is a good application for running VM's and it is in the standard repositories.
The fun about virtual machines is that you can completely mess up things inside a VM, while your host OS stays up running stable. Worst case scenario is that it runs somewhat slower because the VM is using a lot of CPU or (disk) IO.
Personally I always have a few VM's installed, just to test things.
In many modern PC's you can enable VT-x or AMD-V extensions, which will dramatically improve performance of virtual machines. Refer to the manual of your motherboard for this.
well, i just started reading this guide linuxfromscratch.org/lfs and i want to learn about it and start a linux system from scratch.I am running parallels and i am going to install ubuntu 32 bit.
– gabriel
Apr 18 '12 at 14:09
add a comment |
It most certainly is.
If it's you're first time playing around with a virtual machine than I suggest you use virltualbox. It's very straightforward and has a nice wizard for when you make a virtual machine. At a certain point in the wizard, you will be asked to create a virtual disk. I suggest you use the virtualbox VDI format with dynamically expanding storage. Basically you will be left with a file on your disk that is used by virtualbox as the virtual HDD. Once you boot the vm, you can then partition this virtual disk from inside the vm with whatever operating system you decide to install.
add a comment |
When you create a virtual machine using software as Parallels, VirtualBox or VmWare you will be asked to assign a disk to that machine, you can use either a physical read drive or create a virtual disk.
A virtual disk is nothing but a file that resides in your host computer that is mounted as a drive and can be used as a drive in you guest computer.
If you boot from the Ubuntu CD inside a virtual machine that is using a virtual disk all the operation on that disk will be done to the file pretending to be your disk and no actual changes will be do to the host system's drive.
Once you created the virtual machine in your virtualization software you can check if indeed you are going to use a virtual disk in the machine properties
Anything you do to that virtual disk will not affect your host system, its just a dummy disk that uses a mounted file as a disk. Feel free to do whatever you want to that virtual disk.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f123136%2fcreate-a-partition-in-virtual-machine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Creating a virtual machine to test things is a briliant idea, I wish more people would do that instead of corrupting their main install. If it is possible for your use case, most probably YES, but you're not being very specific. If you know you want an extra partition on forehand, you can create it during install of the VM. VirtualBox is a good application for running VM's and it is in the standard repositories.
The fun about virtual machines is that you can completely mess up things inside a VM, while your host OS stays up running stable. Worst case scenario is that it runs somewhat slower because the VM is using a lot of CPU or (disk) IO.
Personally I always have a few VM's installed, just to test things.
In many modern PC's you can enable VT-x or AMD-V extensions, which will dramatically improve performance of virtual machines. Refer to the manual of your motherboard for this.
well, i just started reading this guide linuxfromscratch.org/lfs and i want to learn about it and start a linux system from scratch.I am running parallels and i am going to install ubuntu 32 bit.
– gabriel
Apr 18 '12 at 14:09
add a comment |
Creating a virtual machine to test things is a briliant idea, I wish more people would do that instead of corrupting their main install. If it is possible for your use case, most probably YES, but you're not being very specific. If you know you want an extra partition on forehand, you can create it during install of the VM. VirtualBox is a good application for running VM's and it is in the standard repositories.
The fun about virtual machines is that you can completely mess up things inside a VM, while your host OS stays up running stable. Worst case scenario is that it runs somewhat slower because the VM is using a lot of CPU or (disk) IO.
Personally I always have a few VM's installed, just to test things.
In many modern PC's you can enable VT-x or AMD-V extensions, which will dramatically improve performance of virtual machines. Refer to the manual of your motherboard for this.
well, i just started reading this guide linuxfromscratch.org/lfs and i want to learn about it and start a linux system from scratch.I am running parallels and i am going to install ubuntu 32 bit.
– gabriel
Apr 18 '12 at 14:09
add a comment |
Creating a virtual machine to test things is a briliant idea, I wish more people would do that instead of corrupting their main install. If it is possible for your use case, most probably YES, but you're not being very specific. If you know you want an extra partition on forehand, you can create it during install of the VM. VirtualBox is a good application for running VM's and it is in the standard repositories.
The fun about virtual machines is that you can completely mess up things inside a VM, while your host OS stays up running stable. Worst case scenario is that it runs somewhat slower because the VM is using a lot of CPU or (disk) IO.
Personally I always have a few VM's installed, just to test things.
In many modern PC's you can enable VT-x or AMD-V extensions, which will dramatically improve performance of virtual machines. Refer to the manual of your motherboard for this.
Creating a virtual machine to test things is a briliant idea, I wish more people would do that instead of corrupting their main install. If it is possible for your use case, most probably YES, but you're not being very specific. If you know you want an extra partition on forehand, you can create it during install of the VM. VirtualBox is a good application for running VM's and it is in the standard repositories.
The fun about virtual machines is that you can completely mess up things inside a VM, while your host OS stays up running stable. Worst case scenario is that it runs somewhat slower because the VM is using a lot of CPU or (disk) IO.
Personally I always have a few VM's installed, just to test things.
In many modern PC's you can enable VT-x or AMD-V extensions, which will dramatically improve performance of virtual machines. Refer to the manual of your motherboard for this.
edited Apr 18 '12 at 14:11
answered Apr 18 '12 at 14:06
jippiejippie
4,73821931
4,73821931
well, i just started reading this guide linuxfromscratch.org/lfs and i want to learn about it and start a linux system from scratch.I am running parallels and i am going to install ubuntu 32 bit.
– gabriel
Apr 18 '12 at 14:09
add a comment |
well, i just started reading this guide linuxfromscratch.org/lfs and i want to learn about it and start a linux system from scratch.I am running parallels and i am going to install ubuntu 32 bit.
– gabriel
Apr 18 '12 at 14:09
well, i just started reading this guide linuxfromscratch.org/lfs and i want to learn about it and start a linux system from scratch.I am running parallels and i am going to install ubuntu 32 bit.
– gabriel
Apr 18 '12 at 14:09
well, i just started reading this guide linuxfromscratch.org/lfs and i want to learn about it and start a linux system from scratch.I am running parallels and i am going to install ubuntu 32 bit.
– gabriel
Apr 18 '12 at 14:09
add a comment |
It most certainly is.
If it's you're first time playing around with a virtual machine than I suggest you use virltualbox. It's very straightforward and has a nice wizard for when you make a virtual machine. At a certain point in the wizard, you will be asked to create a virtual disk. I suggest you use the virtualbox VDI format with dynamically expanding storage. Basically you will be left with a file on your disk that is used by virtualbox as the virtual HDD. Once you boot the vm, you can then partition this virtual disk from inside the vm with whatever operating system you decide to install.
add a comment |
It most certainly is.
If it's you're first time playing around with a virtual machine than I suggest you use virltualbox. It's very straightforward and has a nice wizard for when you make a virtual machine. At a certain point in the wizard, you will be asked to create a virtual disk. I suggest you use the virtualbox VDI format with dynamically expanding storage. Basically you will be left with a file on your disk that is used by virtualbox as the virtual HDD. Once you boot the vm, you can then partition this virtual disk from inside the vm with whatever operating system you decide to install.
add a comment |
It most certainly is.
If it's you're first time playing around with a virtual machine than I suggest you use virltualbox. It's very straightforward and has a nice wizard for when you make a virtual machine. At a certain point in the wizard, you will be asked to create a virtual disk. I suggest you use the virtualbox VDI format with dynamically expanding storage. Basically you will be left with a file on your disk that is used by virtualbox as the virtual HDD. Once you boot the vm, you can then partition this virtual disk from inside the vm with whatever operating system you decide to install.
It most certainly is.
If it's you're first time playing around with a virtual machine than I suggest you use virltualbox. It's very straightforward and has a nice wizard for when you make a virtual machine. At a certain point in the wizard, you will be asked to create a virtual disk. I suggest you use the virtualbox VDI format with dynamically expanding storage. Basically you will be left with a file on your disk that is used by virtualbox as the virtual HDD. Once you boot the vm, you can then partition this virtual disk from inside the vm with whatever operating system you decide to install.
answered Apr 18 '12 at 14:13
eltommoeltommo
1,506911
1,506911
add a comment |
add a comment |
When you create a virtual machine using software as Parallels, VirtualBox or VmWare you will be asked to assign a disk to that machine, you can use either a physical read drive or create a virtual disk.
A virtual disk is nothing but a file that resides in your host computer that is mounted as a drive and can be used as a drive in you guest computer.
If you boot from the Ubuntu CD inside a virtual machine that is using a virtual disk all the operation on that disk will be done to the file pretending to be your disk and no actual changes will be do to the host system's drive.
Once you created the virtual machine in your virtualization software you can check if indeed you are going to use a virtual disk in the machine properties
Anything you do to that virtual disk will not affect your host system, its just a dummy disk that uses a mounted file as a disk. Feel free to do whatever you want to that virtual disk.
add a comment |
When you create a virtual machine using software as Parallels, VirtualBox or VmWare you will be asked to assign a disk to that machine, you can use either a physical read drive or create a virtual disk.
A virtual disk is nothing but a file that resides in your host computer that is mounted as a drive and can be used as a drive in you guest computer.
If you boot from the Ubuntu CD inside a virtual machine that is using a virtual disk all the operation on that disk will be done to the file pretending to be your disk and no actual changes will be do to the host system's drive.
Once you created the virtual machine in your virtualization software you can check if indeed you are going to use a virtual disk in the machine properties
Anything you do to that virtual disk will not affect your host system, its just a dummy disk that uses a mounted file as a disk. Feel free to do whatever you want to that virtual disk.
add a comment |
When you create a virtual machine using software as Parallels, VirtualBox or VmWare you will be asked to assign a disk to that machine, you can use either a physical read drive or create a virtual disk.
A virtual disk is nothing but a file that resides in your host computer that is mounted as a drive and can be used as a drive in you guest computer.
If you boot from the Ubuntu CD inside a virtual machine that is using a virtual disk all the operation on that disk will be done to the file pretending to be your disk and no actual changes will be do to the host system's drive.
Once you created the virtual machine in your virtualization software you can check if indeed you are going to use a virtual disk in the machine properties
Anything you do to that virtual disk will not affect your host system, its just a dummy disk that uses a mounted file as a disk. Feel free to do whatever you want to that virtual disk.
When you create a virtual machine using software as Parallels, VirtualBox or VmWare you will be asked to assign a disk to that machine, you can use either a physical read drive or create a virtual disk.
A virtual disk is nothing but a file that resides in your host computer that is mounted as a drive and can be used as a drive in you guest computer.
If you boot from the Ubuntu CD inside a virtual machine that is using a virtual disk all the operation on that disk will be done to the file pretending to be your disk and no actual changes will be do to the host system's drive.
Once you created the virtual machine in your virtualization software you can check if indeed you are going to use a virtual disk in the machine properties
Anything you do to that virtual disk will not affect your host system, its just a dummy disk that uses a mounted file as a disk. Feel free to do whatever you want to that virtual disk.
edited Apr 18 '12 at 14:15
answered Apr 18 '12 at 14:09
Bruno PereiraBruno Pereira
59.7k26179206
59.7k26179206
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f123136%2fcreate-a-partition-in-virtual-machine%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
In addition to partitioning your virtual disk as you choose you can also add additional virtual disks as a way to partition your data. I have a VirtualBox VM which has two virtual disks, one contains Ubuntu 12.04 and the other 11.10. When I start the virtual machine grub comes up and lets me choose which virtual disk to boot from. In most situations I would rather experiment in a virtual vs a real environment.
– irrational John
Apr 18 '12 at 18:17