Failed to mount Volume. Not Authorized to perform operation

Which system do you use? Android, Ubuntu, OOWOW or others?

Fenix 1.1.1 Ubuntu 18.04.6 LTS Linux 4.9.241 on eMMC

Which version of system do you use? Khadas official images, self built images, or others?

Khadas official image

Please describe your issue below:

I have an SD Card formatted in FAT32 on my Khadas but when I try to mount it from the GUI this error appears

I’ve read about chrome remote desktop but I’ve not it installed.

I’m using a VNC server tho.

I’m able to mount the image with the commands below but, when VIM1 is rebooted, I need to mount it back. I want the SD card automatically mounted on the startup

sudo mount /dev/mmcblk1 /mnt/sdcard

You will need to modify your fstab file.

$ sudo nano -B /etc/fstab

Be careful doing it and before closing the terminal open another terminal and

$ mount -a

If you did it correctly it will not have a response. If you have an error correct it before rebooting.