|
AdvancedComputing / VMware
Expanding the virtual disk, Linux guest OSExpanding the virtual disk is the same regardless of the guest OS. How to make the extra space usable is dependent on guest OS. The easy part, expanding the virtual disk: vmware-vdiskmanager -x 32GB ScientificLinux45.vmdk where you replace "32GB" with your desired new total disk size, and "ScientificLinux45.vmdk" with the name of your virtual disk's main file. Now, in your Linux guest OS, you run Next, you need to format the new partition. I chose to use the ext3 file system, and gave it the label "HOME" (because I intended to mount it as mkfs.ext3 -j -L HOME /dev/sda3 I already had a /dev/sda3 /home ext3 defaults 1 2 I mounted the directory ( The new /home automounted on boot-up as expected and my user login worked (i.e. the |
|
|
|
|
|
loaded 2010-09-07 07:01:02 • last modified 2009-03-10 17:19:35
Privacy Policy • Disclaimer • awcfamily.com is powered by PmWiki v.2001944 • • all content (unless noted otherwise) © 2010 A W Colley • this website and its contents are licensed under the Creative Commons Attribution-NonCommercial-NoDerivs 2.5 License |
|