Hello all
I'm pretty happy with my newly arrived Pi. Could you please tell me how to check the free space on my SD card? Also, is it possible to check the system status via web UI?
Code: Select all
df
If you have the GUI running then the file-manager shows used / total space.uniway wrote:Hello all
I'm pretty happy with my newly arrived Pi. Could you please tell me how to check the free space on my SD card? Also, is it possible to check the system status via web UI?
Why yes...new_user wrote:Hello all
I'm pretty happy with my newly arrived Pi. Could you please tell me several different ways to check the free space on my SD card?, and begin a typical neo_Linux_Geek wanger-measuring competition about it, then moan about the tool that does it, even though it works perfectly and is easily configurable?
It could be worse. POSIX actually requires df to default to units of half-a-kibibyte. That is so daft that GNU df will comply only if you really ask it to:Jessie wrote:I can't understand why the hell it dosn't automatically present the user with a readable format.
Code: Select all
[email protected] ~ $ LC_ALL=C POSIXLY_CORRECT=1 df -P
Filesystem 512-blocks Used Available Capacity Mounted on
rootfs 11365552 7785304 3049832 72% /
/dev/mmcblk0p1 114576 37936 76640 34% /boot
Code: Select all
df -h
Code: Select all
Filesystem Size Used Avail Use% Mounted on
rootfs 19G 12G 6.1G 66% /
udev 10M 0 10M 0% /dev
tmpfs 387M 816K 386M 1% /run
/dev/disk/by-uuid/392338f6-005d-4a59-9bb0-ba15d7124355 19G 12G 6.1G 66% /
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 968M 988K 967M 1% /run/shm
/dev/sda7 79G 25G 50G 34% /home