How automount HDD Sata on Banana PI?

I use Lakka in a Banana PI, and I want use the HDD to store roms, but always I start the system, I have to mount the device manually. The /etc/fstab is read-only. I tried put a rule in udev, but no sucess. In other posts, I saw that the HDD or USB stick is mouted automatically, but this isn’t happening in Banana PI. Is there some way to automount the HDD?

Hello, yes the HDD should be mounted automatically (if partitionned as FAT or NTFS). Check that the udevil service is running. It should be.

Using udev looks like the best idea. I don’t know why you don’t get success with it.

You can also try the autostart script.

OK. The HDD is partitioned as EXT4. Maybe the udev didn’t work because the same detail. Or because it’s disabled. I found this post about Openelec: https://github.com/OpenELEC/OpenELEC.tv/issues/3436 Maybe the same problem. I’ve searched about autostart script, and I’ve created it. It works great. Thank you.