Hello
I’ve been using volumio for a few years on a pi B with an additionnal sound card and a 7" touchscreen.
It has been working fine until the microSD card died. so let’s install latelt release of volumio on a new card !
Volumio seems to work correctly, but I have two big problems :
- LCD touchscreen does not show anything else than the CLI login prompt.touch display 1.3.0 plugin is installed and activated
- I’m unable to add a CIFS share, get the following error :
Error in mounting share zic
{“errno”:-28,“code”:“ENOSPC”,“syscall”:“mkdir”,“path”:"/mnt/NAS/zic"}
CIFS share works correctly as I can mount it from a windows computer.
strange thing is that it seems to refer to a disk space problem. here’s the df :
volumio@zic:~$ df
Filesystem Size Used Avail Use% Mounted on
/dev/mmcblk0p2 2.4G 866M 1.4G 40% /imgpart
/dev/loop0 372M 372M 0 100% /static
overlay 274M 253M 0 100% /
devtmpfs 494M 0 494M 0% /dev
tmpfs 509M 0 509M 0% /dev/shm
tmpfs 509M 5.0M 504M 1% /run
tmpfs 5.3M 4.1k 5.3M 1% /run/lock
tmpfs 509M 0 509M 0% /sys/fs/cgroup
tmpfs 509M 21k 509M 1% /tmp
tmpfs 509M 0 509M 0% /var/spool/cups
tmpfs 21M 17k 21M 1% /var/log
tmpfs 509M 0 509M 0% /var/spool/cups/tmp
/dev/mmcblk0p1 63M 60M 3.5M 95% /boot
tmpfs 102M 0 102M 0% /run/user/1000
is that a normal df output ?
I’ve installed volumio on the sdcard by : dd if= of=/dev/mmcblk0 bs=1M
Regards
Cédric