デジタルカメラドライブを安全に取り外した後、USB経由でどのようにアクセスしますか?

デジタルカメラドライブを安全に取り外した後、USB経由でどのようにアクセスしますか?

Ubuntu 11.04では、私は賢明ではないように右クリックし、「USB経由で接続されたSony HDR-XR150のドライブを安全にマウント解除しました」 USBを介してデジタルカメラをコンピュータに接続すると、Ubuntuは新しいドライブを登録しないか、「USBドライブの使用方法を認識して選択する」画面がしばらく点滅します。

助けてください。

ちなみにdmesg私が実行した結果は次のとおりです。

    scsi 4:0:0:0: Direct-Access     Sony     Camcorder        1.00 PQ: 0 ANSI: 0
[   53.099590] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   53.101210] sd 4:0:0:0: [sdb] 234413857 512-byte logical blocks: (120 GB/111 GiB)
[   53.102473] sd 4:0:0:0: [sdb] Write Protect is off
[   53.102477] sd 4:0:0:0: [sdb] Mode Sense: 03 00 00 00
[   53.103471] sd 4:0:0:0: [sdb] No Caching mode page present
[   53.103474] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[   53.107097] sd 4:0:0:0: [sdb] No Caching mode page present
[   53.107101] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[   53.452787]  sdb: sdb1
[   53.455391] sd 4:0:0:0: [sdb] No Caching mode page present
[   53.455393] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[   53.455395] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[   55.341231] usb 2-1: USB disconnect, address 5
[   55.590219] hub 2-0:1.0: unable to enumerate USB device on port 1
[   55.870017] usb 2-1: new high speed USB device using ehci_hcd and address 7
[   56.021458] scsi5 : usb-storage 2-1:1.0
[   56.186651] usb 2-1: USB disconnect, address 7
[   56.500014] usb 2-1: new high speed USB device using ehci_hcd and address 8
[   56.651324] scsi6 : usb-storage 2-1:1.0
[   58.604859] usb 2-1: USB disconnect, address 8
[   58.920011] usb 2-1: new high speed USB device using ehci_hcd and address 9
[   59.270009] usb 6-1: new full speed USB device using uhci_hcd and address 2
[   59.400008] usb 6-1: device descriptor read/64, error -71
[   59.640013] usb 6-1: device descriptor read/64, error -71
[   59.870008] usb 6-1: new full speed USB device using uhci_hcd and address 3
[   60.000008] usb 6-1: device descriptor read/64, error -71
[   60.240014] usb 6-1: device descriptor read/64, error -71
[   60.470014] usb 6-1: new full speed USB device using uhci_hcd and address 4
[   60.890007] usb 6-1: device not accepting address 4, error -71
[   61.010009] usb 6-1: new full speed USB device using uhci_hcd and address 5
[   61.430007] usb 6-1: device not accepting address 5, error -71
[   61.430016] hub 6-0:1.0: unable to enumerate USB device on port 1
[  180.320011] usb 6-1: new full speed USB device using uhci_hcd and address 6
[  180.450016] usb 6-1: device descriptor read/64, error -71
[  180.690012] usb 6-1: device descriptor read/64, error -71
[  180.920010] usb 6-1: new full speed USB device using uhci_hcd and address 7
[  181.050010] usb 6-1: device descriptor read/64, error -71
[  181.290035] usb 6-1: device descriptor read/64, error -71
[  181.520009] usb 6-1: new full speed USB device using uhci_hcd and address 8
[  181.940007] usb 6-1: device not accepting address 8, error -71
[  182.060015] usb 6-1: new full speed USB device using uhci_hcd and address 9
[  182.480008] usb 6-1: device not accepting address 9, error -71
[  182.480019] hub 6-0:1.0: unable to enumerate USB device on port 1
[  555.580012] usb 6-1: new full speed USB device using uhci_hcd and address 10
[  555.710012] usb 6-1: device descriptor read/64, error -71
[  555.950010] usb 6-1: device descriptor read/64, error -71
[  556.180012] usb 6-1: new full speed USB device using uhci_hcd and address 11
[  556.310009] usb 6-1: device descriptor read/64, error -71
[  556.550009] usb 6-1: device descriptor read/64, error -71
[  556.780009] usb 6-1: new full speed USB device using uhci_hcd and address 12
[  557.200008] usb 6-1: device not accepting address 12, error -71
[  557.320012] usb 6-1: new full speed USB device using uhci_hcd and address 13
[  557.740006] usb 6-1: device not accepting address 13, error -71
[  557.740016] hub 6-0:1.0: unable to enumerate USB device on port 1

ベストアンサー1

7年が経ちましたが、今この問題に直面しました。問題はexFATのサポートが不足していることです。したがって、これは役に立ちます:

sudo aptitude install exfat-fuse                                                                                                                                          

おすすめ記事