通过 USB 适配器连接的外部硬盘上的文件路径是什么?

通过 USB 适配器连接的外部硬盘上的文件路径是什么?

我没有看到硬盘连接的通过外部 USB 适配器:

nicholas@mordor:~$ 
nicholas@mordor:~$ lsusb
Bus 002 Device 010: ID 0461:3f41 Primax Electronics, Ltd HP Wired Desktop 320K Keyboard
Bus 002 Device 015: ID 1c4f:0034 SiGma Micro XM102K Optical Wheel Mouse
Bus 002 Device 018: ID 152d:0578 JMicron Technology Corp. / JMicron USA Technology Corp. JMS578 SATA 6Gb/s
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
nicholas@mordor:~$ 
nicholas@mordor:~$ ls /mnt/
nicholas@mordor:~$ 
nicholas@mordor:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04 LTS
Release:    22.04
Codename:   jammy
nicholas@mordor:~$ 

fdisk -l显示驱动器:

Disk /dev/sdb: 74.53 GiB, 80026361856 bytes, 156301488 sectors
Disk model: AS              
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Disk identifier: 6FF2FD37-7327-48AF-BFC1-224378E567DC

Device       Start       End   Sectors  Size Type
/dev/sdb1     2048      4095      2048    1M BIOS boot
/dev/sdb2     4096   1054719   1050624  513M EFI System
/dev/sdb3  1054720 156301311 155246592   74G Linux LVM

如何找到作为更大的 USB 拇指驱动器读取和写入文件的路径?

我期望在 GUI 中看到该驱动器作为拇指驱动器,但它在那里不可见。

这是 dmesg 输出:

https://gist.github.com/NICKSAUNDERS/107c7d373bc5f17f66fadcf67639ca00

相关内容