Comment 11 for bug 477106

Revision history for this message
Wolfgang Kufner (wolfgangkufner) wrote :

The workaround (changing removable to NO) works for me:

To change the parameter for one session:
cd /sys/module/mmc_core/parameters
sudo su
echo N > removable
exit

to change the parameter pemanently add this parameter to the kernel line by editing grub's configuration:
mmc_core.removable=0