Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Manually resize Raspbian to 3gb partition prior to building Moode
#2
Sure, just download Build Recipe 2.5 and skip to STEP 2 for reference purposes.
http://moodeaudio.org/downloads/prod/bui...e_v2.5.zip

Here is a modified version of the procedure for doing just the 3GB partition resize.

Code:
1. Insert the SD Card into a Raspberry Pi and POWER UP.

cd ~
wget http://moodeaudio.org/downloads/prod/rel-stretch-r42.zip
sudo unzip ./rel-stretch-r42.zip

2. Expand the root partition to 3GB.

sudo cp ./rel-stretch/www/command/resizefs.sh ./
sudo chmod 0755 ./resizefs.sh
sudo sed -i "/PART_END=/c\PART_END=+3000M" ./resizefs.sh
sudo ./resizefs.sh start
sudo rm ./resizefs.sh
sudo rm -rf ./rel-stretch
sudo reboot

-Tim
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply


Messages In This Thread
RE: Manually resize Raspbian to 3gb partition prior to building Moode - by Tim Curtis - 07-22-2018, 01:05 AM

Forum Jump: