How to mount internal storage and external hard drive?

I’m strugling with mounting internal storage on my A95x F3 Air box with;
mount -t ext4 /dev/mmcblk0 test/
which is failed.

And I’m also trying to find a way to mount my external hdd storage, but there’s seemingly no supportion for NTFS yet.

How can I do that…

I have a 64 Gb internal storage, whereas my external TF card is only 32 Gb. What a waste if i use only the external storage…

Try

mount -t ext4 /dev/mmcblk0 /media/

Sorry, mount: mounting /dev/mmcblk0 on /media/ failed: Invalid argument.
I think that maybe the reason is the swap partition in this card, or something associated with the Android 9 system.
I have no idea.

mmcblk0 is whole disk but you need to mount partition.
Try with mmcblk0pX where X is number of required partition.

there are only
/dev/mmcblk0 /dev/mmcblk0boot0 /dev/mmcblk0boot1 /dev/mmcblk0rpmb

:<

Then you are out of luck. Probably.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.