当我附加一个驱动器到ubuntu18.04时,它不在/dev中列出。
ls -al /dev | grep sd只返回sda (引导驱动器)
如果我列出磁盘,我可以看到设备(下面是完整的fdisk响应-我不再确信分区错误是指附加的驱动器)。但不是磁盘。
当我插入设备时,dmsg不会显示任何错误:
[10134.191871] usb 2-3: USB disconnect, device number 2
[11563.988155] usb 2-3: new high-speed USB device number 6 using xhci_hcd
[11564.138381] usb 2-3: New USB device found, idVendor=0bc2, idProduct=ac19
[11564.138387] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=1
[11564.138390] usb 2-3: Product: Device Name
[11564.138393] usb 2-3: Manufacturer: Seagate
[11564.138395] usb 2-3: SerialNumber: 0000000000000000所以我想问题是:
ps
现在,我有两台设备可以在其他机器上愉快地安装,mac和windows,但是无法安装在这个ubuntu盒上。
user@box:~$ sudo fdisk -l
Disk /dev/sda: 465.8 GiB, 500107862016 bytes, 976773168 sectors
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: dos
Disk identifier: 0x26464355
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 999423 997376 487M 83 Linux
/dev/sda2 1001470 976771071 975769602 465.3G 5 Extended
/dev/sda5 1001472 976771071 975769600 465.3G 8e Linux LVM
Partition 2 does not start on physical sector boundary.
Disk /dev/mapper/box--vg-root: 461.4 GiB, 495418605568 bytes, 967614464 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/box--vg-swap_1: 3.9 GiB, 4173332480 bytes, 8151040 sectors
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: B09AD881-9F34-401E-9A48-74B04F72C504
Device Start End Sectors Size Type
/dev/mapper/box--vg-swap_1p1 4096 8148991 8144896 3.9G Linux filesystem发布于 2020-04-27 16:26:38
所以我设法用
sudo modprobe uas
在阅读了这篇文章之后:
https://askubuntu.com/questions/1231656
复制相似问题