On Thu, May 30, 2024 at 05:08:36PM +0000, bugzilla-daemon@xxxxxxxxxx wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=218890 Martin: This bug report was bisected down to your commit 321da3dc1f3c ("scsi: sd: usb_storage: uas: Access media prior to querying device properties"). Apparently the drive in question doesn't like READ(10) commands but it does work with READ(16). Can you provide a test patch that updates the new sd_read_block_zero() routine to issue READ(16) if the drive has more than 4G logical blocks? Alan Stern