I need to create a "dynamically allocated" hard disk file on virtual box but on creation dialog there is no option to it, there is only "Pre-allocated Full size" and "Split into 2GB parts" options on dialog as image below:
VirtualBox disk creation…
Every so often one or other of our servers will announce that it's at 90% disk capacity, and we go to run some variant of 'du' on it, to drill down and find what's so big or what's growing quickly, and of course that takes more and more time on…
KVM Host Environment:-
# cat /etc/issue
Welcome to openSUSE 13.2 "Harlequin" - Kernel \r (\l).
# /usr/bin/qemu-system-x86_64 --version
QEMU emulator version 2.1.3
With the below commands i have resized the VM host
virsh destroy vm1
qemu-img resize…
I have a problem! My server (Centos OS WHM) is out of space. Browse directories and naturally the biggest directory is /home/userfolder/.
Using the du -sch * command, I can check the size 99GB.
[home]# du -sch *
99G userfolder
36K …
My server has a 130 GB Volume attached.
To check the free disk psace, I run df -h -x tmpfs -x squashfs | grep -v /run/shared and I get :
Filesystem Size Used Avail Use% Mounted on
udev 965M 0 965M 0% /dev
/dev/xvda1 128G…
In the old days of physical servers, it was considered good practice (at least at the places I have worked at) for a server to always have at least two disks (volumes) no matter how simple an application was being hosted.
One disk for the Operating…
I have a CentOS 7 VPS with 40GB of SSD space, I recently upgraded it to 80GB. How do extend the / partition? I don't want to reinstall Centos 7 and the Centos Web Panel as it was suggested to me that I do. I only want to extend the disk size.
Here…
Disk capacity is at 105GB, but the root directory (/dev/sda3) capacity is only 39GB, I want to increase the capacity. How can we do this? By the way, the OS is Oracle Linux Server 7.9.
$ df -h
Filesystem Size Used Avail Use% Mounted…
Currently stuck trying to partition disk.
Getting some errors I don't understand. Might be in over my head. My question is at bottom.
The disk has been resized using GCP/Compute Engine Disk manager. from 80 to 200
While trying to partition the space…
We have (more than) a linux server on AWS that use a network file system, in our case AWS EFS, mounted on /logs directory.
It happens sometimes that:
the machine is rebooted
for any reason the network file system is not mounted, so all process…
So I have a need to expand a partition (/tmp) on a system and not understanding exactly how to proceed with this (I did not initially set the partitions up).
The following commands show:
fdisk -l
Disk /dev/sda: 4798.6 GB, 4798552211456 bytes,…
I had a situation with a server misconfig. Nginx was unable to write its logs due to invalid file permissions and checking with free the buffers/caches were at about 3.2GB (out of 4GB Memory).
Nginx master process was able to write logs - but the…
I upgraded my disk size from 30G to 2048G. Now I need to resize it from OS and am following this article. https://docs.microsoft.com/en-us/azure/virtual-machines/linux/expand-disks
The problem is when I try to unmount the partition I get…
I've been working on my server all day, doing various things. I know, unquestioningly (found the evidence by scrolling up in one of my terminal sessions) that I had about 900GB of space 4 hours ago. It's been about that the last few days.
Now,…
I have searched serverfault, SO and other sites but could not find a clear answer. I have done some reading on the basics of Linux storage and filesystems, but I'm still unclear about how to solve my problem.
My aim is to do a simple assessment of…