Linux Mint 18にはSeagate 4TB外付けハードドライブは表示されません。

Linux Mint 18にはSeagate 4TB外付けハードドライブは表示されません。

私はSeagateで4TB外付けハードドライブを購入し、それを私のラップトップ(Linux Mint 18)の拡張として使用したいと思います。しかし、自動的にインストールされません。複数のフォーラムを検索しても解決策が見つかりません。端末でHDアドレッシングを試みたが、

$ sudo parted -l
Model: ATA SAMSUNG MZNLN256 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags: 

Number  Start   End     Size    Type      File system     Flags
 1      1049kB  25,0GB  25,0GB  primary   ext4            boot
 2      25,0GB  256GB   231GB   extended
 5      25,0GB  246GB   221GB   logical   ext4
 6      246GB   256GB   10,1GB  logical   linux-swap(v1)

HDを表示しません。

$ lsusb
Bus 002 Device 004: ID 0bc2:231a Seagate RSS LLC
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 006: ID 138a:0090 Validity Sensors, Inc. 
Bus 001 Device 005: ID 5986:0706 Acer, Inc 
Bus 001 Device 004: ID 8087:0a2b Intel Corp. 
Bus 001 Device 003: ID 058f:9540 Alcor Micro Corp. AU9540 Smartcard Reader
Bus 001 Device 002: ID 24ae:2010  
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

切断した後、再接続して次を実行します。

$ dmesg | tail
[23864.763687] sd 4:0:0:0: [sdb] Attached SCSI disk
[23877.666931] usb 2-1: new SuperSpeed USB device number 5 using xhci_hcd
[23877.688749] usb 2-1: New USB device found, idVendor=0bc2, idProduct=231a
[23877.688763] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[23877.688771] usb 2-1: Product: Expansion
[23877.688777] usb 2-1: Manufacturer: Seagate
[23877.688782] usb 2-1: SerialNumber: NA8GVXYS
[23877.696566] scsi host5: uas
[23877.697684] scsi 5:0:0:0: Direct-Access     Seagate  Expansion        0707 PQ: 0 ANSI: 6
[23877.699718] sd 5:0:0:0: Attached scsi generic sg1 type 0

そして

$ sudo gnome-disks

モデルSeagate Expansion (0707)情報、シリアル番号、デバイスのみが表示されます/dev/sdc

$ sudo mount /dev/sdc /media/disk4TB

有効なブロックデバイスではないことを伝えます。

Linux Mint18で引き続き使用できるようにする方法について提案がある人はいますか?

ベストアンサー1

それでも問題がある場合は、以下を試してください。

# modprobe uas

同じドライブに見えるのと同様の問題が発生しました。 /etc/modulesにuasを追加して自動的にロードできます。

# cat /etc/modules

# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
uas

おすすめ記事