I have problems having my Aspire 5730Z laptop recognize my sd card with Ubuntu 16.04 installed (I did not have this problem with 14.04).
I have used the following command to get it to work temporarily but I have to keep repeating this command and rebooting every time I want to use my sd card:
sudo apt-get install --reinstall udisks2
If anyone can help?
/dev/mmcblk0
instead of/dev/sdx
and use the correct device notation for the partitions in the command lines. (Check withlsblk
) – sudodus Sep 28 '17 at 15:36