Hi
I wanted to install the PC monitor packages- http://www.mobilepcmonitor.com/downloads on my Pi to monitor temp and uptime etc. Since I can't install .deb packages on the rasplex distro, my plan was to pull apart the .deb and drop the files in /usr/sbin and /etc
However, I can't write to /usr/sbin or /etc since/ is read-only - I tried the usual remount command
mount -o remount,rw /
but the problem stayed. I then noticed that / is mounted on /dev/loop0 rather than an actual partition. I guess this is some sort of loopback device ? Does anyone know how to get this mounted RW ?
Thanks and apologies if this is too OT :)