Just installed Ubuntu 24.04 on a new computer.
An exFAT 4TByte Sandisk "G40" SSD USB drive is not recognized by my Ubuntu installation.
Neither if I start it connected, nor if I plug it in after boot has finished.
The G40 is recognized on the USB port of another Win10 computer without problems. Even checking the drive with Win10 file explorer leads to "no errors". Hence, I assume there is nothing wrong with G40.
Plugging the drive into an USB 3 port leads to this lines when running sudo dmesg:[114178.524051] usb 1-1: new full-speed USB device number 6 using xhci_hcd
[114178.685207] usb 1-1: New USB device found, idVendor=4791, idProduct=2066, bcdDevice= 0.00
[114178.685225] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[114178.685230] usb 1-1: Product: PRO G40
[114178.685234] usb 1-1: Manufacturer: SanDisk
[114178.685237] usb 1-1: SerialNumber: 03010A00A1080000B6B0400AB80E0500
I expected to see it mounted somewhere below /media, as with another 4TB Sandisk "Extreme" SSD. However that one is formatted to ext4 instead of exFAT.
Running lsusb shows the G40 asBus 001 Device 006: ID 4791:2066 SanDisk PRO G40
lsblk does not show a name for the G40, as it does with Extreme, I expected something likesdx 8:0 0 3.6T 0 disk
└─sdx1 8:1 0 3.6T 0 part /media/rsc/<some uuid>
The commandsudo dmesg | grep -e "sd[a-z][1-9]
shows just the sda1 drive for the Extreme, but nothing for G40.
What to do next to find the cause why G40 is not mounted automatically?
Is it possible to assign it manually to drive entry like /dev/sdb1?
Bookmarks