nimda
Posts: 2
Joined: Wed Apr 06, 2016 2:49 pm

Compute module has only 1.2GB of 3.7GB

Wed Apr 06, 2016 3:02 pm

Hi guys.

I have just got a Raspberry Pi compute module and have followed the steps to install Raspbian Jessie Lite as per https://www.element14.com/community/com ... ng-started (since installing the full version gave me an error that memory is full). All well and good.

Then I went to install ros as per this tutorial http://wiki.ros.org/ROSberryPi/Installi ... berry%20Pi and after this command (sudo pip install rosdep rosinstall_generator wstool rosinstall) an error came up that there is no space available. ?!?!?!. I checked the disk using df command and indeed /dev/root was at 100%.

So I installed raspian jessie lite once more and it seems that the partition is only 1.2GB (as was showing on the previous install) from 3.7GB.

Sudo lsblk shows the following :

NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
mmcblk0rpmb 179:96 0 512K 0 disk
mmcblk0boot0 179:32 0 4M 1 disk
mmcblk0boot1 179:64 0 4M 1 disk
mmcblk0 179:0 0 3.7G 0 disk
├─mmcblk0p1 179:1 0 60M 0 part /boot
└─mmcblk0p2 179:2 0 1.2G 0 part /

Has anyone had this problem or does anyone know the solution?

Thanks in advance.

6by9
Raspberry Pi Engineer & Forum Moderator
Raspberry Pi Engineer & Forum Moderator
Posts: 9069
Joined: Wed Dec 04, 2013 11:27 am
Location: ZZ9 Plural Z Alpha, aka just outside Cambridge.

Re: Compute module has only 1.2GB of 3.7GB

Wed Apr 06, 2016 3:16 pm

https://www.raspberrypi.org/documentati ... -config.md

"sudo raspi-config"
"Expand file system".
Software Engineer at Raspberry Pi Trading. Views expressed are still personal views.
I'm not interested in doing contracts for bespoke functionality - please don't ask.

nimda
Posts: 2
Joined: Wed Apr 06, 2016 2:49 pm

Re: Compute module has only 1.2GB of 3.7GB

Wed Apr 06, 2016 7:11 pm

That's it.

Oh I was lost on why it was happening.

Thank you very much :)

Return to “Compute Module”