question

ryanb avatar image
ryanb asked

how do I install gcc on venus OS ?

I tried :

opkg install gcc

but got :

opkg_conf_write_status_files: Couldn't close ///var/lib/opkg/status: No space left on device.

and then noticed :

Filesystem Size Used Available Use% Mounted on

/dev/root 259.9M 255.9M 0 100% /


Is there a simple way to install packages in another location? Like : /dev/mmcblk1p5 ?

Thank you

Venus OS
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

1 Answer
ryanb avatar image
ryanb answered ·

answering my own question here :-)

easiest way to solve the issue to to resize the root file system by running this script :

/opt/victronenergy/swupdate-scripts/resize2fs.sh

1 comment
2 |3000

Up to 8 attachments (including images) can be used with a maximum of 190.8 MiB each and 286.6 MiB total.

mvader (Victron Energy) avatar image mvader (Victron Energy) ♦♦ commented ·

thats it indeed; documentation is here:

https://www.victronenergy.com/live/ccgx:root_access#available_disk_space


I've added a bit more info to that just now.

0 Likes 0 ·

Related Resources