Questions tagged [df]
78 questions
4
votes
2 answers
'df' command doesn't show file system requested in ubuntu 14.04
This strange behavior begins a few day ago. This is df of all file system
michele@OptiPlex-360:~$ df
File system 1K-blocchi Usati Disponib. Uso% Montato su
udev 1974808 8 1974800 1% /dev
tmpfs 397120 …
3
votes
1 answer
df -h displays /cow as one of the devices what does this mean?
In addition to the other storage devices on my laptop, running df -h displays /cow as one of the devices. What does this mean?

Beldar
- 31
3
votes
1 answer
Understanding the df command output
Below is an output of df command
# df /boot
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 122835 26732 89550 23% /boot
I cannot figure out how the "Available" column is calculated.
It doesn't equal:
…

vho
- 145
1
vote
1 answer
Understanding the Use% column of the df command output
Below is an output of df command
# df /boot
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda2 122835 26732 89550 23% /boot
It seems that
Used = 1K-blocks - Available - Reserved
where Reserved can be…

vho
- 145