That is correct, nothing happens. But I must say I tried today with another Mini SD card that is recognized on Windows (same adapter used for both cards), and Ubuntu did not give any kind of response either, so not sure what to make of that.
Mini SD card not being read
Collapse
This topic is closed.
X
X
-
Originally posted by Alistair_That is correct, nothing happens. But I must say I tried today with another Mini SD card that is recognized on Windows (same adapter used for both cards), and Ubuntu did not give any kind of response either, so not sure what to make of that.
While in Linux, open a Terminal. Type sudo fdisk -l hit Enter.
Copy and paste in your next post, please.Comment
-
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/loop0: 1.5 GiB, 1553670144 bytes, 3034512 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 232.9 GiB, 250059350016 bytes, 488397168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 748B6F8A-FC6A-4224-A2CE-A1E43AD33437
Device Start End Sectors Size Type
/dev/sda1 2048 206847 204800 100M EFI System
/dev/sda2 206848 239615 32768 16M Microsoft reserved
/dev/sda3 239616 487328695 487089080 232.3G Microsoft basic data
/dev/sda4 487329792 488394751 1064960 520M Windows recovery environment
Disk /dev/sdb: 3.8 GiB, 4026531840 bytes, 7864320 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x000ef160
Device Boot Start End Sectors Size Id Type
/dev/sdb1 * 2048 7864255 7862208 3.8G c W95 FAT32 (LBA)Comment
Comment