Announcement

Collapse
No announcement yet.

I still can't get my sd card to read. this is becoming worthless.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #16
    Oops, yes xfat needs to be installed separately...
    And xfat is what you expect with cards over 32GB.

    Comment


      #17
      OK then ,,,,,I do not think exfat is the problem UNLESS the size of the file system has some extra affect on things ,,,(I do not think so)

      hear is a test I did on this just now .......... I logged the progress of the experiment in a text file and am just going to copy it @hear and wrap it in CODE tags,,,,,,,,,,I have a hard time spelling and typing long responses

      Code:
       
       first run ,,,,,card NOT mounted in 14.04 ----exfat-fuse and exfat-utils have been installed .
       
       xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
       
       vinny@vinny-Bonobo-Extreme:~$ sudo parted -l 
      Model: ATA HGST HTS725050A7 (scsi)
      Disk /dev/sda: 500GB
      Sector size (logical/physical): 512B/4096B
      Partition Table: msdos
      
      Number  Start   End    Size    Type      File system     Flags
       1      8225kB  323GB  323GB   primary   ext4            boot
       3      323GB   379GB  56.3GB  primary   ext4
       4      379GB   496GB  117GB   extended
       6      379GB   436GB  57.0GB  logical   ext4
       5      436GB   496GB  59.8GB  logical   ext4
       2      496GB   500GB  4295MB  primary   linux-swap(v1)
      
      
      Model: ATA HGST HTS721010A9 (scsi)
      Disk /dev/sdb: 1000GB
      Sector size (logical/physical): 512B/4096B
      Partition Table: gpt
      
      Number  Start   End     Size    File system  Name     Flags
       1      1049kB  1000GB  1000GB  btrfs        primary
      
      
      Model: SD Lexar (sd/mmc)
      Disk /dev/mmcblk0: 999MB
      Sector size (logical/physical): 512B/512B
      Partition Table: msdos
      
      Number  Start   End    Size   Type     File system  Flags
       1      66.0kB  999MB  999MB  primary  fat16        boot
      
      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      
      create the file system .......................
      
      
      
      vinny@vinny-Bonobo-Extreme:~$ sudo mkexfatfs /dev/mmcblk0
      mkexfatfs 1.0.1
      Creating... done.
      Flushing... done.
      File system created successfully.
      
      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      
      now parted shows this ........................
      
      
      Model: SD Lexar (sd/mmc)
      Disk /dev/mmcblk0: 999MB
      Sector size (logical/physical): 512B/512B
      Partition Table: msdos
      
      Number  Start  End  Size  Type  File system  Flags
      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      
      to get any info on the file system we must use "dumpexfat".......................
      
      vinny@vinny-Bonobo-Extreme:~$ sudo dumpexfat /dev/mmcblk0
      dumpexfat 1.0.1
      Volume label                        
      Volume serial number      0x0a24e7a5
      FS version                       1.0
      Sector size                      512
      Cluster size                   32768
      Sectors count                1950720
      Free sectors                 1950016
      Clusters count                 30474
      Free clusters                  30469
      First sector                       0
      FAT first sector                 128
      FAT sectors count                256
      First cluster sector             384
      Root directory cluster             4
      Volume state                  0x0000
      FATs count                         1
      Drive number                    0x80
      Allocated space                   0%
      vinny@vinny-Bonobo-Extreme:~$ 
      
      
      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      
      dolphin sees it and will mount it .............copying some files to it and booting back to 16.04 , that dose NOT have exfat-fuse and exfat-utils installed.
      
      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
      
      
      back in 16.04 , on plugging in the sd card formated exfat and containing some picks ,,,,,,
      the device notifier dose pop up BUT can not mount it and it DOSE show in dolphin but again will not mount 
      
      but dose show.
      
      parted shows the same as in 14.04 ..................
      
                                                                                                                                                                                
      Model: SD Lexar (sd/mmc)                                                                                                                                                  
      Disk /dev/mmcblk0: 999MB                                                                                                                                                  
      Sector size (logical/physical): 512B/512B                                                                                                                                 
      Partition Table: msdos                                                                                                                                                    
      Disk Flags:                                                                                                                                                               
                                                                                                                                                                                
      Number  Start  End  Size  Type  File system  Flags  
      
      
      with no info ............
      SO unless (and again I do not think so) the size (mine is 1GB) of the file system matters the fact it may or may not have been exfat sould not keep the sd-card from at least showing up some where ,,,,,,,,,,,O and hear is the "lsblk"

      Code:
      vinny@vinny-Bonobo-Extreme:~$ lsblk                                                                                                                                       
      NAME    MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT                                                                                                                              
      sda       8:0    0 465.8G  0 disk                                                                                                                                         
      ├─sda1    8:1    0 300.6G  0 part                                                                                                                                         
      ├─sda2    8:2    0     4G  0 part [SWAP]                                                                                                                                  
      ├─sda3    8:3    0  52.4G  0 part                                                                                                                                         
      ├─sda4    8:4    0     1K  0 part                                                                                                                                         
      ├─sda5    8:5    0  55.7G  0 part                                                                                                                                         
      └─sda6    8:6    0  53.1G  0 part /                                                                                                                                       
      sdb       8:16   0 931.5G  0 disk                                                                                                                                         
      └─sdb1    8:17   0 931.5G  0 part /mnt/btrfs                                                                                                                              
      sr0      11:0    1  1024M  0 rom  
      [COLOR=#ff0000]mmcblk0 179:0    0 952.5M  0 disk [/COLOR]
      I do think he was hit by the bug I linked to @hear https://www.kubuntuforums.net/showth...l=1#post385634

      same hardware.

      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #18
        32GB is the maximum partition size for FAT32.
        Windows no longer obstructs my view.
        Using Kubuntu Linux since March 23, 2007.
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment


          #19
          Originally posted by Snowhog View Post
          32GB is the maximum partition size for FAT32.
          I still contend that if his card reader was working properly it would not matter what was on it , file system type , size , or lack their of ,,,,,,it still should have shown up in parted , lsblk , the device notifier , dolphin ,, somewhere .

          VINNY
          i7 4core HT 8MB L3 2.9GHz
          16GB RAM
          Nvidia GTX 860M 4GB RAM 1152 cuda cores

          Comment


            #20
            I have an internal SD card reader on my Asus Laptop and I found that when I was given an SD card from a camera, I could not read it. I found that I needed to install exfat-utils to read the card.

            I am not sure, but I may have had to install mtpfs and jmtpfs, but these may have been installed to access my Wife's Samsung Galaxy phone to transfer files.

            Regarding blackmachismo having trouble with kmail, I must confess that I am a Thunderbird user and have not had any trouble with it.

            Comment


              #21
              Just to note, I had issues reading 64GB micro. The problem in Linux was I had to install xFAT and that solved all issues I had. So, those who mention that, you are probably correct here as I've never had any issues with Linux on any machine that had a build it card reader. the ones over 32GB was the only time and xFAT did fix that.

              Comment


                #22
                Originally posted by NoWorries View Post
                Regarding blackmachismo having trouble with kmail, I must confess that I am a Thunderbird user and have not had any trouble with it.
                Ditto.....

                Comment


                  #23
                  Originally posted by MoonRise View Post
                  Just to note, I had issues reading 64GB micro. The problem in Linux was I had to install xFAT and that solved all issues I had.
                  Originally posted by NoWorries View Post
                  I have an internal SD card reader on my Asus Laptop and I found that when I was given an SD card from a camera, I could not read it. I found that I needed to install exfat-utils to read the card.
                  to "read" it yes ,,,,,,,, but the system should still have showen it ,,,,,,,,the OP could not even see it in parted different problem altogether look at his dmesg output @hear https://www.kubuntuforums.net/showth...l=1#post385622

                  VINNY
                  i7 4core HT 8MB L3 2.9GHz
                  16GB RAM
                  Nvidia GTX 860M 4GB RAM 1152 cuda cores

                  Comment


                    #24
                    @Vinny: Thanks!

                    Those messages go to kernel issues and I believe I read in this chain or the other one where someone, maybe you Vinny, to try older versions.

                    Comment


                      #25
                      Has anyone seen this over @ Ubuntu? Last post.

                      http://ubuntuforums.org/archive/inde...t-2071864.html

                      Comment


                        #26
                        Originally posted by MoonRise View Post
                        Has anyone seen this over @ Ubuntu? Last post.

                        http://ubuntuforums.org/archive/inde...t-2071864.html
                        right ,,,,the "sdhci debug_quirks=0x40"

                        is what I wanted him to try ,,,,but as a kernel boot line option in grub as a test .

                        Originally posted by MoonRise View Post
                        @Vinny: Thanks!

                        Those messages go to kernel issues and I believe I read in this chain or the other one where someone, maybe you Vinny, to try older versions.
                        ya that was me .........also obtaned from the bug report I linked to

                        VINNY
                        Last edited by vinnywright; Mar 30, 2016, 07:54 PM.
                        i7 4core HT 8MB L3 2.9GHz
                        16GB RAM
                        Nvidia GTX 860M 4GB RAM 1152 cuda cores

                        Comment


                          #27

                          Comment


                            #28
                            Originally posted by NoWorries View Post
                            I am not sure, but I may have had to install mtpfs and jmtpfs, but these may have been installed to access my Wife's Samsung Galaxy phone to transfer files.
                            Yes, definitely, jmtpfs talks MTP over a cable.

                            Regards, John Little
                            Regards, John Little

                            Comment

                            Working...
                            X