i am using 16 gb sd card for raspberry pi 2.but when i want to install opencv its showing very less memory.it is unable to install.out of 16 gb only 2.9 is used then where is the rest 11 gb memory.
Asked
Active
Viewed 108 times
1 Answers
3
I assume that is Raspbian ?
sudo raspi-config
- Select 1st option
Expand your file system
. Tab, tab,finish
. sudo reboot
df -h
to see if it worked.
Additional reads : http://elinux.org/RPi_Resize_Flash_Partitions#Raspi-config
Bonus :
To install OpenCV,
sudo apt-get update && sudo apt-get install libopencv-dev python-opencv
Hope it helps. :)

dhruvvyas90
- 2,853
- 3
- 19
- 32
sudo fdisk -l /dev/mmcblk0
(and DON'T post an image but copy the text output). – Milliways Oct 29 '15 at 06:43