Skip to main content

Questions tagged [df]

df is a standard Unix computer program used to display the amount of available disk space for filesystems

0 votes
1 answer
54 views

Debian df - What are my partitions

I have a debian server hosted by Kimsufi. It has 2TB of HDD storage. When I run df -h on my server I get this output: Filesystem Size Used Avail Use% Mounted on /dev/root 20G 1.3G 17G ...
Vogon Jeltz's user avatar
0 votes
2 answers
1k views

du and df on Mac give different results

I'm trying to figure out where my HD space is going. df tells me this: bash-3.2$ df -h / Filesystem Size Used Avail Capacity iused ifree %iused Mounted on /dev/disk1 148Gi 137Gi 11Gi ...
Ronald S. Bultje's user avatar
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
1 vote
1 answer
185 views

How much disk space do I have?

I'm trying to find out how much disk space a system has, but df does not show the / filesystem : # df Filesystem 1K-blocks Used Available Use% Mounted on ...
mshani's user avatar
  • 41
9 votes
2 answers
13k views

why df vs lsblk command have different results?

so this is the situation: I had this hardDrive of 500GB, on my server and tried to upgrade it to a 2T HardDrive, after the upgrade result of lsblk has changed while df still returns same results. ...
nafas's user avatar
  • 519
15 votes
1 answer
19k views

Why might a partition show up in `mount` but not `df`?

If I compare this $> sudo mount | grep sdb /dev/sdb1 on /windows type fuseblk (rw,nosuid,nodev,allow_other,default_permissions,blksize=4096) /dev/sdb2 on /store type ext4 (rw) with this $> ...
spraff's user avatar
  • 2,228
4 votes
4 answers
5k views

Find availble disk space in unix without parsing `df` output

When I type df -k ., I get the following output Filesystem 1K-blocks Used Available Use% Mounted on /dev/sda2 16512936 8650196 7023932 56% / What I do is tail the last line and ...
Niraj Nandane's user avatar
-1 votes
1 answer
2k views

Is there something wrong with my disk partition?

# fdisk -l Device Boot Start End Blocks Id System /dev/sda1 * 2048 499711 248832 83 Linux /dev/sda2 501758 41940991 20719617 5 Extended ...
Bob's user avatar
  • 1
0 votes
2 answers
242 views

Where is my diskspace?

Recently my disk space reached the 98% mark, and I tried to discover the reason for this. My system consists of two disks: a ssd /dev/sda and a storage hdd /dev/sdb. My Linux is installed on /dev/...
dustin.b's user avatar
  • 101
1 vote
4 answers
11k views

df -l is showing 100% full but the file was removed

I got an alert that a local disk was full; dm@fooserv:/local/data/plog $ df -l Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/rootvg-datavol ...
capser's user avatar
  • 129
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
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
1 vote
1 answer
1k views

Linux Server out of Disk Space

When I run some commands I get 'out of space' messages. I looked around the Internet for ways to diagnose the issue. I ran df: adam@nas:/$ df Filesystem 1K-blocks Used Available Use%...
Adam S-Price's user avatar
1 vote
1 answer
3k views

Confused about df and lsblk commands showing different information?

$ lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT xvda1 202:1 0 20G 0 disk / xvda3 202:3 0 896M 0 disk [SWAP] $ df -h Filesystem Size Used Avail Use% Mounted on /dev/xvda1 7.9G ...
Cory's user avatar
  • 11
1 vote
3 answers
5k views

Get hard disk size without df

How to check a vendor's statement about a hard disk size? df shows results partition oriented (including tmpfs), one has to execute it and count label oriented. How to get in a single command or cat /...
Rodrigo Gurgel's user avatar

15 30 50 per page