06-02-2021, 10:12 PM
If you boot from EMMC (internal memory) and you want to use your SD as data storage you need to mount it from terminal.
There's no automount in phosh or plasma-mobile
Assuming you have only 1 partition on your SD, try this:
if everything is fine you can edit /etc/fstab to permanently mount it at boot
There's no automount in phosh or plasma-mobile
Assuming you have only 1 partition on your SD, try this:
Code:
cd ~
mkdir ~/SDCard
sudo mount /dev/mmcblk1p1 ~/SDCard
if everything is fine you can edit /etc/fstab to permanently mount it at boot