diskspace Questions

4

Solved

I need to determine the available space on the drive where my database lives. I know about the xp_fixeddrives procedure but how do I get the info for the specific drive where my database resides?
Humorist asked 11/2, 2010 at 8:27

10

I have deployed Jenkins in my CentOS machine, Jenkins was working well for 3 days, but yesterday there was a Disk space is too low. Only 1.019GB left. problem. How can I solve this problem, it ma...
Mimi asked 26/4, 2012 at 1:13

16

Solved

I have setup docker and I have used completely different block device to store docker's system data: [root@blink1 /]# cat /etc/sysconfig/docker # /etc/sysconfig/docker other_args="-H tcp://0.0.0....
Peshitta asked 9/1, 2015 at 3:54

4

Solved

I ran into some issues with my EC2 micro instance and had to terminate it and create a new one in its place. But it seems even though the old instance is no longer visible in the list, it is still ...
Containment asked 2/10, 2015 at 11:19

4

Solved

How to get the CPU, RAM and Disk drive usage of the system in C# code?
Grissel asked 10/8, 2009 at 4:52

14

Solved

I want to get the size of free memory on internal/external storage of my device programmatically. I'm using this piece of code : StatFs stat = new StatFs(Environment.getExternalStorageDirectory()....
Haldis asked 15/11, 2011 at 8:28

6

Solved

I have more than 50 databases hosted in my postgresql server. I need to move some of them on another host, to free-up some disk space,but how can I measure the disk-space used by each database on m...
Estuarine asked 15/1, 2013 at 20:33

11

Solved

(Post created on Oct 05 '16) I noticed that every time I run an image and delete it, my system doesn't return to the original amount of available space. The lifecycle I'm applying to my containers ...
Erhard asked 5/10, 2016 at 16:8

8

Solved

How can I get a du-ish analysis using PowerShell? I'd like to periodically check the size of directories on my disk. The following gives me the size of each file in the current directory: foreac...
Emergent asked 15/5, 2009 at 12:0

5

Solved

Eclipse's .metadata/.plugins seems to consume way too much space (235 MB), is there something I can safely throw away and still be happy? I archive my source root, and this seems to take away all ...
Eulogize asked 16/12, 2011 at 20:38

19

Solved

I'm looking for a better way to detect available/free disk space on the iPhone/iPad device programmatically. Currently I'm using the NSFileManager to detect the disk space. Following is the snippet...
Crucifer asked 19/4, 2011 at 6:38

3

Solved

We use Bamboo CI. There are multiple bamboo local agents and parallel builds across many plans. The build-dir in bamboo-home is many hundreds of gigabytes, and analysis shows that it just continual...
Sirois asked 16/2, 2016 at 23:20

4

Solved

I am trying to get free sdcard space with adb command, but I could not able to achieve. Any suggestions how to get the sdcard space.
Pyre asked 8/4, 2014 at 20:39

11

Solved

What is the best way to get diskspace information with ruby. I would prefer a pure ruby solution. If not possible (even with additional gems), it could also use any command available in a standard ...
Retrad asked 22/12, 2010 at 11:27

5

Solved

I am getting these errors on my site, yet i haven't changed any code or anything, so I don't why this is happening. Warning: Unknown(): write failed: No space left on device (28) in Unknown on lin...
Drus asked 23/3, 2011 at 22:27

12

I need a way to determine the space remaining on a disk volume using python on linux, Windows and OS X. I'm currently parsing the output of the various system calls (df, dir) to accomplish this - i...
Siqueiros asked 9/9, 2008 at 11:36

4

Solved

I am using visual studio 2012 with Microsoft TFS 2012. On the workspace that is created on my c: drive, a hidden folder $tf is created. I suspect TFS from creating this folder. It's lurking disksp...
Jarodjarosite asked 23/5, 2014 at 9:1

10

Solved

I am trying to find a way to determine the total and available disk space in an arbitrary folder from a .NET app. By "total disk space" and "available disk space" in a folder I refer to the total a...
Hageman asked 25/11, 2009 at 21:13

12

Solved

I'm using Python 2.6 on Linux. What is the fastest way: to determine which partition contains a given directory or file? For example, suppose that /dev/sda2 is mounted on /home, and /dev/mapper/...
Nullification asked 23/11, 2010 at 19:42

9

Solved

I am running a container on a VM. My container is writing logs by default to /var/lib/docker/containers/CONTAINER_ID/CONTAINER_ID-json.log file until the disk is full. Currently, I have to delete...
Hoyle asked 5/8, 2015 at 10:16

3

Due to increasing space consumption of WSL I was forced to move my WSL distros to another disk. Ubuntu docker-desktop docker-desktop-data I used these commands. wsl --shutdown wsl --export (on al...
Serapis asked 2/10, 2020 at 8:44

8

Solved

I am having a problem reconciling the space available on my EBS volume. According to the AWS console the volume is 50GB and is attached to an instance. If I ssh to this instance and do a df -h, I ...
Saturn asked 14/10, 2010 at 12:20

12

Solved

I would like to monitor the following system information in Java: Current CPU usage** (percent) Available memory* (free/total) Available disk space (free/total) *Note that I mean overall memory ...
Genital asked 6/9, 2008 at 1:44

2

Solved

Purpose: Save a program that writes data to disk from vain attempts of writing to a full filesystem; Save bandwidth (don't download if nowhere to store); Save user's and programmer's time and nerv...
Garlic asked 2/8, 2021 at 10:24

3

Solved

I am fairly new with AWS(just have a free AWS EC2 instance to test out AWS stuff) so the question might sound silly. Today I got a mail that my Amazon Elastic Block Storeage has reached 85% usage ...
Almallah asked 1/6, 2018 at 13:21

© 2022 - 2024 — McMap. All rights reserved.