Re: Arch linux doesn't recognises micro SD card

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]



Install udisks, udisks2.
Create /etc/polkit-1/rules.d/10-enable-mount.rules

polkit.addRule(function(action, subject) {
   if (action.id == "org.freedesktop.udisks2.filesystem-mount-system"
   && subject.isInGroup("storage")) {
           return polkit.Result.YES;
               }
               });



On 25/02/15 at 11:36am, Csányi Pál wrote:
Hi,

I'm running Arch linux on my laptop.
The laptop has Multi-in-1 card reader.

I just bought a micro SD card with an adapter so I can it plug in into
this card reader.

But the Arch linux system doesn't recognise it so I can't use it.
I tried with Gparted too without any success:
I get Gparted error:
Output/Input error during read on /dev/mmcblk0

whyle on the virtual console I get error messages:

mmcblk0: error -84 transferring data, sector 7, nr 1, cmd response
0x900, card status 0x0
Buffer I/O error on dev mmcblk0, logical block 0, async page read

However, this same micro SD card has been recognised on MS Windows  system.

What can I do to solve this problem on my Arch linux system?

--
Regards from Pal


[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux