View Single Post
SteveYoungs's Avatar
Posts: 79 | Thanked: 47 times | Joined on Oct 2011 @ Brisbane, AU
#446
Originally Posted by MSameer View Post
Did you run out of disk space in /home/user ?
"df -h" from the terminal should tell.
No...
Code:
$ df -h /dev/mmcblk0p3
Filesystem                Size      Used Available Use% Mounted on
/dev/mmcblk0p3            2.0G      1.1G    814.2M  57% /home
However...
Code:
$ touch foo
touch: foo: No space left on device
I've had this problem before, but I can't remember how I fixed it though.