首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >附加外部驱动器不可安装

附加外部驱动器不可安装
EN

Ask Ubuntu用户
提问于 2020-04-26 22:23:24
回答 1查看 126关注 0票数 2

当我附加一个驱动器到ubuntu18.04时,它不在/dev中列出。

代码语言:javascript
复制
ls -al /dev | grep sd

只返回sda (引导驱动器)

如果我列出磁盘,我可以看到设备(下面是完整的fdisk响应-我不再确信分区错误是指附加的驱动器)。但不是磁盘。

当我插入设备时,dmsg不会显示任何错误:

代码语言:javascript
复制
[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

所以我想问题是:

  1. 为什么我不能按原样安装这个设备?
  2. 我如何使这个设备可以安装?

ps

现在,我有两台设备可以在其他机器上愉快地安装,mac和windows,但是无法安装在这个ubuntu盒上。

代码语言:javascript
复制
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
EN

回答 1

Ask Ubuntu用户

发布于 2020-04-27 16:26:38

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1231656

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档