#3311
motorhead
Participant

It has external power supply. Im fighting with usbmount, trying different versions with no luck…

UPDATE: I finally find a version of usbmount that leaves emulators working fine, but the problem is that I cant automount the HDD. I can manually mount it with:

sudo mount /dev/sda1 /media/almacen

or with:

sudo mount UUID=4CA0-D41E /media/Almacen

Then I updated .fstab with this line:

UUID=4CA0-D41E /media/Almacen vfat defaults 0 0

But nothing happens using mount -a or rebooting, HDD is not mounted…

Any help will be apreciated!