Skip to main content

All Questions

Tagged with
4 votes
1 answer
1k views

Not the same output format from `df` in different Linux distributions

In Ubuntu the output of this command df --exclude={tmpfs,devtmpfs,squashfs,overlay} | sed -e /^Filesystem/d | awk '{print $6 " " $1 " " $3 " " $4 " " $5}' is: /...
Piduna's user avatar
  • 153
0 votes
1 answer
148 views

Is there a way I can check which block of disk is really used?

I use df and du to check disk usage of centos,then I get different results from these tools. [root@localhost home]# df -Th Filesystem Type Size Used Avail Use% Mounted on /dev/mapper/...
Yvette Yu's user avatar
0 votes
1 answer
493 views

how to increase the space on docker in CentOS7?

How can I increase the space on this docker? I need to transfer 30G of images into this docker to do the image processing within the docker however seems I only have 2G available $ sudo docker pull ...
Mona Jalal's user avatar
1 vote
1 answer
2k views

Linux df command returns permission denied

Any ideas on how I can fix this, Im not sure it should return those results anyway... $ df df: `/var/named/chroot/etc/named': Permission denied df: `/var/named/chroot/var/named': Permission denied df:...
Jeffrey L. Roberts's user avatar
0 votes
0 answers
1k views

Why does the output of `lsblk` and `df -h` seem to conflict?

I'm trying to create a directory /mnt/data that will be mounted on to /dev/mapper/centos-home, since that's the biggest partition. The output of lsblk looks like this: NAME MAJ:MIN RM ...
Marcus Buffett's user avatar
2 votes
1 answer
239 views

df -h Size - User != Avail

When I run df -h I get the following Filesystem Size Used Avail Use% Mounted on /dev/sda3 809G 753G 14G 99% / But Size - Used is not even close to Avail (809-753 = 56 and ...
Noam's user avatar
  • 181
1 vote
1 answer
3k views

Can I hide BIND mount points from DF?

Is there a formal way to hide the mount points of BIND from df (in CentOS 6.4) ? It's ugly and distracting. Apparently people have been complaining about it for a decade but I cannot seem to google ...
ck_'s user avatar
  • 1,905