Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Adjust the size of the hard disk VirtualBox     - CentOS 6.5 set under Oracle 12c at startup (Database)

- grep command Series: How to Use the grep command in Linux / UNIX (Linux)

- Let the router be your security barrier against external attack (Linux)

- Under Ubuntu on how to use iptables firewall (Linux)

- How to install Zephyr Test Management Tools on CentOS 7.x (Server)

- Proficient in C / C ++ can also find a very good job (Programming)

- How to install Linux Kernel 4.0 On CentOS 7 system (Linux)

- Linux Tutorial: Open multiple tabs in the GNOME terminal in Ubuntu 15.04 (Linux)

- Linux RPM default installation path (Linux)

- Android float ball and boot from the start (Programming)

- Linux kernel boot to retain large memory method summary (Linux)

- Linux environment RabbitMQ installation and monitoring of plug-in installation (Linux)

- HTML5 Application Cache (Programming)

- Nginx supports user multi-threaded downloads and resume broken (Server)

- SLF4J Tutorial (Programming)

- Elaborate .NET Multithreading: Concepts (Programming)

- Zabbix Agent (Server)

- ASP.NET 5 tutorial series (Server)

- Denyhosts prevent hackers using SSH scanning (Linux)

- Let OS X support NTFS write file (Linux)

 
         
  Adjust the size of the hard disk VirtualBox
     
  Add Date : 2018-11-21      
         
         
         
  I use Virtual Box virtual machine installed Win7 under Mac. Because before I had installed Win7 32-bit version. Now, because of the machine's memory rose to 8G, 4G can draw support Win7 virtual machines. So re-installed Win7 64-bit version. When you create a virtual machine's hard drive, I chose the default Virtual Box capacity of 20G. I see the Virtual Box told that this is hard disk capacity can be dynamically adjusted, who knows this is actually misleading. Here the so-called dynamic adjustment does not exceed the value set, which is the upper limit I set 20G storage allocation. The so-called dynamic allocation of disk space is actually a saving practices. Meaning that when we create a virtual machine's hard disk, you can set large enough. As long as the hard disk does not run out, these spaces can be shared by the host. And Win7 64-bit version takes up hard disk space and far more than the 32-bit version. After installing the operating system, the rest of the space is not much. After installing SQL Server 2008, full installation to think about Visual Studio 2010, the space is not enough. I think the hard disk capacity can be dynamically adjusted, so when Visual Studio prompts space capacity is not enough, I still choose "Continue", the result before installation errors.

So, how to solve this problem? Re-install it? That is too sad reminder. Although what software is not installed, but to install the operating system and the database very time consuming. So, I try to adjust the Virtual Box hard disk size. But in Virtual Box management tools, there is no option to change the size of the hard to find. Through Google, I find the command line approach to modify the disk space, provided that the Virtual Box version must be 4.0 or above.

This command:

VBoxManage modifyhd uuid -resize 40960

40960 is what you want to adjust capacity here, that 40G. Command uuid may also be replaced with the file name vid. But unfortunately my file name contains spaces. Perhaps by double quotation marks or "/" can support spaces in the name, but I did not try, because the use of uuid is the better approach. As to enter the command line in Mac, you can directly enter in the Terminal. Because when you install the Virtual Box, VBoxManage will be added to the path, Terminal can be identified for the command.

To use uuid, you need to get uuid the current virtual machine. In the management tools are not available, so we should get through the command line:

VBoxManage list hdds

This command displays all the virtual hard disk. You can judge by Location you want to adjust the hard disk. Get uuid, you can adjust the size of hard drives through modifyhd. Note that before the adjustment hard disk, be sure to turn off the virtual machine.

Fill in mind: When I passed modifyhd command to adjust the disk space, file management tool to view the vid, the capacity does change, to achieve the desired results. So I think we can sit back and relax. What to know after you open the virtual machine under Virtual Box, see the C disk space is still 20G. It makes me can not help but grouchy. So I think what the setting may be in Virtual Box. But looked at all the Virtual Box menu management, we have not been able to find. I even Storage, remove references to the vid file, and reload, still no change. I try to restart Virtual Box, or restart the computer, or so. Does the problem here? It is puzzling, even going to delete the virtual machine, reinstall. But I think we still have to install the operating system and related software, shudder. So going to the next best thing, the increase in Virtual Box for which a disk. As a result, after the increase, start the virtual machine, and found no increase in the new disk in the computer. Suddenly I had an idea, think about whether computer management disk partition management problem then. Then, open the Win7 "Computer Management" in the "Disk Management" and found the newly added disk appears as unallocated, while the original disk capacity impressively as 40G, 20G which there has not been assigned. Then select the expansion disk, disk missing 20G is really looking back. Virtual Box hard resize finally succeed.

Thus, after the adoption of Virtual Box command to adjust the disk, you must remember expanding disk Win7 operating system. It's like your computer you add a new disk, the need to perform the same operation.
     
         
         
         
  More:      
 
- PHP 7.0 Upgrade Notes (Linux)
- RHEL5 multipath configuration (Linux)
- using Docker Kitematic on windows (Linux)
- Construction LVM-based raw device Oracle10g Database on Oracle Linux 5.11 (Database)
- Linux remote wake the computer original code [C] (Linux)
- Git version rollback (Linux)
- Spring AOP for logging (Programming)
- Docker data container protection the pros and cons (Server)
- XenServer Virtual Machine Installation --- first ISO image file storage expansion (Linux)
- Ubuntu 14.04 How to install Cinnamon 2.4.5 (Linux)
- Docker in the development and practice of IFTTT (Server)
- Using Vagrant create cross-platform development environment (Linux)
- CentOS installation of the ftp (Linux)
- Unetbootin make use U disk loading Linux system (Linux)
- C ++ class implementation date operator overloading (Programming)
- Java concurrent programming combat (using synchronized synchronization method) (Programming)
- Teach you how to synchronize Microsoft OneDrive in Linux (Linux)
- MySQL appears data too long for column 'name' at row 1 to solve (Database)
- C ++ you can become a new scripting language (Programming)
- Oracle first Automated Installation Packages (Database)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.