Created
January 15, 2013 17:41
-
-
Save tinbotu/4540397 to your computer and use it in GitHub Desktop.
df of raspberry pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi ~ $ df -h | |
Filesystem Size Used Avail Use% Mounted on | |
rootfs 3.5G 1.6G 1.8G 48% / | |
/dev/root 3.5G 1.6G 1.8G 48% / | |
devtmpfs 220M 0 220M 0% /dev | |
tmpfs 44M 216K 44M 1% /run | |
tmpfs 5.0M 0 5.0M 0% /run/lock | |
tmpfs 88M 0 88M 0% /run/shm | |
/dev/mmcblk0p1 56M 17M 40M 30% /boot | |
/dev/mmcblk0p3 3.9G 377M 3.0G 12% /var | |
pi@raspberrypi ~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment