mmc/sd card issues (error -110)

This forum is for topics specific to the Raspberry Pi and Arch Linux ARM

Re: mmc/sd card issues (error -110)

Postby pepedog » Sun Jun 03, 2012 3:26 pm

All seems hit and miss
I got a Transcend 64Gb SDXC class 10 that works fine.
I manually configure partitions and copy on files though
Do not take device names literally, dosfstools e2fsprogs and parted required, best remove udev-automount, and my card is in an adapter.
$this->bbcode_second_pass_code('', 'umount /dev/sdb1 > /dev/null
umount /dev/sdb2 > /dev/null
parted /dev/sdb mklabel msdos -s
parted /dev/sdb --align=optimal mkpart primary fat32 1 100
parted /dev/sdb set 1 boot on
parted /dev/sdb --align=optimal mkpart primary ext3 100 -- -0
mkfs.vfat /dev/sdb1
mkfs.ext4 /dev/sdb2
sync
mkdir /mnt/1 > /dev/null
mkdir /mnt/2 > /dev/null
mount /dev/sdb1 /mnt/1
mount /dev/sdb2 /mnt/2
cp -ar hd-sdb1/* /mnt/1/
cp -ar hd-sdb2/* /mnt/2/
sync')
pepedog
Developer
 
Posts: 2431
Joined: Mon Jun 07, 2010 3:30 pm
Location: London UK

Re: mmc/sd card issues (error -110)

Postby tentacleslap » Sat Jan 26, 2013 7:12 pm

HI all, sorry to bump an old post but I ran into the same issue with the Kingston SD cards. Would recommend checking if the card is supported before buying it, as a lot of otherwise good cards are unable to boot on the pi

http://elinux.org/RPi_SD_cards

I picked up a pair of DaneElec 16GB class 10's and they work a charm
tentacleslap
 
Posts: 1
Joined: Sat Jan 26, 2013 6:55 pm

Re: mmc/sd card issues (error -110)

Postby kgas » Sun Feb 10, 2013 4:51 pm

I have similar issues with Lexer 16GB SDHC class 4 card. It failed more than three times.
First issue : The card could not be formatted in any PC :-(. Solution : format the card first in any camera/video device :-)
subsequent issues : while on writing/reading to the card it miserable failed and some times the partition became read only.

--Currently using 32 GB sandisk microsdcard version 4 (failed once and now ok- RPi running two days on it without any issue). By trail and error with over_voltage=2 with default frequency things seems to be fine (for any one has keyboard issues use dw_otg.speed=1 in cmdline.txt as mentioned in their wiki)
kgas
 
Posts: 4
Joined: Sat Dec 15, 2012 2:24 pm

Previous

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 4 guests