Unable to mount

For the past few months I have been having issues with USB external drives and DVD-ROM not mounting when a USB drive is plugged in or CD/DVD inserted. I see this message pop up when I attempt to browse to the USB drive:

Has anyone else ever experienced this issue and know how to fix it?

Iā€™m still getting this issue.
Any thoughts or ways I can troubleshoot and fix?
This is what I see in journalctl:

Jul 21 05:36:06 edmate1604 kernel: usb 4-1: new SuperSpeed USB device number 3 using xhci_hcd
Jul 21 05:36:06 edmate1604 kernel: usb 4-1: New USB device found, idVendor=1058, idProduct=0820
Jul 21 05:36:06 edmate1604 kernel: usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=5
Jul 21 05:36:06 edmate1604 kernel: usb 4-1: Product: My Passport 0820
Jul 21 05:36:06 edmate1604 kernel: usb 4-1: Manufacturer: Western Digital
Jul 21 05:36:06 edmate1604 kernel: usb 4-1: SerialNumber: 575833314133344134383930
Jul 21 05:36:06 edmate1604 kernel: usb-storage 4-1:1.0: USB Mass Storage device detected
Jul 21 05:36:06 edmate1604 kernel: scsi host7: usb-storage 4-1:1.0
Jul 21 05:36:06 edmate1604 mtp-probe[12814]: checking bus 4, device 3: ā€œ/sys/devices/pci0000:00/0000:00:14.0/usb4/4-1ā€
Jul 21 05:36:06 edmate1604 mtp-probe[12814]: bus: 4, device: 3 was not an MTP device
Jul 21 05:36:07 edmate1604 kernel: scsi 7:0:0:0: Direct-Access WD My Passport 0820 1007 PQ: 0 ANSI: 6
Jul 21 05:36:07 edmate1604 kernel: scsi 7:0:0:1: Enclosure WD SES Device 1007 PQ: 0 ANSI: 6
Jul 21 05:36:07 edmate1604 kernel: sd 7:0:0:0: Attached scsi generic sg4 type 0
Jul 21 05:36:07 edmate1604 kernel: ses 7:0:0:1: Attached Enclosure device
Jul 21 05:36:07 edmate1604 kernel: ses 7:0:0:1: Attached scsi generic sg5 type 13
Jul 21 05:36:13 edmate1604 kernel: sd 7:0:0:0: [sdd] 3906963456 512-byte logical blocks: (2.00 TB/1.82 TiB)
Jul 21 05:36:13 edmate1604 kernel: sd 7:0:0:0: [sdd] Write Protect is off
Jul 21 05:36:13 edmate1604 kernel: sd 7:0:0:0: [sdd] Mode Sense: 47 00 10 08
Jul 21 05:36:13 edmate1604 kernel: sd 7:0:0:0: [sdd] No Caching mode page found
Jul 21 05:36:13 edmate1604 kernel: sd 7:0:0:0: [sdd] Assuming drive cache: write through
Jul 21 05:36:13 edmate1604 kernel: sdd: sdd1
Jul 21 05:36:13 edmate1604 kernel: sd 7:0:0:0: [sdd] Attached SCSI disk

I have experienced a similar problem with20.04 vs 18.04. A large (4TB) drive that is partitioned on 18.04 using cfdisk to create a single gpt partition will mount on 20.04 as sata or as usb 3.

The same drive partitioned on 20.04 in the same way will mount as sata but NOT via usb on either 18.04 or 20.04.

Noticed that cfdisk on 18.04 is version 2.31.1 and on 20.04 is 2.34.

Also noticed that when drive will mount, a # ls /dev/sd* will reveal the partition (e.g., /dev/sdb1) present but when the drive will not mount the /dev/sdb is present but /dev/sdb1 is NOT present.

So, so far, as long as I partition the drive on 18.04 there is not a problem with mounting as sata or as usb3. I do not consider this a solution but it has helped me to migrate some drives to 20.04.

The original problem showed up when trying to move drives from 16.04 (gparted) directly to 20.04. Nothing worked except to ftp files from 16.04 to 20.04 -- the 20.04 drives had to be directly connected to a sata port. Later, when 18.04 got into the fray, the 20.04 partitioning became suspect.

I hope this helps the people who fix this stuff.

/bd