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
-2
votes
1 answer

Is there a way to see the amount of available disk space in php?

Can I get the available disk space in php? Or can I somehow simply try to create a huge file (widthout it taking too much time to create) and see if it fits?
Søren Beck Jensen
  • 1,676
  • 1
  • 12
  • 22
-2
votes
1 answer

VirtualBox Disk space Expansion

How to increase the disk space in Oracle VM Virtalbox ?I want to allocate 80 GB .Can anyone help me?
-2
votes
1 answer

How can I get unlabeled volume drive total size by C#?

I'm using C# to investigate windows drives. How can I get the size of volume with RAW Partition?
user436862
  • 867
  • 2
  • 15
  • 32
-2
votes
1 answer

Send alert for 80% threshold comparing two values from Disk partition

Need send a alert comparing two values of disk space for all partition It should check for SIZE and USED values and compare values makesure not more than 80% Filesystem Size Used Avail Mounted /dev/sda1 9,9G 3,3G …
Ram
  • 1
  • 4
-2
votes
1 answer

Error 800A0401 while running VB script?

I want to check disk space of another windows remote server from my windows server. While googling for it, I found the following code here (add Reference: System.Management dll): using System.Management; private void CalculateFreeUsed(string…
rocko
  • 177
  • 3
  • 9
-2
votes
4 answers

How can in install VS 2008 without using ~6.5GB of space on my C drive?

I am trying to run the VS 2008 SP1 installer, but it says that I need 6,366MB of available space, and my C drive currently only has 2,452MB available. Is there any good way to install that doesn't require so much free space? I have also tried…
travis
  • 35,751
  • 21
  • 71
  • 94
-3
votes
1 answer

How to alter a table in large mysql DataBase

I have very large mysql DB(more than 100 G) and I want to migrate some changes in table. It need to posing that I have no space to make backup for this size, as results, it rolls back all changes. In clear way, when I want to alter table in mysql,…
JBidad
  • 1
  • 3
-3
votes
1 answer

Is possible to get drive free space in .NET Standard?

I have a 3 projects: 1 - .NET Core app 2 - .NET Framework app 3 - .NET Standard library where is common code for both first and second app projects. ...I want to check my drive free space in .NET Standard library to perform other following…
-3
votes
1 answer

Python script - file operations

I am trying to fetch the free disk space details of each drive using Python Scripts and storing the values in a variable 'p'. p=(disk_usage('C:/')) f=open('C:\\Python27\\solr.log','a') f.write("Solr "+p) I would like to place the results…
-3
votes
1 answer

Java server on linux

hey my main objective is to run a server on my linux system to which about 10 linux systems will be connected. So my motive is to program the server(in java) in order to find disk capacity of any desired system connected to the server. Is this…
Somye
  • 87
  • 5
  • 11
-4
votes
1 answer

How can I find the free space available on mounted points?

I have raised this question previously but none of the solutions work on the mounted points. Neither du nor df work on the mounted points. Is there a way to find it out?
Ram
  • 3,034
  • 11
  • 38
  • 46
-4
votes
2 answers

Add Disk space to C with batch Script

is it possible to add (Free)Diskspace to C: with a batch script?
Nirispa
  • 53
  • 1
  • 1
  • 8
-4
votes
1 answer

Command df -h gives 100% disk usage even when disk is not full

I am running df -h command on centos machine. It gives 100% memory used even when the disk has more than half space is empty. Here is the output of df -h: Filesystem Size Used Avail Use% Mounted…
rs_
  • 115
  • 18
-5
votes
2 answers

I am using GetDiskFreeSpaceExW

I am using if( !GetDiskFreeSpaceEx( lpDirectoryName, // directory name &m_uliFreeBytesAvailable, // bytes available to caller &m_uliTotalNumberOfBytes, // bytes on disk …
Divya
  • 65
  • 1
  • 7
1 2 3
49
50