Need a help in printing the Available memory in bytes for logical drive below.
When I try printing column Available for /dev/mapper/VolGroup00-LogVol00, It is displaying Available 26%, where I need Available 28012413kB
Filesystem 1kB-blocks Used Available Use% Mounted on
/dev/mapper/VolGroup00-LogVol00
39426261kB 9378776kB 28012413kB 26% /
/dev/sda1 103513kB 20322kB 77847kB 21% /boot
tmpfs 525345kB 0kB 525345kB 0% /dev/shm
# df -B KB | awk '{print $4}'
Available
26%
77847kB
525345kB