I’m a rather new user of Volumio (found it 2 weeks ago) - this far I’m really loving it.
Currently I’m running it on two devices and this is the first time I’m having a problem (I’m trying to get kodi to work but I have problems with the size of the root filesystem so I can’t install).
I believe that my problem is with the overlay (I’ve been using Linux for a few years but I haven’t previously used overlays/Union filesystems).
To create my image I ran:
dd if=volumio-2.175-2017-05-16-pi.img of=/dev/sdd
I then booted the pi off the sd-card, waited 10 minutes and finally performed a reboot (sudo reboot).
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 * 1 125000 125000 61M c W95 FAT32 (LBA)
/dev/mmcblk0p2 125001 4882812 4757812 2.3G 83 Linux
/dev/mmcblk0p3 4882813 31116287 26233475 12.5G 83 Linux[/code]
The third partition seems to have been expanded correctly. Volumio seems to be working (I can access the website) but the root filesystem (overlay) is very small and fills up quickly (this is before even sudo apt update):
Unfortunately this is where my problems started. I have now tried again and I receive the same error (which tells me nothing).
In the zip-file there is a install.sh. When I tried running those commands in bash I got an error that the pi had ran out of disk.
That’s why I started trying to figure out how the file system works.
I have seen this issue before when users were manually adding/ changing a partition before first boot.
In your case it could be something else, but let’s start with a clean image.
Reflash your SD and do not forget to do a sync after you finished before pulling it out.
Insert your freshly flashed SD into the PI and boot.
Then do your ‘df -h’ before rebooting…
Carrying on where I left off yesterday I configured audio output (via the Piano 2.1) and rebooted the pi.
I tried uploading the plugin again and saw the following error in the output (so I went to the logs to find and post it):
volumio@volumio:/var/log$ tail -n 300 volumio.log | less
...
2017-05-23T05:06:59.138Z - info: Selecting previously unselected package libllvm3.9:armhf.
2017-05-23T05:06:59.156Z - info: Preparing to unpack .../libllvm3.9_1%3a3.9-4_armhf.deb ...
2017-05-23T05:06:59.192Z - info: Unpacking libllvm3.9:armhf (1:3.9-4) ...
2017-05-23T05:07:02.462Z - info: dpkg: error processing archive /var/cache/apt/archives/libllvm3.9_1%3a3.9-4_armhf.deb (--unpack):
2017-05-23T05:07:02.477Z - info: cannot copy extracted data for './usr/lib/arm-linux-gnueabihf/libLLVM-3.9.so.1' to '/usr/lib/arm-linux-gnueabihf/libLLVM-3.9.so.1.dpkg-new': failed to write (No space left on device)
2017-05-23T05:07:02.480Z - info: dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)