Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-27 Thread Csányi Pál
Hello everyone, 2015-02-27 1:41 GMT+01:00 Sean Greenslade : > On Thu, Feb 26, 2015 at 07:58:13PM +0100, Csányi Pál wrote: >> > 1: Your SD card is damaged / broken. To test this, try it in >> > a known-working reader. Note that Windows will not understand Linux / >> > RPi partitions (but should be

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Sean Greenslade
On Thu, Feb 26, 2015 at 07:58:13PM +0100, Csányi Pál wrote: > > 1: Your SD card is damaged / broken. To test this, try it in > > a known-working reader. Note that Windows will not understand Linux / > > RPi partitions (but should be able to at least see the boot partition). > > I can mount it's fi

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Aaron Caffrey
On 26/02/15 at 06:41pm, Csányi Pál wrote: 2015-02-25 23:58 GMT+01:00 Aaron Caffrey : 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.isInGro

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Aaron Caffrey
On 26/02/15 at 07:31pm, Jens Adam wrote: Wed, 25 Feb 2015 11:36:59 +0100 Csányi Pál : 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 This clearly indicates a hardware/kernel problem, s

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Guus Snijders
Op 26 feb. 2015 19:58 schreef "Csányi Pál" : > > 2015-02-26 19:25 GMT+01:00 Sean Greenslade : > > On Thu, Feb 26, 2015 at 06:41:24PM +0100, Csányi Pál wrote: > >> I tried these steps by using Gparted too, but at this step Gparted > >> can't read partitions from the during read on > >> > >> /dev/mmc

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Csányi Pál
2015-02-26 19:25 GMT+01:00 Sean Greenslade : > On Thu, Feb 26, 2015 at 06:41:24PM +0100, Csányi Pál wrote: >> I tried these steps by using Gparted too, but at this step Gparted >> can't read partitions from the during read on >> >> /dev/mmcblk0 >> >> Gparted gives the error message: >> I/O error du

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Jens Adam
Wed, 25 Feb 2015 11:36:59 +0100 Csányi Pál : > 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 This clearly indicates a hardware/kernel problem, so I don't know why people are suggestin

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Sean Greenslade
On Thu, Feb 26, 2015 at 06:41:24PM +0100, Csányi Pál wrote: > I tried these steps by using Gparted too, but at this step Gparted > can't read partitions from the during read on > > /dev/mmcblk0 > > Gparted gives the error message: > I/O error during read on /dev/mmcblk0 > > What can I do to solv

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Csányi Pál
2015-02-25 23:58 GMT+01:00 Aaron Caffrey : > 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")) { >retu

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-26 Thread Csányi Pál
2015-02-25 23:58 GMT+01:00 Aaron Caffrey : > 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")) { >retu

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-25 Thread Aaron Caffrey
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; } }

Re: [arch-general] Arch linux doesn't recognises micro SD card

2015-02-25 Thread psycho
On Wed, Feb 25, 2015 at 11:36:59AM +0100, 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