diskspace Questions

7

My ~/Library/Developer/CoreSimulator/Devices folder is 26 GB. Is it safe to just delete all the content? Will those files be automatically regenerated?
Anton asked 29/10, 2015 at 16:8

6

Solved

Do you know if there is a way to list the space usage of a git repository per branch ? (like df or du would) By "the space usage" for a branch I mean "the space used by the commits which are not y...
Gers asked 5/12, 2012 at 11:17

3

Solved

I was looking at my disk with DaisyDisk and I have a 30GB something called Docker.qcow2. More specifically, DaisyDisk puts it under ~/Library/Containers/com.docker.docker/Data/vms/0/Docker.qcow2. I...
Pestana asked 17/4, 2018 at 21:26

3

Solved

Basically I want the output of df -h, which includes both the free space and the total size of the volume. The solution needs to work on Windows, Linux, and Mac and be written in Go. I have looke...
Yusem asked 20/11, 2013 at 22:33

1

Solved

I want to learn about and manage the directory /var/log/journal/ in ubuntu 18.04 What data is logged to it and when? Is there any issue in deleting all files from that directory? Is there any way ...
Dolabriform asked 25/9, 2020 at 6:2

8

This error arrived all out of a sudden. ErrorException in D:\xampp\htdocs\pckg\vendor\laravel\framework\src\Illuminate\Filesystem\Filesystem.php line 81: file_put_contents(): Only 0 of 3520 bytes ...
Schaffner asked 26/8, 2015 at 5:8

3

I'm running some operations which constantly eat up my disk space. For this reason I want my computer to make a sound when disk space is running below 2GB. I know I can get an output listing the fr...
Chinaware asked 13/1, 2014 at 8:51

2

Solved

First of all I'm new to virtual environments and I don't come from a software background (also english is not my first language, so please spare mercy). I'm sure that conda environments are s...
Janycejanyte asked 16/6, 2020 at 9:33

1

One of my hosts runs on Mac OS Catalina, and it constantly runs out of disk space... I have scheduled tasks running there and every day it uploads files into /Users/labuser/myfolder and removes ol...
Tica asked 26/3, 2020 at 17:45

1

I use Hyper-V on Windows 2016 Server and the problem is with size of Linux Virtual Machine's VHDX files. They are growing up in light speed. For instance I have Linux Mint and In Disk Usage Utility...
Iives asked 28/2, 2020 at 8:17

2

Solved

I have a local computer on which there are multiple copies of the same GIT repository, each copy for the different user. So it may look like this: /home/userA/BigRepository /home/userB/BigReposito...
Bottomry asked 29/1, 2020 at 7:9

13

Given each of the inputs below, I'd like to get free space on that location. Something like long GetFreeSpace(string path) Inputs: c: c:\ c:\temp \\server \\server\C\storage
Yolanthe asked 8/9, 2009 at 12:24

4

Solved

I'm trying to start some very large Containers on Docker Toolbox (about 18 GB in total). Unfortunately, I always get the error that there is not enough disk space. I have a 1TB HDD and there are mo...
Hatshepsut asked 1/10, 2016 at 21:31

13

Solved

I have some files across several folders: /home/d/folder1/a.txt /home/d/folder1/b.txt /home/d/folder1/c.mov /home/d/folder2/a.txt /home/d/folder2/d.mov /home/d/folder2/folder3/f.txt How can I me...
Grosso asked 31/8, 2009 at 19:5

8

Solved

How can I find the amount of disk space that Elastic Search is using for my indexes? I'm currently running it locally and I'm trying to see how much disk space I will need on the VM that I'll be sp...
Compartment asked 2/4, 2015 at 16:26

4

Solved

I need to be sure that I have at least 1Gb of free disk space before start doing some work in my database. I'm looking for something like this: select pg_get_free_disk_space(); Is it possible? (...
Vulturine asked 22/4, 2015 at 18:46

2

Is it possible to write to free clusters on disk or read data from them using Windows APIs? I found Defrag API: https://learn.microsoft.com/en-gb/windows/desktop/FileIO/defragmenting-files FSCTL_G...
Kinsella asked 5/6, 2019 at 0:41

1

Solved

We have a kafka instance with about 50M records, with about 100k input per day, so nothing crazy in kafka-world. When we want to reprocess these records with one of our more complex stream apps (wi...
Culpepper asked 15/3, 2019 at 12:20

1

Solved

I have multiple Vue.js projects spread across my laptop's file system. I have searched and found a solution to the npm node_modules folder size problem with pnpm. After installing the projects depe...
Sortie asked 7/3, 2019 at 2:12

9

There are a lot of system images piling up on my disk in the android sdk folder. i hardly use the emulator. May be once in 6 months. Most of my development is directly on device. What i wanted to c...

1

Solved

I have a huge table in MySQL and am looking to make it smaller by optimizing the data. Now I was wondering if MySQL has features that allow me to calculate how many bytes I would save by deleting ...
Joseph asked 22/1, 2019 at 9:28

2

Solved

A disk on one of our servers was filling up. Analysis showed that most of the space was wasted in /tmp. The culprit was the 25,000+ files there that were taking up more than 3 gigs, all of them na...
Peterson asked 3/7, 2015 at 11:8

10

Solved

I am trying to figure out the available disk space on the Android phone running my application. Is there a way to do this programmatically? Thanks,
Chopper asked 18/8, 2011 at 22:41

3

Solved

Is there a way to find out how much space is consumed in HDFS? I used hdfs dfs -df but it seems to be not relevant cause after deleting huge amount of data with hdfs dfs -rm -r -skipTrash th...
Hygroscope asked 7/8, 2015 at 7:39

2

Solved

I have implemented the following code: Download a zip file using RNFS.downloadFile() Unzip the file using ZipArchive.unzip() Delete the zip file using RNFS.unlink() I can send info from the ser...
Ulpian asked 23/1, 2017 at 4:24

© 2022 - 2024 — McMap. All rights reserved.