List all the cards by using command. You might want to use sudo priviledge.
fdisk -l
Create mounting directory by
Mount
after mounting, reload the disk with the following command
Unmount
Last updated 2 years ago
mkdir /mnt/sdcard
sudo mount /dev/sdd2 /mnt/sdcard
systemctl daemon-reload
sudo umount /mnt/sdcard