Skip to main content

All Questions

Tagged with
1 vote
1 answer
177 views

2T file system full! du says only 70G consumed. Where is the rest?

When I run df / I get Filesystem Size Used Avail Use% Mounted on /dev/mapper/ubuntu--vg-ubuntu--lv 2.0T 1.9T 0 100% / When I run sudo ncdu -x / I get Total disk usage: ...
vijayvithal's user avatar
0 votes
1 answer
235 views

Why are df and du command show inconsistent results?

When I run df -h it shows that 95% has been used in /data4 and I am the only user under /data4. Filesystem Size Used Avail Use% Mounted on overlay 591G 455G 136G 78% / tmpfs ...
martin's user avatar
  • 145
0 votes
1 answer
2k views

Find mounted hard drives on ubuntu

I recently got a new dedicated server and I'm trying to mount all the drives it contains. $ sudo lsblk -o NAME,FSTYPE,SIZE,MOUNTPOINT,LABEL NAME FSTYPE SIZE MOUNTPOINT LABEL ...
nmpg's user avatar
  • 101
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
80 views

System check : lsscsi Vs df

Runnning lssci I get 3 disks infos : $ lsscsi [0:0:0:0] disk ATA Samsung SSD 850 EMT0 /dev/sda [2:0:0:0] disk ATA VB0250EAVER HPG0 /dev/sdb [3:0:0:0] disk ATA ...
Romain Jouin's user avatar
0 votes
1 answer
440 views

Disk usage increasing on its own

I am using ubuntu 13.10. I checked disk usage using df. Following was the result df --block-size=1 /dev/sda1 Filesystem 1B-blocks Used Available Use% Mounted on /dev/sda1 ...
tik's user avatar
  • 1