Questions tagged [disk-volume]
The disk-volume tag has no summary.
136 questions
1
vote
3
answers
547
views
Expand primary partition with additional Volume on OVH instance with Linux Ubuntu
I'm trying to setup a VPS on OVH. I've chosen the smallest public cloud general purpose instance and installed Ubuntu 22.04. Here are the system specifications:
8 GB RAM 2 vCore (2.3 GHz) 50 GB NVMe ...
-1
votes
1
answer
128
views
Write log files to different partition on same disk or different physical disk? [duplicate]
On a linux server dedicated to running one application that processes financial transaction input data files that arrive every minute using sftp, what is the recommendation for writing out log files?
...
4
votes
2
answers
3k
views
Why Extend Volume is Grayed Out in Server 2016?
I can't expand my Simple Volume Disk0 for C:\ Volume.
This is Server 2016 Virtual Machine, Unallocated space of 300GB was added to the VM Disk, as you can see in the screenshot. I haven't the option &...
16
votes
5
answers
41k
views
Download EBS volume or snapshot to file
Is there any way to dump/save EBS volume/snapshot to file or mount it to local Linux file-system?
I found only this old thread and this script which intends to save it via S3 and doesn't seem very ...
30
votes
3
answers
107k
views
How to mount volume with specific UID in Kubernetes Pod?
So, I'm trying to get Nexus running based off of this image in Kubernetes, but it's failing with:
mkdir: cannot create directory '../sonatype-work/nexus3/log': Permission denied
mkdir: cannot create ...
0
votes
1
answer
311
views
Server 2022 Expand C:
I have a server running Server 2022. It has 2 Disks running in a raid configuration, copying everything from one disk to another (2TB per disk, 2TB total storage). I added 2 more disks(2TB ea), ...
2
votes
2
answers
5k
views
AWS EC2 /dev/nvme1n1 mounted without partition table
I have an EC2 server on nitro system (c6g.2xl) where I have attached a 2nd volume. This is a web hosting environment and the disk is regularly increased in size.
For some reason I accidentally mounted ...
12
votes
8
answers
86k
views
Vgextend : "device excluded by a filter"
I am at a new internship and I am asked to extend a volume group, seemed fine :
vgextend [my_group] /dev/sdb
But now I get an error message telling me :
Device /dev/sdb excluded by a filter`
...
2
votes
1
answer
3k
views
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 ...
6
votes
3
answers
17k
views
How to resize a volume in an instance on OpenStack?
check using volume from list
openstack volume list
set status to available to a volume
openstack volume set --state available [volume id]
resize the volume
openstack volume set --size 40 [volume id]...
0
votes
1
answer
2k
views
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 <domain> --human command in OpenStack api?
1
vote
1
answer
182
views
failed to get disk format of disk /dev/nvme1n1: exit status 127
What happened?
I had an old AWS EKS kubernetes cluster, running 1.21, so i decided to upgrade it.
While upgrading to 1.23 if not mistaken i was prompted that i need to install the AWS EBS CSI driver, ...
0
votes
2
answers
16k
views
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 ...
4
votes
2
answers
6k
views
Is VPS Disk Encryption pointless?
It's relatively straight-forward to create an encrypted storage volume (e.g. Like so: https://www.digitalocean.com/community/tutorials/how-to-create-an-encrypted-file-system-on-a-digitalocean-block-...
3
votes
1
answer
3k
views
Change Docker Volume storage location
Since nearly the beginning, I have used mount binds for persistent data with docker, as the official way of backing up a docker volume is to give it to another container to save it in a tar...
Just ...