USB HDD 在 nautilus/nemo 中不可见

USB HDD 在 nautilus/nemo 中不可见

HDD 在“磁盘”实用程序中可见。我可以使用 来安装该驱动器上的唯一分区mount。 gvfs-mount 识别磁盘:

$ gvfs-mount --list
...
Drive(2): 750 GB Hard Disk
Type: GProxyDrive (GProxyVolumeMonitorUDisks2)

dmesg 如下所示:

[25081.614627] usb 2-6: new high-speed USB device number 11 using ehci_hcd
[25081.747814] usb 2-6: New USB device found, idVendor=125f, idProduct=a93a
[25081.747826] usb 2-6: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[25081.747834] usb 2-6: Product: Portable HDD SH93
[25081.747840] usb 2-6: Manufacturer: ADATA
[25081.747846] usb 2-6: SerialNumber: 000000000078
[25081.748425] scsi15 : usb-storage 2-6:1.0
[25082.744264] scsi 15:0:0:0: Direct-Access     ADATA    HDD SH93              PQ: 0 ANSI: 0
[25082.746361] sd 15:0:0:0: Attached scsi generic sg2 type 0
[25082.749729] sd 15:0:0:0: [sdc] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[25082.751350] sd 15:0:0:0: [sdc] Write Protect is off
[25082.751365] sd 15:0:0:0: [sdc] Mode Sense: 03 00 00 00
[25082.751826] sd 15:0:0:0: [sdc] No Caching mode page present
[25082.751834] sd 15:0:0:0: [sdc] Assuming drive cache: write through
[25082.754559] sd 15:0:0:0: [sdc] No Caching mode page present
[25082.754561] sd 15:0:0:0: [sdc] Assuming drive cache: write through
[25082.783022]  sdc: sdc1
[25082.785984] sd 15:0:0:0: [sdc] No Caching mode page present
[25082.785995] sd 15:0:0:0: [sdc] Assuming drive cache: write through
[25082.786002] sd 15:0:0:0: [sdc] Attached SCSI disk

该磁盘在 nautilus 的“设备”类别中不可见。其他 USB 磁盘可见,我可以使用 nautilus 安装它们。两个月前,该特定驱动器曾与 nautilus 一起使用。

该磁盘上的唯一分区已使用 vfat 格式化。我尝试过重新启动,但无济于事。

编辑:驱动器在海豚中也是不可见的,所以似乎存在一些潜在的问题。

答案1

好吧,有点晚了,但对于其他人来说......

udisks2.rules您可能可以在in中查找/usr/lib/udev/rules.d/80-udisks2.rules并删除其后的任何内容或所有内容

# ------------------------------------------------------------------------
# ------------------------------------------------------------------------
# ------------------------------------------------------------------------
# Devices which should not be display in the user interface

因为您的磁盘可能触发了其中一种情况。或者,尝试一次删除一些部分。

相关内容