Activity log for bug #1441104

Date Who What changed Old value New value Message
2015-04-07 10:59:47 陈伟琪 bug added bug
2015-04-07 10:59:47 陈伟琪 attachment added about the log, I tar then into dir bug ==> bug.tar https://bugs.launchpad.net/bugs/1441104/+attachment/4368328/+files/bug.tar
2015-04-07 11:00:17 Brad Figg linux (Ubuntu): status New Incomplete
2015-04-07 11:00:18 Brad Figg tags trusty
2015-04-07 11:08:49 陈伟琪 tags trusty apport-collected trusty
2015-04-07 11:08:50 陈伟琪 description I have an USB 3.0 Hard Disk and an USB 3.0 Flash storage. And I have an 4GB micro sd with USB 2.0 sd card. But I do not have 2.0 USB storage or 2.0 usb hard disk. OK, let me describe this issue: (1) I plug in my USB 3.0 flash storage to my pc's USB 3.0 port. (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (4)Oops, The issue is an nightmare!! :( Please see the log ) $ sudo lspci -vnvn > lspci-vnvn.usbstorage_usb3.0.log ======================================================== The behavior of my USB 3.0 Hard disk is same. (1) I plug in my USB 3.0 Hard disk to my pc's USB 3.0 port( the same port ). (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (4) :( Please see the log: $ sudo lspci -vnvn > lspci-vnvn.usbharddisk_usb3.0.log (5)And I just realize lspci have no information usb storage, so: $ lsusb > lsusb3.0harddisk.log (6)I unplug my HD and plug in my storage. $ lsusb > lsusb3.0storage.log #It's so strange that lsusb show my usb storage "Kingston Technology Company Inc.", But #my usb storage is "Teclast CoolFlash USB3.0". OK, that may not be important. ===================================================================================== And Have a try that plug in my micro sd card with card reader to USB 3.0 port( the same port ): (1) plug in my micro sd card , and : $ df -h ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius (2) lsusb: $ lsusb ( because i plug in my USB Storage to another usb 3.0 port, so my sd card is /dev/sdd4 ) ( Why i plug in my USB Storage is that i want get string of "Teclast CoolFlash USB3.0" ) ( from gnome-disks And I forgot unplug it...) Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (3)And then unmount and safely remove my sd card and ... : chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ sudo umount /dev/sdd4 [sudo] password for chen: chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdd chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 014: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (You can see I did a mistake, I udisks --detach /dev/sdc ... I hopt that not distract you ...) (And the led of card reader if off ) =================================================================================================== let's see what happen when I plug in my USB3.0 Flash Storage into USB 2.0 port: (1)Plug in USB 3.0 Flash storage into USB 2.0 port chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 010: ID 13fe:5500 Kingston Technology Company Inc. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (2)And unmount and safely remove it: chen@chen-Server:~/bug$ sudo umount /dev/sdc1 chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ (The led of FLASH storage is off) ================================================= I have a try agagin: I push in USB 3.0 Flash storage into USB 3.0 Port. I unmount and safely remove it. The led of Flash Storage ==> on ==> off =(after 0.7 second)=> on. This operation , I won't do it on my Hard Disk...... and it seem some problems with my hard disk [ASMedia Technology Inc. ASMedia 2105 SATA bridge] between usb 2.0 driver ;) ================================================= OK, That's my USB 3.0 issue ================================================== chen@chen-Server:~/bug$ uname -a Linux chen-Server 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux chen@chen-Server:~/bug$ cat /etc/issue Ubuntu 14.04.2 LTS \n \l chen@chen-Server:~/bug$ cat /proc/cpuinfo > cpuinfo.log about the log, I tar then into dir bug ==> bug.tar If you need other information, just tell me. But I have no ieda that more information i should provide. I not often report bugs. OK. Best Regards, Weiqi Chen. I have an USB 3.0 Hard Disk and an USB 3.0 Flash storage. And I have an 4GB micro sd with USB 2.0 sd card. But I do not have 2.0 USB storage or 2.0 usb hard disk. OK, let me describe this issue: (1) I plug in my USB 3.0 flash storage to my pc's USB 3.0 port. (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (4)Oops, The issue is an nightmare!! :( Please see the log ) $ sudo lspci -vnvn > lspci-vnvn.usbstorage_usb3.0.log ======================================================== The behavior of my USB 3.0 Hard disk is same. (1) I plug in my USB 3.0 Hard disk to my pc's USB 3.0 port( the same port ). (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (4) :( Please see the log: $ sudo lspci -vnvn > lspci-vnvn.usbharddisk_usb3.0.log (5)And I just realize lspci have no information usb storage, so: $ lsusb > lsusb3.0harddisk.log (6)I unplug my HD and plug in my storage. $ lsusb > lsusb3.0storage.log #It's so strange that lsusb show my usb storage "Kingston Technology Company Inc.", But #my usb storage is "Teclast CoolFlash USB3.0". OK, that may not be important. ===================================================================================== And Have a try that plug in my micro sd card with card reader to USB 3.0 port( the same port ): (1) plug in my micro sd card , and : $ df -h ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius (2) lsusb: $ lsusb ( because i plug in my USB Storage to another usb 3.0 port, so my sd card is /dev/sdd4 ) ( Why i plug in my USB Storage is that i want get string of "Teclast CoolFlash USB3.0" ) ( from gnome-disks And I forgot unplug it...) Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (3)And then unmount and safely remove my sd card and ... : chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ sudo umount /dev/sdd4 [sudo] password for chen: chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdd chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 014: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (You can see I did a mistake, I udisks --detach /dev/sdc ... I hopt that not distract you ...) (And the led of card reader if off ) =================================================================================================== let's see what happen when I plug in my USB3.0 Flash Storage into USB 2.0 port: (1)Plug in USB 3.0 Flash storage into USB 2.0 port chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 010: ID 13fe:5500 Kingston Technology Company Inc. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (2)And unmount and safely remove it: chen@chen-Server:~/bug$ sudo umount /dev/sdc1 chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ (The led of FLASH storage is off) ================================================= I have a try agagin: I push in USB 3.0 Flash storage into USB 3.0 Port. I unmount and safely remove it. The led of Flash Storage ==> on ==> off =(after 0.7 second)=> on. This operation , I won't do it on my Hard Disk...... and it seem some problems with my hard disk [ASMedia Technology Inc. ASMedia 2105 SATA bridge] between usb 2.0 driver ;) ================================================= OK, That's my USB 3.0 issue ================================================== chen@chen-Server:~/bug$ uname -a Linux chen-Server 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux chen@chen-Server:~/bug$ cat /etc/issue Ubuntu 14.04.2 LTS \n \l chen@chen-Server:~/bug$ cat /proc/cpuinfo > cpuinfo.log about the log, I tar then into dir bug ==> bug.tar If you need other information, just tell me. But I have no ieda that more information i should provide. I not often report bugs. OK. Best Regards, Weiqi Chen. --- ApportVersion: 2.14.1-0ubuntu3.8 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: chen 1921 F.... pulseaudio /dev/snd/controlC0: chen 1921 F.... pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2014-12-18 (109 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: MSI MS-7851 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-48-generic root=UUID=12124a3b-f21c-46ab-a265-b1f37918e964 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16 RelatedPackageVersions: linux-restricted-modules-3.13.0-48-generic N/A linux-backports-modules-3.13.0-48-generic N/A linux-firmware 1.127.11 Tags: trusty Uname: Linux 3.13.0-48-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 07/17/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V3.6 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: B85I (MS-7851) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV3.6:bd07/17/2014:svnMSI:pnMS-7851:pvr1.0:rvnMSI:rnB85I(MS-7851):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.name: MS-7851 dmi.product.version: 1.0 dmi.sys.vendor: MSI
2015-04-07 11:08:52 陈伟琪 attachment added AlsaInfo.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368356/+files/AlsaInfo.txt
2015-04-07 11:08:56 陈伟琪 attachment added BootDmesg.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368357/+files/BootDmesg.txt
2015-04-07 11:08:57 陈伟琪 attachment added CRDA.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368358/+files/CRDA.txt
2015-04-07 11:09:04 陈伟琪 attachment added CurrentDmesg.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368359/+files/CurrentDmesg.txt
2015-04-07 11:09:06 陈伟琪 attachment added IwConfig.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368360/+files/IwConfig.txt
2015-04-07 11:09:08 陈伟琪 attachment added Lspci.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368361/+files/Lspci.txt
2015-04-07 11:09:11 陈伟琪 attachment added Lsusb.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368362/+files/Lsusb.txt
2015-04-07 11:09:13 陈伟琪 attachment added ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368363/+files/ProcCpuinfo.txt
2015-04-07 11:09:14 陈伟琪 attachment added ProcEnviron.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368364/+files/ProcEnviron.txt
2015-04-07 11:09:16 陈伟琪 attachment added ProcInterrupts.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368365/+files/ProcInterrupts.txt
2015-04-07 11:09:18 陈伟琪 attachment added ProcModules.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368366/+files/ProcModules.txt
2015-04-07 11:09:21 陈伟琪 attachment added PulseList.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368367/+files/PulseList.txt
2015-04-07 11:09:23 陈伟琪 attachment added RfKill.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368368/+files/RfKill.txt
2015-04-07 11:09:27 陈伟琪 attachment added UdevDb.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368369/+files/UdevDb.txt
2015-04-07 11:09:38 陈伟琪 attachment added UdevLog.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368370/+files/UdevLog.txt
2015-04-07 11:10:06 陈伟琪 attachment added WifiSyslog.txt https://bugs.launchpad.net/bugs/1441104/+attachment/4368371/+files/WifiSyslog.txt
2015-04-07 11:10:27 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-04-07 11:38:00 penalvch description I have an USB 3.0 Hard Disk and an USB 3.0 Flash storage. And I have an 4GB micro sd with USB 2.0 sd card. But I do not have 2.0 USB storage or 2.0 usb hard disk. OK, let me describe this issue: (1) I plug in my USB 3.0 flash storage to my pc's USB 3.0 port. (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (4)Oops, The issue is an nightmare!! :( Please see the log ) $ sudo lspci -vnvn > lspci-vnvn.usbstorage_usb3.0.log ======================================================== The behavior of my USB 3.0 Hard disk is same. (1) I plug in my USB 3.0 Hard disk to my pc's USB 3.0 port( the same port ). (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (4) :( Please see the log: $ sudo lspci -vnvn > lspci-vnvn.usbharddisk_usb3.0.log (5)And I just realize lspci have no information usb storage, so: $ lsusb > lsusb3.0harddisk.log (6)I unplug my HD and plug in my storage. $ lsusb > lsusb3.0storage.log #It's so strange that lsusb show my usb storage "Kingston Technology Company Inc.", But #my usb storage is "Teclast CoolFlash USB3.0". OK, that may not be important. ===================================================================================== And Have a try that plug in my micro sd card with card reader to USB 3.0 port( the same port ): (1) plug in my micro sd card , and : $ df -h ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius (2) lsusb: $ lsusb ( because i plug in my USB Storage to another usb 3.0 port, so my sd card is /dev/sdd4 ) ( Why i plug in my USB Storage is that i want get string of "Teclast CoolFlash USB3.0" ) ( from gnome-disks And I forgot unplug it...) Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (3)And then unmount and safely remove my sd card and ... : chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ sudo umount /dev/sdd4 [sudo] password for chen: chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdd chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 014: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (You can see I did a mistake, I udisks --detach /dev/sdc ... I hopt that not distract you ...) (And the led of card reader if off ) =================================================================================================== let's see what happen when I plug in my USB3.0 Flash Storage into USB 2.0 port: (1)Plug in USB 3.0 Flash storage into USB 2.0 port chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 010: ID 13fe:5500 Kingston Technology Company Inc. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (2)And unmount and safely remove it: chen@chen-Server:~/bug$ sudo umount /dev/sdc1 chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ (The led of FLASH storage is off) ================================================= I have a try agagin: I push in USB 3.0 Flash storage into USB 3.0 Port. I unmount and safely remove it. The led of Flash Storage ==> on ==> off =(after 0.7 second)=> on. This operation , I won't do it on my Hard Disk...... and it seem some problems with my hard disk [ASMedia Technology Inc. ASMedia 2105 SATA bridge] between usb 2.0 driver ;) ================================================= OK, That's my USB 3.0 issue ================================================== chen@chen-Server:~/bug$ uname -a Linux chen-Server 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux chen@chen-Server:~/bug$ cat /etc/issue Ubuntu 14.04.2 LTS \n \l chen@chen-Server:~/bug$ cat /proc/cpuinfo > cpuinfo.log about the log, I tar then into dir bug ==> bug.tar If you need other information, just tell me. But I have no ieda that more information i should provide. I not often report bugs. OK. Best Regards, Weiqi Chen. --- ApportVersion: 2.14.1-0ubuntu3.8 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: chen 1921 F.... pulseaudio /dev/snd/controlC0: chen 1921 F.... pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2014-12-18 (109 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: MSI MS-7851 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-48-generic root=UUID=12124a3b-f21c-46ab-a265-b1f37918e964 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16 RelatedPackageVersions: linux-restricted-modules-3.13.0-48-generic N/A linux-backports-modules-3.13.0-48-generic N/A linux-firmware 1.127.11 Tags: trusty Uname: Linux 3.13.0-48-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 07/17/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V3.6 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: B85I (MS-7851) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV3.6:bd07/17/2014:svnMSI:pnMS-7851:pvr1.0:rvnMSI:rnB85I(MS-7851):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.name: MS-7851 dmi.product.version: 1.0 dmi.sys.vendor: MSI I have a USB 3.0 Hard Disk, a USB 3.0 Flash storage, and a 4GB micro SD with USB 2.0 SD card. When I unmount devices, they still show up when I execute the command. For example, when I plug in my USB 3.0 flash storage to my PC's USB 3.0 port: $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (4)Oops, The issue is an nightmare!! :( Please see the log ) $ sudo lspci -vnvn > lspci-vnvn.usbstorage_usb3.0.log ======================================================== The behavior of my USB 3.0 Hard disk is same. (1) I plug in my USB 3.0 Hard disk to my pc's USB 3.0 port( the same port ). (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (4) :( Please see the log: $ sudo lspci -vnvn > lspci-vnvn.usbharddisk_usb3.0.log (5)And I just realize lspci have no information usb storage, so: $ lsusb > lsusb3.0harddisk.log (6)I unplug my HD and plug in my storage. $ lsusb > lsusb3.0storage.log ===================================================================================== And Have a try that plug in my micro sd card with card reader to USB 3.0 port( the same port ): (1) plug in my micro sd card , and : $ df -h ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius (2) lsusb: $ lsusb ( because i plug in my USB Storage to another usb 3.0 port, so my sd card is /dev/sdd4 ) ( Why i plug in my USB Storage is that i want get string of "Teclast CoolFlash USB3.0" ) ( from gnome-disks And I forgot unplug it...) Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (3)And then unmount and safely remove my sd card and ... : chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ sudo umount /dev/sdd4 [sudo] password for chen: chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdd chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 014: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (You can see I did a mistake, I udisks --detach /dev/sdc ... I hopt that not distract you ...) (And the led of card reader if off ) =================================================================================================== let's see what happen when I plug in my USB3.0 Flash Storage into USB 2.0 port: (1)Plug in USB 3.0 Flash storage into USB 2.0 port chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 010: ID 13fe:5500 Kingston Technology Company Inc. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (2)And unmount and safely remove it: chen@chen-Server:~/bug$ sudo umount /dev/sdc1 chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ (The led of FLASH storage is off) ================================================= I have a try again: I push in USB 3.0 Flash storage into USB 3.0 Port. I unmount and safely remove it. The led of Flash Storage ==> on ==> off =(after 0.7 second)=> on. This operation , I won't do it on my Hard Disk...... and it seem some problems with my hard disk [ASMedia Technology Inc. ASMedia 2105 SATA bridge] between usb 2.0 driver ;) --- ApportVersion: 2.14.1-0ubuntu3.8 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: chen 1921 F.... pulseaudio /dev/snd/controlC0: chen 1921 F.... pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2014-12-18 (109 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: MSI MS-7851 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-48-generic root=UUID=12124a3b-f21c-46ab-a265-b1f37918e964 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16 RelatedPackageVersions: linux-restricted-modules-3.13.0-48-generic N/A linux-backports-modules-3.13.0-48-generic N/A linux-firmware 1.127.11 Tags: trusty Uname: Linux 3.13.0-48-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 07/17/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V3.6 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: B85I (MS-7851) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV3.6:bd07/17/2014:svnMSI:pnMS-7851:pvr1.0:rvnMSI:rnB85I(MS-7851):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.name: MS-7851 dmi.product.version: 1.0 dmi.sys.vendor: MSI
2015-04-07 11:38:00 penalvch tags apport-collected trusty apport-collected latest-bios-3.6 trusty
2015-04-07 11:39:36 penalvch linux (Ubuntu): importance Undecided Low
2015-04-07 11:39:36 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-04-07 13:04:37 陈伟琪 tags apport-collected latest-bios-3.6 trusty apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-3.14.1-trusty latest-bios-3.6 trusty
2015-04-07 13:05:34 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-04-07 16:06:08 陈伟琪 bug task added udisks (Ubuntu)
2015-04-07 23:56:36 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-04-07 23:57:05 penalvch bug task deleted udisks (Ubuntu)
2015-04-08 04:43:24 陈伟琪 tags apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-3.14.1-trusty latest-bios-3.6 trusty apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0.0-rc7-generic latest-bios-3.6 trusty
2015-04-08 04:43:33 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-04-08 10:06:35 penalvch tags apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0.0-rc7-generic latest-bios-3.6 trusty apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.6 trusty
2015-04-08 10:07:33 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-04-08 12:11:16 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-04-09 00:44:55 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-04-09 07:50:46 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-04-09 08:11:10 penalvch tags apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.6 trusty apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.6 needs-bisect regression-update trusty
2015-04-09 08:12:59 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-04-14 15:26:06 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-05-08 09:58:52 penalvch tags apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.6 needs-bisect regression-update trusty apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.6 needs-bisect regression-update trusty vivid
2015-12-21 07:58:20 陈伟琪 summary USB 3.0 storage safely remove issue: re-detect the device(that I have removed already) soon USB 3.0 storage safely remove issue: re-detect (re-plug-in) the device(that I have removed already) soon
2015-12-21 12:36:51 penalvch description I have a USB 3.0 Hard Disk, a USB 3.0 Flash storage, and a 4GB micro SD with USB 2.0 SD card. When I unmount devices, they still show up when I execute the command. For example, when I plug in my USB 3.0 flash storage to my PC's USB 3.0 port: $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (4)Oops, The issue is an nightmare!! :( Please see the log ) $ sudo lspci -vnvn > lspci-vnvn.usbstorage_usb3.0.log ======================================================== The behavior of my USB 3.0 Hard disk is same. (1) I plug in my USB 3.0 Hard disk to my pc's USB 3.0 port( the same port ). (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (4) :( Please see the log: $ sudo lspci -vnvn > lspci-vnvn.usbharddisk_usb3.0.log (5)And I just realize lspci have no information usb storage, so: $ lsusb > lsusb3.0harddisk.log (6)I unplug my HD and plug in my storage. $ lsusb > lsusb3.0storage.log ===================================================================================== And Have a try that plug in my micro sd card with card reader to USB 3.0 port( the same port ): (1) plug in my micro sd card , and : $ df -h ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius (2) lsusb: $ lsusb ( because i plug in my USB Storage to another usb 3.0 port, so my sd card is /dev/sdd4 ) ( Why i plug in my USB Storage is that i want get string of "Teclast CoolFlash USB3.0" ) ( from gnome-disks And I forgot unplug it...) Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (3)And then unmount and safely remove my sd card and ... : chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ sudo umount /dev/sdd4 [sudo] password for chen: chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdd chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 014: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (You can see I did a mistake, I udisks --detach /dev/sdc ... I hopt that not distract you ...) (And the led of card reader if off ) =================================================================================================== let's see what happen when I plug in my USB3.0 Flash Storage into USB 2.0 port: (1)Plug in USB 3.0 Flash storage into USB 2.0 port chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 010: ID 13fe:5500 Kingston Technology Company Inc. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (2)And unmount and safely remove it: chen@chen-Server:~/bug$ sudo umount /dev/sdc1 chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ (The led of FLASH storage is off) ================================================= I have a try again: I push in USB 3.0 Flash storage into USB 3.0 Port. I unmount and safely remove it. The led of Flash Storage ==> on ==> off =(after 0.7 second)=> on. This operation , I won't do it on my Hard Disk...... and it seem some problems with my hard disk [ASMedia Technology Inc. ASMedia 2105 SATA bridge] between usb 2.0 driver ;) --- ApportVersion: 2.14.1-0ubuntu3.8 Architecture: amd64 AudioDevicesInUse: USER PID ACCESS COMMAND /dev/snd/controlC1: chen 1921 F.... pulseaudio /dev/snd/controlC0: chen 1921 F.... pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2014-12-18 (109 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: MSI MS-7851 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-48-generic root=UUID=12124a3b-f21c-46ab-a265-b1f37918e964 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16 RelatedPackageVersions: linux-restricted-modules-3.13.0-48-generic N/A linux-backports-modules-3.13.0-48-generic N/A linux-firmware 1.127.11 Tags: trusty Uname: Linux 3.13.0-48-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 07/17/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V3.6 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: B85I (MS-7851) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV3.6:bd07/17/2014:svnMSI:pnMS-7851:pvr1.0:rvnMSI:rnB85I(MS-7851):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.name: MS-7851 dmi.product.version: 1.0 dmi.sys.vendor: MSI I have a USB 3.0 Hard Disk, a USB 3.0 Flash storage, and a 4GB micro SD with USB 2.0 SD card. When I unmount devices, they still show up when I execute the command. For example, when I plug in my USB 3.0 flash storage to my PC's USB 3.0 port: $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash (4)Oops, The issue is an nightmare!! :( Please see the log ) $ sudo lspci -vnvn > lspci-vnvn.usbstorage_usb3.0.log ======================================================== The behavior of my USB 3.0 Hard disk is same. (1) I plug in my USB 3.0 Hard disk to my pc's USB 3.0 port( the same port ). (2) My computer detect my storage soon and automatically mount it. $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (3) I ummount it and safely remove it, and run df -h, you will see it: $ sudo umount /dev/sdc1 [sudo] password for chen: ... $ sudo udisks --detach /dev/sdc $ df -h ... /dev/sdc1 932G 205M 932G 1% /media/chen/陈家胜 (4) :( Please see the log: $ sudo lspci -vnvn > lspci-vnvn.usbharddisk_usb3.0.log (5)And I just realize lspci have no information usb storage, so: $ lsusb > lsusb3.0harddisk.log (6)I unplug my HD and plug in my storage. $ lsusb > lsusb3.0storage.log ===================================================================================== And Have a try that plug in my micro sd card with card reader to USB 3.0 port( the same port ): (1) plug in my micro sd card , and : $ df -h ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius (2) lsusb: $ lsusb ( because i plug in my USB Storage to another usb 3.0 port, so my sd card is /dev/sdd4 ) ( Why i plug in my USB Storage is that i want get string of "Teclast CoolFlash USB3.0" ) ( from gnome-disks And I forgot unplug it...) Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (3)And then unmount and safely remove my sd card and ... : chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdd4 3.7G 38M 3.7G 2% /media/chen/DiskGenius chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 013: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 008: ID 05e3:0723 Genesys Logic, Inc. GL827L SD/MMC/MS Flash Card Reader Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ sudo umount /dev/sdd4 [sudo] password for chen: chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdd chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 014: ID 13fe:5500 Kingston Technology Company Inc. Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 004: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (You can see I did a mistake, I udisks --detach /dev/sdc ... I hopt that not distract you ...) (And the led of card reader if off ) =================================================================================================== let's see what happen when I plug in my USB3.0 Flash Storage into USB 2.0 port: (1)Plug in USB 3.0 Flash storage into USB 2.0 port chen@chen-Server:~/bug$ df -h 文件系统 容量 已用 可用 已用% 挂载点 ... /dev/sdc1 30G 17G 13G 57% /media/chen/MyFlash chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 010: ID 13fe:5500 Kingston Technology Company Inc. Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub (2)And unmount and safely remove it: chen@chen-Server:~/bug$ sudo umount /dev/sdc1 chen@chen-Server:~/bug$ sudo udisks --detach /dev/sdc chen@chen-Server:~/bug$ lsusb Bus 002 Device 002: ID 8087:8000 Intel Corp. Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 001 Device 002: ID 8087:8008 Intel Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub Bus 003 Device 009: ID 8087:07dc Intel Corp. Bus 003 Device 003: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter Bus 003 Device 002: ID 24ae:2000 Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub chen@chen-Server:~/bug$ (The led of FLASH storage is off) ================================================= I have a try again: I push in USB 3.0 Flash storage into USB 3.0 Port. I unmount and safely remove it. The led of Flash Storage ==> on ==> off =(after 0.7 second)=> on. This operation , I won't do it on my Hard Disk...... and it seem some problems with my hard disk [ASMedia Technology Inc. ASMedia 2105 SATA bridge] between usb 2.0 driver ;) WORKAROUND: In BIOS > Settings > Advanced > USB Configuration change "XHCI Hand-off" to [Disabled]. --- ApportVersion: 2.14.1-0ubuntu3.8 Architecture: amd64 AudioDevicesInUse:  USER PID ACCESS COMMAND  /dev/snd/controlC1: chen 1921 F.... pulseaudio  /dev/snd/controlC0: chen 1921 F.... pulseaudio CurrentDesktop: Unity DistroRelease: Ubuntu 14.04 InstallationDate: Installed on 2014-12-18 (109 days ago) InstallationMedia: Ubuntu 14.04 LTS "Trusty Tahr" - Release amd64 (20140417) MachineType: MSI MS-7851 Package: linux (not installed) ProcFB: 0 inteldrmfb ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.13.0-48-generic root=UUID=12124a3b-f21c-46ab-a265-b1f37918e964 ro quiet splash vt.handoff=7 ProcVersionSignature: Ubuntu 3.13.0-48.80-generic 3.13.11-ckt16 RelatedPackageVersions:  linux-restricted-modules-3.13.0-48-generic N/A  linux-backports-modules-3.13.0-48-generic N/A  linux-firmware 1.127.11 Tags: trusty Uname: Linux 3.13.0-48-generic x86_64 UpgradeStatus: No upgrade log present (probably fresh install) UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo _MarkForUpload: True dmi.bios.date: 07/17/2014 dmi.bios.vendor: American Megatrends Inc. dmi.bios.version: V3.6 dmi.board.asset.tag: To be filled by O.E.M. dmi.board.name: B85I (MS-7851) dmi.board.vendor: MSI dmi.board.version: 1.0 dmi.chassis.asset.tag: To be filled by O.E.M. dmi.chassis.type: 3 dmi.chassis.vendor: MSI dmi.chassis.version: 1.0 dmi.modalias: dmi:bvnAmericanMegatrendsInc.:bvrV3.6:bd07/17/2014:svnMSI:pnMS-7851:pvr1.0:rvnMSI:rnB85I(MS-7851):rvr1.0:cvnMSI:ct3:cvr1.0: dmi.product.name: MS-7851 dmi.product.version: 1.0 dmi.sys.vendor: MSI
2015-12-21 12:39:09 penalvch tags apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.6 needs-bisect regression-update trusty vivid apport-collected bios-outdated-3.7 kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 needs-bisect regression-update trusty vivid
2015-12-21 12:40:03 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-12-27 08:17:59 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-12-27 15:09:27 penalvch tags apport-collected bios-outdated-3.7 kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 needs-bisect regression-update trusty vivid apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.7 needs-bisect regression-update trusty vivid
2015-12-27 15:11:54 penalvch linux (Ubuntu): importance Low Medium
2015-12-27 15:11:54 penalvch linux (Ubuntu): status Confirmed Incomplete
2015-12-27 16:33:33 陈伟琪 linux (Ubuntu): status Incomplete Confirmed
2015-12-28 12:18:12 penalvch tags apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.0-rc7 latest-bios-3.7 needs-bisect regression-update trusty vivid apport-collected kernel-bug-exists-upstream kernel-bug-exists-upstream-4.4-rc6 latest-bios-3.7 needs-bisect regression-update trusty vivid
2015-12-28 12:19:55 penalvch linux (Ubuntu): status Confirmed Incomplete
2016-04-05 04:17:18 Launchpad Janitor linux (Ubuntu): status Incomplete Expired
2016-05-13 09:29:34 Donk marked as duplicate 792085
2016-10-15 02:35:47 penalvch removed subscriber Christopher M. Penalver