Questions tagged [diskspace]

Issues relating to availability of disk space.

Questions using this tag are expected to be related to handling disk space issues, regardless of language and system.

749 questions
-1
votes
2 answers

IF statement batch script

I am trying to write a small batch script which will get the free space and then write to a report (.txt) whether or not that disk needs to be cleaned down if it is over 80% full. I have never used batch for scripting so i'm using this as a little…
user2099445
  • 103
  • 7
-1
votes
1 answer

mongoDB is taking too much space on disk

I inserted 1.500.000 documents with following body: { "_id" : 712613, "cn" : " Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown…
Pars
  • 4,932
  • 10
  • 50
  • 88
-1
votes
1 answer

Calculate Free Disk Space On Ipad / Iphone Using Unity (C#)

I have been looking through a lot of different place to find a way to check how much space a user has on his device. I am developing a game with Unity (C#) for Ipad and I would like to check how much space is available before writing my save game.…
laurelhach
  • 1
  • 1
  • 1
-1
votes
1 answer

Size vs Size On Disk

I read about the byte vs cluster theory, but I don't think it can apply in my case; Doesn't seem to have to do with "a bunch of small files"; . ├── [ 11K] 2ndVisit_Checklist.xlsx ├── [ 35K] 2ndVisit FTS_Timetable.xlsx ├── [ 34K] …
RobinJ
  • 5,022
  • 7
  • 32
  • 61
-2
votes
1 answer

ecryptfs size different from home directory size

I'm puzzled. My harddisk is full and most of the space is used by .eryptfs/$MYUSERNAME (810.4 GB). Strangly, my home directory /home/MYUSERNAME (22.2GB) consumes significantly less diskspace. Any idea what is wrong or where to look for the "missing"…
Durin
  • 687
  • 1
  • 8
  • 18
-2
votes
0 answers

not enough disk space in parrot-os 5.3

error image I've tried remounting my USB flash drive and tried with two different USB flash drives but no use this issue caused for parrot-os 5.3 I have tried architect version also but it had the same issue so please any one help with the issue
Aswin S
  • 1
  • 1
-2
votes
1 answer

PG_WAL is very big size

I have a Postgres cluster with 3 nodes: ETCD+Patroni+Postgres13. Now there was a problem of constantly growing pg_wal folder. It now contains 5127 files. After searching the internet, I found an article advising you to pay attention to the following…
Alex1__1
  • 17
  • 6
-2
votes
1 answer

How to use free space in linux?

The computer has 2 systems installed: linux and windows and 1 ssd disk. At some point linux started to run out of memory. So I created free space by separating it from the main partition (where windows was installed, with Aomei Partition Assistant),…
-2
votes
1 answer

Disk space not decrease after delete cassandra data

About 2 weeks ago I deleted about 700GB of cassandra data. But until now the disk space is still not free. I know that with gc_grace_second and default_time_to_live when expired will delete data. And nodetool compactionstats still has pending…
estau
  • 1
  • 1
-2
votes
1 answer

root user has no enough space issue in ubuntu

I am currently using ubuntu 20.04 and facing issue root user has no enough space, As shown in above image /dev/nvme0n1p8 has 27 GB items, How can I see those items in my disk and can remove them so that I can have enough space ?
Bishnu Bhattarai
  • 2,800
  • 8
  • 36
  • 44
-2
votes
2 answers

Find how big a work directory can get during execution- linux

I have a cron job and this cron job is doing something with lots of data and then delete all the temp files it creates. during the execution, I get 'ERROR: Insufficient space in file WORK.AIB_CUSTOMER_DATA.DATA.' the current work directory has 50G…
M-E
  • 168
  • 4
  • 19
-2
votes
3 answers

How to find disk usage per-user in Linux?

Given a directory d and a list of users, I want to find disk space used by each user in directory d.I cannot install any utility as it's a production environment so need a result using standard LINUX command(s)
Ansh
  • 2,366
  • 3
  • 31
  • 51
-2
votes
1 answer

Get mounted disk space on Temp in Linux machine

I am new to perl world. I written one perl script for calculating free disk space. But whenever output generates, it gives me different number than what actually shows using df -h command. So my requirement is i want to show specific mounted free…
-2
votes
1 answer

Reducing the impact on diskspace when loading new software on a dev machine.

TL;DR noob wants to setup dev machine/workspace on old hardware using windows 10 and load up 5+ software programs with similar file size and disk impact as Visual Studios. Wants reduce the impact these programs have on his already resource scarce…
-2
votes
1 answer

How big is an HDFS block?

I know its 64 MB, but what does MB mean here. Is it 64 * 1000000 or 64 * 1024 * 1024? I need to know the exact value. I tried to google this but couldn't find any satisfying answer.
pythonic
  • 20,589
  • 43
  • 136
  • 219
1 2 3
49
50