Hi! I’m very pleased with the performance of my S905X4 device with EMUELEC, It does even run Sega Titan Video (ST-V) arcade games at a satisfying frame rate. Emulationstation has a very nice interface, and I’m enjoying it a lot.
My device has a whooping 64GB storage, and I would like to be able to share my ‘roms’ folder from the Android partition with EMUELEC, even if read only access.
This is pretty much my first interaction with any Linux based OS for smaller devices like my X96 X4, and my Linux knowledge is mostly lost because I haven’t used it actively for something like 18 years! So I’m kindly asking for help.
Using ssh with root access, I executed blkid command, to the following results:
Blockquote
EMUELEC:~/roms # blkid
/dev/mmcblk1p3: LABEL_FATBOOT=“EEROMS” LABEL=“EEROMS” UUID=“0C01-B62C” BLOCK_SIZE=“512” TYPE=“vfat” PARTUUID=“dc7449ba-03”
/dev/mmcblk1p1: LABEL_FATBOOT=“EMUELEC” LABEL=“EMUELEC” UUID=“3011-5301” BLOCK_SIZE=“512” TYPE=“vfat” PARTUUID=“dc7449ba-01”
/dev/mmcblk1p2: LABEL=“STORAGE” UUID=“4eb33e23-6c1c-4115-8849-7acce7546d8f” BLOCK_SIZE=“1024” TYPE=“ext4” PARTUUID=“dc7449ba-02”
/dev/userdata: UUID=“1f9e8676-2a5b-44bd-9b66-05cdaac0691c” BLOCK_SIZE=“4096” TYPE=“ext4”
/dev/param: UUID=“fafc9aa3-a4e9-43b5-ba37-e33695b17ffd” BLOCK_SIZE=“4096” TYPE=“ext4”
/dev/tee: UUID=“db3ff842-9702-4f2b-ab07-04fc262b0da7” BLOCK_SIZE=“4096” TYPE=“ext4”
/dev/oem_a: LABEL=“oem” UUID=“bd4cb416-b0e1-4df2-92d1-e86e764dbb21” BLOCK_SIZE=“4096” TYPE=“ext4”
/dev/metadata: UUID=“b421d3dc-00db-4a34-92e6-39a168f72192” BLOCK_SIZE=“4096” TYPE=“ext4”
/dev/factory: SEC_TYPE=“msdos” LABEL_FATBOOT=“KEYBOX PART” LABEL=“KEYBOX PART” UUID=“D0A6-62DE” BLOCK_SIZE=“512” TYPE=“vfat”
/dev/oem_b: LABEL=“oem” UUID=“bd4cb416-b0e1-4df2-92d1-e86e764dbb21” BLOCK_SIZE=“4096” TYPE=“ext4”
/dev/odm_ext_a: UUID=“57f8f4bc-abf4-655f-bf67-946fc0f9f25b” BLOCK_SIZE=“4096” TYPE=“ext4”
Blockquote
Is there a way so I can determine which item from the list is my 64GB MMC and mount it as the rom folder? I am unable to mount anything, for example “mount: can’t find /dev/userdata in /etc/fstab”, and I can’t edit fstab (read only file system). Any help is appreciated.