4 Virtual disks but in Machine apears only one. Help me?

This is for discussing general topics about how to use VirtualBox.
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

.Vbox.rar
Attachments
.VirtualBox.rar
(14.58 KiB) Downloaded 7 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by scottgus1 »

Well, a .rar isn't a .zip, but I have 7zip, so I could open the rar.

Regrettably, the folder therein is the .Virtualbox folder, not the guest's folder, and does not contain the guest's .vbox file. In fact it contains no .vbox files. .vbox is the extension we need, and we need the .vbox file for the guest.

Nice effort, try again.
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

I sent in rar because I haven’t winzip but if is it necessary i instal it.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by scottgus1 »

You have a windows 7 host, if your second post is correct. Follow the instructions I gave you and you won't need WinZip to make a .zip.
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

Vbox files.rar
Attachments
Vbox.rar.rar
(67.73 KiB) Downloaded 8 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by scottgus1 »

One more time. See the little period before the vbox in ".vbox"? .vbox is the extension of the file, not the name of the file. The files you just rar'ed are .log files. And you're still not following my instructions on how to make a zip.

A guest's .vbox file is named after the guest. I have a guest named "XPtest" My guest's .vbox file will be called "XPtest.vbox" The file you are looking for is named "{yourguestname}.vbox" Replace {yourguestname} with the name of your guest, add ".vbox" to the name and search for that file.
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

Can be this file Windows 7.vbox-prev
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by scottgus1 »

Very close. I think I see the problem. Your Windows host may be set to hide known extensions by default. So you should see a file that is named just "Windows 7" with a blue cube for an icon. If you set the folder view to Details, the blue-cube "Windows 7" file will show "Virtualbox Machine Definition" in the "Type" column. If you see that file, right-click it and choose "Send To", then "Compressed (zipped) folder". A .zip file named "Windows 7.zip" will appear. Attach "Windows 7.zip" to your post with "Upload Attachment".
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

There is the file.
Attachments
Windows 7.zip
(3.13 KiB) Downloaded 7 times
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

There is another file but it have 16,1Gb. I can't send it.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by scottgus1 »

That's fine, you found it! The blue-cube file is the correct one. I'm looking through it now, just a minute...
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

There is the file that have the 3 virtual disks.
Attachments
Windows 7.zip
(4.08 KiB) Downloaded 8 times
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by scottgus1 »

OK, here is the section in the .vbox file that tells the guest what disks it has connected to it:

Code: Select all

      <HardDisks>
        <HardDisk uuid="{1ec45c80-c32f-46ba-bee9-10c6c8f4a3c7}" location="Windows 7.vmdk" format="VMDK" type="Normal"/>
        <HardDisk uuid="{f3dbc9a4-8ed0-4b93-877e-fde87c054a30}" location="Windows 7 Virtual Ram 001.vmdk" format="VMDK" type="Normal"/>
        <HardDisk uuid="{cd8bb309-f708-48a0-8f8d-482a36840275}" location="Windows 7 Virtual Ram 002.vmdk" format="VMDK" type="Normal"/>
      </HardDisks>
You have the original disk "Windows 7.vmdk" and two extra disks "Windows 7 Virtual Ram 001.vmdk" and "Windows 7 Virtual Ram 002.vmdk". So right now you have added two new disks to your guest. It isn't four, but they are there, ready to use.

You will need to open "Disk Management" in the guest and initialize the two new disks. Google for how to do that.

You should also turn on all file extensions in Windows. See http://windows.microsoft.com/en-us/wind ... =windows-7 to do that, though it looks like you did already. Good!
lukifarol
Posts: 15
Joined: 7. Feb 2016, 04:36

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by lukifarol »

How i download disk management? Is it free.
scottgus1
Site Moderator
Posts: 20945
Joined: 30. Dec 2009, 20:14
Primary OS: MS Windows 10
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows, Linux

Re: 4 Virtual disks but in Machine apears only one. Help me?

Post by scottgus1 »

We have confirmed that you have two extra disks in the guest. Showing how to use these disks in the guest OS is beyond the scope of the Virtualbox forum. You should search the internet for how to open and use Disk Management in Windows.
Post Reply