Questions tagged [disk-volume]
135 questions
0
votes
0 answers
How can I use an external ExFat drive as localhost web server storage on OSX?
I'm using an external ExFat harddrive mounted at /Volumes/Samsung and have working symlinks connecting my localhost web server: ln -s /Volumes/Samsung/recordings ~/Developer/example/files/recordings
I can verify readability with python3 and php…

E.A.T
- 101
- 2
0
votes
1 answer
How to view the used space of a volume in OpenStack
In OpenStack, is there a way to view the used space of a volume? In another words, what is the equivalent of the virt-df --human command in OpenStack api?

Bani
- 19
- 6
0
votes
1 answer
How can I move kubernetes ephemeral storage to a different disk?
I'm trying to run dynamic 'cloud' Teamcity Agents containers on an in-house server under K3s, prior to moving to a 'real' k18s installation, but my agents need 21G of ephemeral storage and kubernetes gets upset if I configure them to need more than…

Tim Baverstock
- 103
- 4
0
votes
0 answers
Do spanned volumes always take up part of the main hard drive(The one with windows installed)
I have set up a spanned volume that consisted of 2 physical hard drives yet part of it is on my main hard drive(the one with windows installed) is that normal behaviour? The volume I'm referring to is K:Data. Notice how it takes up 1mb of disk 0…

Teererai Marange
- 115
- 3
0
votes
0 answers
Using ZFS, volume size increase are not seen by LXD container
I'm trying to use LXD to test Ansible deployments, but the container are too small.
I read the documentation from linuxcontainers.org here, and I still cannot increase the size on the root disk of my LXD container :
I'm running these versions…

Jean
- 123
- 8
0
votes
0 answers
Can't Export a guest VM using a Volume ID as path in Powershell while it works with the GUI
For some reasons I won't debate here, I would like to be able to export VMs (on a Win 2019 hyper-v host) to "hidden" volumes (with no drive letter attached). While this works from the hyper-v GUI, I can't manage to make it work from PowerShell.…

Manu
- 1
0
votes
2 answers
How to resize partition to maximum size on Debian 8?
My question is how to resize partition on Debian 8 without losing any data?
I have 90 GB partition but my disk has 150 GB space on VPS server, so 50 GB is free and I want to add this 50 GB without losing any data, this is how it presents:
I've…

Piotror
- 13
- 1
- 3
0
votes
1 answer
Is Cloud Best Practice To Still Have Multiple Disks (Volumes) For a Server?
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…

P Burke
- 183
- 3
- 12
0
votes
1 answer
Find Windows VolumeId from FilePath
Problem
I want to find the VolumeId that my file is on using the file path.
The Best Solution That I Can Think Of
The best way that I can think of accomplishing this is to query out via WMI/CIM all of the disk partition access paths for all of the…

SQLing4ever
- 171
- 1
- 2
0
votes
0 answers
How do I recover a broken logical volume group?
I created a logical volume group for my xen VMs on a separate drive. I had them working perfectly.
Then I accidentally unplugged the USB cable hosting my vg0. Now my VMs drives cannot be detected.
I can see them.
root@bradNewInspiron15:/etc/xen#…

brad
- 123
- 5
0
votes
1 answer
How to mount a mke2fs image file as a volume in kubernetes?
I am new to k8s, but have been exploring persistent volumes, and the ability to actually limit capacity is only in alpha stage, and needs to be manually enabled to work per:…

R. StackUser
- 101
- 1
0
votes
1 answer
Is it possible to join 2 disks together for daily increased files saving?
Now on my server, we have 20GB disk size. We use it for daily backup with this path: /var/lib/backup. Filesystem is on /vda.
But it's small. It will be used out in future soon. So we added another volume(disk) to this instance. It like:
sudo lsblk…

rawmain
- 291
- 1
- 7
- 17
0
votes
1 answer
CentOS volume group out of disk space
I am very inexperienced in Linux server administration and I got suck... I have a VM running under CentOS centos-release-7-6.1810.2.el7.centos.x86_64. On this VM I am running a test installation of an ActiveMQ-InfluxDB-Grafana stack.
Now my system…

WolfiG
- 133
- 6
-1
votes
1 answer
Unable to create volume group
Im trying to create a volume but get the below error.
p@prem-ubuntu:~$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 7.6G 4.0K 7.6G 1% /dev
tmpfs 1.6G 1.2M 1.6G 1% /run
/dev/sda1 …

user1050619
- 119
- 1
- 6
-1
votes
1 answer
Space of logical volume doesn't match space of filesystem
I have a server running CentOS 6.4.
After installation, I had two logical volumes, /dev/VolGroup/lv_home and /dev/VolGroup/lv_root. I then deleted the lv_home and added the free space to lv_root.
So now if I run lvdisplay I get:
--- Logical volume…

Thomas Leu
- 101
- 2