虽然我的 2Tb USB3 HD 可以作为 Windows 上的 USB2 顺利连接到我的 L520 Lenovo 笔记本电脑,并且我已经成功地使用 Windows 在其上保存了一个小测试文件,但它在我的 Ubuntu 20.04.2 LTS 64 位 Gnome 3.36.8 上完全失败了。我也在 LIVE DVD 模式下在 Ubuntu 21.04 上尝试过它,但同样失败了。
由于它可以正常连接到我笔记本电脑上与 Windows 相同的 USB 端口,所以我认为这排除了第一个明显的可能性,即我的联想 USB 端口无法为 USB3 提供足够的电力。
同时,USB2 HD 在 Ubuntu 上自动安装并连接正常,这表明 USB3 与 Ubuntu 不兼容
lsusb
确实检测到我的 USB3 HD as Bus 001 Device 007: ID 152d:0562 JMicron Technology Corp. / JMicron USA Technology Corp
。
但sudo gdisk /dev/sdb
得到的答案却令人怀疑:
GPT fdisk (gdisk) version 1.0.5
Warning! Read error 5; strange behavior now likely!
Warning! Read error 5; strange behavior now likely!
Partition table scan:
MBR: not present
BSD: not present
APM: not present
GPT: not present
Creating new GPT entries in memory.
Command v [=verify disk] returns
No problems found. 3907029101 free sectors (1.8 TiB) available in 1
segments, the largest of which is 3907029101 (1.8 TiB) in size.
然后 gdisk 输出:
gdisk : p
Disk /dev/sdb: 3907029168 sectors, 1.8 TiB
Model: Super Speed
Sector size (logical/physical): 512/4096 bytes
Disk identifier (GUID): F0F1754E-D3FF-4D57-B00D-145653B40C51
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 3907029134
Partitions will be aligned on 2048-sector boundaries
Total free space is 3907029101 sectors (1.8 TiB)
Number Start (sector) End (sector) Size Code Name
并且 parted 产生:
sudo parted /dev/sdb
Warning: Error fsyncing/closing /dev/sdb1: Remote I/O error
Retry/Ignore?
我还尝试了 Ubuntu Disks,结果显示2TB block device /dev/sdb
。尝试使用 Disks 格式化 sdb1,但Error wiping device: Failed to probe the device /dev/sdb1 (udisks-error-quark,0)
我在其他地方看到过关于手动为此 USB3 驱动器创建挂载点的建议,但没有遵循这些建议,因为我不明白为什么在 USB2 驱动器自动挂载时我必须手动挂载 USB3。
感谢任何想法/建议