I've tried on Ubuntu 22.04 and Windows Pro 11 to mount two or more NVME USB enclosures (Orico https://www.orico.cc/us/product/detail/8037.html) with no success. Individually, they work fine.
On Ubuntu, I can see the drives (for two) but cannot mount. Any suggestions/solutions?
Thanks,
Frank
On Ubuntu, I can see the drives (for two) but cannot mount. Any suggestions/solutions?
Thanks,
Frank
Code:
$ sudo smartctl -d scsi -a /dev/sdb
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.19.0-46-generic] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Realtek
Product: RTL9210B-CG
Revision: 1.00
Compliance: SPC-4
User Capacity: 2,000,398,934,016 bytes [2.00 TB]
Logical block size: 512 bytes
Physical block size: 16384 bytes
Lowest aligned LBA: 11040
LU is fully provisioned [LBPRZ=1]
Rotation Rate: Solid State Device
Logical Unit id: 0x3001237923792379
Serial number: 0000000000000000
Device type: disk
Local Time is: Sat Aug 19 23:55:59 2023 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Temperature Warning: Disabled or Not Supported
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging
$ sudo smartctl -d scsi -a /dev/sda
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-5.19.0-46-generic] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: Realtek
Product: RTL9210B-CG
Revision: 1.00
Compliance: SPC-4
User Capacity: 128,035,676,160 bytes [128 GB]
Logical block size: 512 bytes
LU is fully provisioned
Rotation Rate: Solid State Device
Logical Unit id: 0x3001237923792379
Serial number: 0000000000000000
Device type: disk
Local Time is: Sun Aug 20 22:20:12 2023 EDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Temperature Warning: Disabled or Not Supported
=== START OF READ SMART DATA SECTION ===
SMART Health Status: OK
Current Drive Temperature: 0 C
Drive Trip Temperature: 0 C
Error Counter logging not supported
Device does not support Self Test logging