linux-disk-free Questions
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
5
Solved
I'm trying to output the amount of free disk space on the filesystem /example.
If I run the command df -k /example I can get good information about available disk space in kb but only by being hum...
Duteous asked 31/10, 2013 at 10:11
2
I am trying to configure Oracle XE but am facing the below issue:
root@venky-Lenovo-G510:~# /etc/init.d/oracle-xe-18c configure
/bin/df: unrecognized option '--direct'
Try '/bin/df --help' for m...
Briggs asked 2/12, 2018 at 12:25
2
I am trying to collect information on the amount of space left on different servers. So when I execute df -k i get output as:
Filesystem 1024-blocks Used Avail Capacity Mounted on
/dev/ad1s1f 125...
Zaneta asked 2/3, 2015 at 11:53
2
Solved
How to get df linux command output always in GB always?
ie. I want below 34MB to be displayed in GBs
Filesystem Size Used Avail Use% Mounted on
/ttt/pda1 21G 20G 34M 100% /
How can this b...
Mottled asked 6/6, 2013 at 12:25
4
Solved
1) I am in some directory
2) I want to find out how much free space is left there
Is there a simple command that does this? I don't want to look in fstab or whatever, having to map the devic...
Rampageous asked 26/1, 2009 at 9:58
1
© 2022 - 2024 — McMap. All rights reserved.