Articles

Ubuntu – Used vboxmanage modifyhd –resize, actual size did not change

In continuation to Failure to resize a virtualbox volumeI used the following commands in order to increase the space available in my virtual machine (Ubuntu): VBoxManage.exe clonehd “c:usersa_bVirtualBox VMsMyBox_default_1510839571239_2193Box1.vmdk” “C:Usersa_bVirtualBox VMsMyBox_default_1510839571239_2193clone.vdi” –format vdiVBoxManage.exe modifyhd “c:usersa_bVirtualBox VMsMyBox_default_1510839571239_2193clone.vdi” –resize 102400VBoxManage.exe clonehd “c:usersa_bVirtualBox VMsMyBox_default_1510839571239_2193clone.vdi” “C:Usersa_bVirtualBox VMsMyBox_default_1510839571239_2193Box2.vmdk” –format vmdk No errors were outputted in the process.However, neither the size

Ubuntu – Used vboxmanage modifyhd –resize, actual size did not change Read More »

Ubuntu – Where is the Linux Subsystem’s filesystem located in Windows 10?

It’s pretty clear that Windows’ 10 “host” filesystem is mounted at /mnt/c/ from “Linux” perspective of view. But is it possible to get an access to “Linux” filesystem from Windows? If so, where it is? Solution: The single root file system was located here until Windows 10 Fall Creators update (released in Oct. 2017): %LOCALAPPDATA%Lxssrootfs

Ubuntu – Where is the Linux Subsystem’s filesystem located in Windows 10? Read More »

Understanding top command in unix

When I run top -c command on my UNIX box I get the output below: top – 03:09:34 up 5 days,  6:14,  1 user,  load average: 0.00, 0.00, 0.00Tasks: 175 total,   1 running, 174 sleeping,   0 stopped,   0 zombieCpu(s):  0.2%us,  0.0%sy,  1.0%ni, 98.3%id,  0.2%wa,  0.0%hi,  0.0%si,  0.3%stMem:   8089600k total,  7953908k used,   135692k free,   271956k buffersSwap:

Understanding top command in unix Read More »

Scroll to Top