Run the following cod at command line
1 2 3 |
sudo raspi-config |
and choose option 1 to expand the filesystem, this will then use whole sd card for storage.
Then to check size of sd card after run
1 2 3 |
df -h |