0

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?

1 Answers1

0

I confirm this behaviour on a Aspire E1 running Xenial 4.4.0-104-generic with high-capacity FAT32 cards (64GB). Those will not mount with

sudo mount -o rw,user,uid=1000,umask=007 /dev/mmcblk0 /media/user

and gparted shows an unallocated space.

Sometimes

sudo apt-get install --reinstall udisks2

works, but not every time.

David Foerster
  • 36,890
  • 56
  • 97
  • 151