-
Notifications
You must be signed in to change notification settings - Fork 5.2k
does not recognize external microsd larger than 32GB #5563
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How have you formatted this card, in terms of partitions and filing systems? |
In fat32 and only primary partition, in debian 11 amd 64 this automount well, but in raspbian I need mount this manually and only works how root. |
FAT32 can't handle partitions larger than 32GB, so I don't understand how this can work. Are you sure it's FAT32 and not exFAT? I have a feeling that exFAT support is provided by a user-space driver, which may explain the problems you are having. |
You can format a sdcard of 64GB or more tall since gparted to fat32 without problems. |
fixed, for one thing that can happen in a trillion, two of my sd had the same partition id as the boot partition, so I changed the fstab to the uuid of the boot partition and the system and they work again, sorry for the inconvenient. |
Describe the bug
When I try to insert a microsd from an external drive (aside from the external drive I use is a transcend usb 2.0 and it recognizes it as 05e3:0745 Genesys Logic, Inc. Logilink CR0012) it only shows me to open microsds smaller than 32GB.
I have the same problem since kernel version 5.10.*
Steps to reproduce the behaviour
for a 16gb microsd I have this message and it works correctly:
for one greater than 32gb instead I get this:
but it is not shown on the desktop, I can only access it from gparter and analyze it, not much else.
Device (s)
Raspberry Pi 400
System
Raspberry Pi reference 2022-09-22
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, a17501d7c91a584085cd794ab9c007c9d1b9b435, stage2
Mar 17 2023 10:50:39
Copyright (c) 2012 Broadcom
version 82f3750a65fadae9a38077e3c2e217ad158c8d54 (clean) (release) (start)
Linux raspberrypi 6.1.21-v7l+ #1642 SMP Mon Apr 3 17:22:30 BST 2023 armv7l GNU/Linux
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: