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
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"
I do think he was hit by the bug I linked to @hear https://www.kubuntuforums.net/showth...l=1#post385634
same hardware.
VINNY
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 ............
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]
same hardware.
VINNY
Comment