Menu

Main Menu
Talk Get Daily Search

Member's Online

    User Name
    Password

    MicroSD card not working.

    Reply
    Page 1 of 2 | 1   2   | Next
    AlMehdi | # 1 | 2010-08-04, 21:36 | Report

    I am pretty much lost on what to do. I have read a couple of thread and tried to both format and fsck. All to no vain. Does someone have a clue on what to do or what the cause of the problem could be?

    The card is a Sandisk MicroSDHC 16gb class 4 card.


    Code:
    [root@Nokia-N900-02-8|~]# sfdisk /dev/mmcblk1 <<EOF
    >,,c
    >EOF
    Checking that no-one is using this disk right now ...
    BLKRRPART: Input/output error
    OK
    
    Disk /dev/mmcblk1: 505584 cylinders, 4 heads, 16 sectors/track
    read: Input/output error
    
    sfdisk: read error on /dev/mmcblk1 - cannot read sector 0
     /dev/mmcblk1: unrecognized partition table type
    Old situation:
    No partitions found
    New situation:
    Units = cylinders of 32768 bytes, blocks of 1024 bytes, counting from 0
    
       Device Boot Start     End   #cyls    #blocks   Id  System
    /dev/mmcblk1p1          0+ 505583  505584-  16178687+   c  W95 FAT32 (LBA)
    /dev/mmcblk1p2          0       -       0          0    0  Empty
    /dev/mmcblk1p3          0       -       0          0    0  Empty
    /dev/mmcblk1p4          0       -       0          0    0  Empty
    Warning: no primary partition is marked bootable (active)
    This does not matter for LILO, but the DOS MBR will not boot this disk.
    read: Input/output error
    
    sfdisk: read error on /dev/mmcblk1 - cannot read sector 0
    Re-reading the partition table ...
    BLKRRPART: Input/output error
    
    If you created or changed a DOS partition, /dev/foo7, say, then use dd(1)
    to zero the first 512 bytes:  dd if=/dev/zero of=/dev/foo7 bs=512 count=1
    (See fdisk(8).)
    [root@Nokia-N900-02-8|~]#
    Code:
    [root@Nokia-N900-02-8|~]# fsck.vfat /dev/mmcblk1
    dosfsck 3.0.1, 23 Nov 2008, FAT32, LFN
    Read 512 bytes at 0:Input/output error
    Code:
    [root@Nokia-N900-02-8|~]# sfdisk /dev/mmcblk1
    Checking that no-one is using this disk right now ...
    BLKRRPART: Input/output error
    OK
    
    Disk /dev/mmcblk1: 505584 cylinders, 4 heads, 16 sectors/track
    read: Input/output error
    
    sfdisk: read error on /dev/mmcblk1 - cannot read sector 0
     /dev/mmcblk1: unrecognized partition table type
    Old situation:
    No partitions found
    Input in the following format; absent fields get a default value.
    <start> <size> <type [E,S,L,X,hex]> <bootable [-,*]> <c,h,s> <c,h,s>
    Usually you only need to specify <start> and <size> (and perhaps <type>).
    
    /dev/mmcblk1p1 :
    My dmesg loops this error:
    Code:
    [  134.726928] end_request: I/O error, dev mmcblk1, sector 0
    [  134.727813] mmcblk1: error -110 sending status comand<3>mmcblk1: error -110 sending read/write command, response 0x0, card status 0x0
    [  134.727844] mmcblk1: error -110 transferring data, sector 1, nr 7, card status 0x0
    [  134.727874] end_request: I/O error, dev mmcblk1, sector 1
    [  134.729003] mmcblk1: error -110 sending status comand<3>mmcblk1: error -110 sending read/write command, response 0x0, card status 0x0
    [  134.729064] mmcblk1: error -110 transferring data, sector 2, nr 6, card status 0x0
    [  134.729064] end_request: I/O error, dev mmcblk1, sector 2
    [  134.729797] mmcblk1: error -110 sending status comand<3>mmcblk1: error -110 sending read/write command, response 0x0, card status 0x0
    [  134.729858] mmcblk1: error -110 transferring data, sector 3, nr 5, card status 0x0
    [  134.729858] end_request: I/O error, dev mmcblk1, sector 3
    [  134.730743] mmcblk1: error -110 sending status comand<3>mmcblk1: error -110 sending read/write command, response 0x0, card status 0x0
    [  134.730773] mmcblk1: error -110 transferring data, sector 4, nr 4, card status 0x0
    [  134.730804] end_request: I/O error, dev mmcblk1, sector 4
    [  134.731689] mmcblk1: error -110 sending status comand<3>mmcblk1: error -110 sending read/write command, response 0x0, card status 0x0
    [  134.731719] mmcblk1: error -110 transferring data, sector 5, nr 3, card status 0x0
    [  134.731750] end_request: I/O error, dev mmcblk1, sector 5
    [  134.732635] mmcblk1: error -110 sending status comand<3>mmcblk1: error -110 sending read/write command, response 0x0, card status 0x0
    [  134.732666] mmcblk1: error -110 transferring data, sector 6, nr 2, card status 0x0
    [  134.732666] end_request: I/O error, dev mmcblk1, sector 6
    [  134.733551] mmcblk1: error -110 sending status comand<3>mmcblk1: error -110 sending read/write command, response 0x0, card status 0x0
    [  134.733581] mmcblk1: error -110 transferring data, sector 7, nr 1, card status 0x0
    [  134.733612] end_request: I/O error, dev mmcblk1, sector 7
    [  134.733642] Buffer I/O error on device mmcblk1, logical block 0
    [  134.733703]  unable to read partition table
    [user@N900|~]$

    Edit | Forward | Quote | Quick Reply | Thanks

    Last edited by AlMehdi; 2010-08-04 at 21:55.

     
    gtessier00 | # 2 | 2010-08-04, 21:37 | Report

    Go in file manager, you can see your microsd there? Press and hold on it, there will be a format option. Did you try that ?

    Edit | Forward | Quote | Quick Reply | Thanks
    The Following User Says Thank You to gtessier00 For This Useful Post:
    AlMehdi

     
    AlMehdi | # 3 | 2010-08-04, 21:50 | Report

    No i hadn't so i tried it but did not work ;(

    Edit | Forward | Quote | Quick Reply | Thanks

     
    geneven | # 4 | 2010-08-04, 21:53 | Report

    No idea. Can you try to format it from a Windows machine? Is the card newish?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    gtessier00 | # 5 | 2010-08-04, 21:57 | Report

    It did not work? What did it do?
    What is the supposed size of that card?
    And when you put it in a computer, how much available size do you have?
    Did you get it in a retail store, or from eBay?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    AlMehdi | # 6 | 2010-08-04, 21:57 | Report

    Originally Posted by geneven View Post
    No idea. Can you try to format it from a Windows machine? Is the card newish?
    Yes, i just bought it. I do not run windows but ubuntu and i do not have a microsd slot on my computer.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    gtessier00 | # 7 | 2010-08-04, 22:00 | Report

    Plug the N900 in mass storage mode on your computer, then check if the memory card is available in my computer. if it is, right click and format?

    Edit | Forward | Quote | Quick Reply | Thanks

     
    AlMehdi | # 8 | 2010-08-04, 22:01 | Report

    Originally Posted by gtessier00 View Post
    It did not work? What did it do?
    What is the supposed size of that card?
    And when you put it in a computer, how much available size do you have?
    Did you get it in a retail store, or from eBay?
    It say the card is not supported. I wrote what card it is in my OP. I can't put it in my computer. I bought it from a ebay typ of site but swedish.. the guy who sold it had 5 of 5 stars which means he can be trusted.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    gabby131 | # 9 | 2010-08-04, 22:23 | Report

    try the umount command; and reboot

    i think its root, then

    umount /media/mmc1

    reboot

    Edit | Forward | Quote | Quick Reply | Thanks

     
    maxximuscool | # 10 | 2010-08-04, 22:26 | Report

    could be the cover didn't close properly or the magnet behind the stand is lost. If the memory card can be read by the PC then it is nothing wrong with it. Therefore the problem is the N900 and it's back cover.

    Edit | Forward | Quote | Quick Reply | Thanks

     
    Page 1 of 2 | 1   2   | Next
vBulletin® Version 3.8.8
Normal Logout