Re: df to get total disk usage on all filesystems?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



On Wed, Aug 13, 2008 at 8:56 PM, Lunix1618 <lunix1618@xxxxxxxxx> wrote:
>
> Hi,
>
> This is work well on my laptop that running Fedora 9 with no LVM but on CentOS 5.2 with LVM it cann't calculate the LVM volume, below is output of my system :
>
> [root@centos-svr ~]# df -kPl
> Filesystem         1024-blocks      Used Available Capacity Mounted on
> /dev/mapper/VolGroup00-LogVol00 274405432  18584656 241656808       8% /
> /dev/sda2               101105     19096     76788      20% /boot
> tmpfs                  1682508         0   1682508       0% /dev/shm
>
> and with the command of Stephen :
> [root@centos-svr ~]# df -Pkl | awk '/^\/dev\// { avail += $3/1024 } END { printf("%d Mb used\n",avail)} '
> 18173 Mb used
>

Well, I get 18167, but that's not too far off.

mhr
_______________________________________________
CentOS mailing list
CentOS@xxxxxxxxxx
http://lists.centos.org/mailman/listinfo/centos

[Index of Archives]     [CentOS]     [CentOS Announce]     [CentOS Development]     [CentOS ARM Devel]     [CentOS Docs]     [CentOS Virtualization]     [Carrier Grade Linux]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Linux USB]
  Powered by Linux