06-05-2021, 01:22 PM
(06-02-2021, 10:12 PM)nightranger73 Wrote: If you boot from EMMC (internal memory) and you want to use your SD as data storage you need to mount it from terminal.its like the cd card isnt fitting right
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