08-26-2019, 12:50 PM
Oops, I compiled disks-glue on an arm7 Pi and it looks like its segfaulting on arm6 :-0
An arm6 binary should work on both arm6 and arm7. Try the procedure below and let me know how it goes.
Install arm6 binary
Verify its runningÂ
Plug in USB drive and verify its auto-mounted
An arm6 binary should work on both arm6 and arm7. Try the procedure below and let me know how it goes.
Install arm6 binary
Code:
sudo cp /usr/bin/udisks-glue ./udisks-glue-arm7
sudo wget http://moodeaudio.org/test/udisks-glue-arm6
sudo mv ./udisks-glue-arm6 /usr/bin/udisks-glue
sudo chmod 0755 /usr/bin/udisks-glue
sudo reboot
Verify its runningÂ
Code:
pgrep udisks-glue
Plug in USB drive and verify its auto-mounted
Code:
ls /media