USB 驱动器破坏了网络访问

USB 驱动器破坏了网络访问

最近我买了一个全新的 Sandisk Extreme USB 闪存盘。它包含一个 NTFS 文件系统和一个加密的 NTFS 文件夹,我可以在 Windows 机器上无问题地读取/写入。但是当我将它插入我的 14.04 LTS 时,所有的网络都断了,我无法访问我的 LAN 或互联网。当我卸载它时,一切都会自动恢复。

这是系统日志条目。我真的不知道从哪里开始调试……

Apr 14 18:36:16 vostro kernel: [78283.927433] usb 3-2: new SuperSpeed   USB device number 3 using xhci_hcd
Apr 14 18:36:16 vostro mtp-probe: checking bus 3, device 3:  "/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2"
Apr 14 18:36:16 vostro mtp-probe: bus: 3, device: 3 was not an MTP device
Apr 14 18:36:16 vostro kernel: [78283.943734] usb 3-2: New USB device found, idVendor=0781, idProduct=5580
Apr 14 18:36:16 vostro kernel: [78283.943737] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
Apr 14 18:36:16 vostro kernel: [78283.943738] usb 3-2: Product: Extreme
Apr 14 18:36:16 vostro kernel: [78283.943739] usb 3-2: Manufacturer: SanDisk
Apr 14 18:36:16 vostro kernel: [78283.943740] usb 3-2: SerialNumber: AA011202140957272407
Apr 14 18:36:16 vostro kernel: [78283.944109] usb-storage 3-2:1.0: USB  Mass Storage device detected
Apr 14 18:36:16 vostro kernel: [78283.944469] scsi5 : usb-storage 3-2:1.0
Apr 14 18:36:17 vostro kernel: [78284.944624] scsi 5:0:0:0: Direct-  Access     SanDisk  Extreme          0001 PQ: 0 ANSI: 6
Apr 14 18:36:17 vostro kernel: [78284.945402] sd 5:0:0:0: Attached scsi generic sg1 type 0
Apr 14 18:36:17 vostro kernel: [78284.945480] sd 5:0:0:0: [sdb] 62533296 512-byte logical blocks: (32.0 GB/29.8 GiB)
Apr 14 18:36:17 vostro kernel: [78284.945695] sd 5:0:0:0: [sdb] Write Protect is off
Apr 14 18:36:17 vostro kernel: [78284.945704] sd 5:0:0:0: [sdb] Mode Sense: 53 00 00 08
Apr 14 18:36:17 vostro kernel: [78284.945926] sd 5:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
Apr 14 18:36:17 vostro kernel: [78284.952456]  sdb: sdb1
Apr 14 18:36:17 vostro kernel: [78284.956342] sd 5:0:0:0: [sdb] Attached SCSI removable disk
Apr 14 18:36:18 vostro ntfs-3g[18907]: Version 2013.1.13AR.1 external FUSE 29
Apr 14 18:36:18 vostro ntfs-3g[18907]: Mounted /dev/sdb1 (Read-Write, label "luiz.kill", NTFS 3.1)
Apr 14 18:36:18 vostro ntfs-3g[18907]: Cmdline options: rw,nosuid,nodev,uhelper=udisks2,uid=1000,gid=1000,dmask=0077,fmask=0177
Apr 14 18:36:18 vostro ntfs-3g[18907]: Mount options: rw,nosuid,nodev,uhelper=udisks2,allow_other,nonempty,relatime,default_permissions,fsname=/dev/sdb1,blkdev,blksize=4096
Apr 14 18:36:18 vostro ntfs-3g[18907]: Global ownership and permissions enforced, configuration type 7
Apr 14 18:36:18 vostro udisksd[3748]: Mounted /dev/sdb1 at  /media/lzkill/luiz.kill on behalf of uid 1000

相关内容