Questions tagged [disk-volume]
The disk-volume tag has no summary.
136 questions
-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?
...
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
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
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), ...
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 &...
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?
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 ...
1
vote
0
answers
548
views
No Space Left On Device Error
I have an AWS EC2 instance provisioned with 2 EBS volumes (the root and an extra block volume).
I am hosting several docker applications behind and nginx reverse proxy on this server. I am getting a
...
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 ...
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 ...
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 ...
0
votes
1
answer
213
views
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 ...
1
vote
0
answers
94
views
So...an LSI SAS9211-8I, ARECA AR-1882IX-12 and some 12TB Hitachis walk into a bar
By the title of this I hope it's obvious that I'm trying to console myself with humor after the idiotic mistake I made last night.
And I'm hoping that someone out might be able to verify a few things ...
1
vote
1
answer
395
views
Simple way to dynamically increase volume size regularly
I have a pair of physical servers with 32TB of raw disk space each (4 * 8TB x 2) in a ZFS pool on Ubuntu. After formatting, I am currently at 86% used and my data volume is growing at a reasonably ...
0
votes
1
answer
253
views
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 ...