Computer is a 2022 Asus Zephyrus with AMD processor and GPU, 16GB RAM, and a 1TB NVME. OS is Fedora 38 with GNOME 44.2.
This unit has a built-in Micro SD Card reader. This card reader worked just fine with a 64GB card but I wanted bigger so I purchased a SanDisk Extreme Pro 1TB card. Every time I insert this card either the OS doesn’t recognize it, doesn’t recognize the partition on it, refuses to mount it, or flat out corrupts it. All of that is a one-shot deal too because it will never try to recognize the card again until a restart. Running dmesg will net the following results:
mmc0: card never left busy state
mmc0: error -110 whilst initalising SD card
I’ll add that to uncorrupt the card I have to repartition and reformat with a Windows 11 tablet (UGH!).
One more thing… I’ve reinstalled Fedora 3 times on this machine for other reasons and this card issue has always been a thing. Not sure if it’s the hardware that can’t handle a 1TB card, my ignorance (likely), or the Fedora Devs just weren’t thinking anyone would be willing to spend the time to store 1TB of data on a Micro SD.
Any help would be appreciated.
Thanks!
Not sure I can help with the specifics without more details - can you provide the output of this?
sudo lspci -nnvv (crop it to only show the entry for your card reader)
In general though, sounds like a hardware issue. Fedora runs a mostly stock kernel and most card readers just use standard drivers.
I have had similar issues - with smaller cards though - and my solution is to just have an external reader I know work, and ignore the built in reader. Anker’s works well for my use cases.
Thanks for your reply.
Below are the results of sudo lspci -nnvv
I will mention that I can format the microSD in exFat or NTFS, just not ext4 or any of the other Linux file systems. It will start the format but will complete with errors and the laptop will no longer recognize the card unless I restart, blow out the partition, and reformat in exFat. After that the card works perfectly.
So, from a hardware point of view it seems to work ok, it just won’t format 1TB of ext4. I thought about maybe breaking the card into 256GB partitions but haven’t tried it yet since I actually wanted a solid 1TB part.
I think that the fault may lie in the partitioning.
Have you tried to create a partition on that card with fdisk then format the ext4 file system inside that partition? It works fine that way for me with smaller sd cards but I have never tried formatting one as ext4 without creating a partition.
Your post above seems to indicate you are trying to format the raw card with no partition
mmc0: card never left busy state
mmc0: error -110 whilst initalising SD card