Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-17-2013, 01:30 AM
|
#1
|
LQ Newbie
Registered: Nov 2013
Location: Guangzhou, China
Distribution: Slackware
Posts: 4
Rep: 
|
My USB External HardDrive cannot be mounted after I launch cairo-dock
Hi, I use Slackware14.1.
After I launch cairo-dock, the USB External HardDrive can not be mounted. I don't konw why, do they conflict?
And how I can solve this conflict?
Thanks!
Last edited by slackprogrammer; 11-17-2013 at 05:20 AM.
|
|
|
11-17-2013, 06:43 PM
|
#2
|
LQ Addict
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,302
Rep: 
|
Hi slackprogrammer and welcome to LQ.
Did you try to mount it manually?
Plug it in, wait 30 seconds tht it be ready, then type in a terminal:
Code:
cat /proc/partitions
and for instance if you find a partition on it named /dev/sdb1, just type as root:
Code:
mount /dev/sdb1 /mnt
to mount it on /mnt.
Last edited by Didier Spaier; 11-17-2013 at 06:44 PM.
|
|
|
11-18-2013, 10:18 AM
|
#3
|
LQ Newbie
Registered: Nov 2013
Location: Guangzhou, China
Distribution: Slackware
Posts: 4
Original Poster
Rep: 
|
Quote:
Originally Posted by Didier Spaier
Hi slackprogrammer and welcome to LQ.
Did you try to mount it manually?
Plug it in, wait 30 seconds tht it be ready, then type in a terminal:
Code:
cat /proc/partitions
and for instance if you find a partition on it named /dev/sdb1, just type as root:
Code:
mount /dev/sdb1 /mnt
to mount it on /mnt.
|
Thanks Didier Spaier for your answer. Yes, I have mounted it manually, but it responded nothing and can not end.After launching cairo-dock, I plug my USB External HardDrive, it shows:
Quote:
bash-4.2# ls -l /dev/sdb*
brw-rw---- 1 root disk 8, 16 Nov 18 23:08 /dev/sdb
brw------- 1 root root 8, 17 Nov 18 23:08 /dev/sdb1
brw------- 1 root root 8, 18 Nov 18 23:08 /dev/sdb2
brw------- 1 root root 8, 19 Nov 18 23:08 /dev/sdb3
brw------- 1 root root 8, 20 Nov 18 23:08 /dev/sdb4
brw------- 1 root root 8, 21 Nov 18 23:08 /dev/sdb5
|
and cannot mount it manually as root user.Whereas it shows like this before launching the cairo-dock.
Quote:
brw-rw---- 1 root disk 8, 16 Nov 18 21:52 /dev/sdb
brw-rw---- 1 root disk 8, 17 Nov 18 21:52 /dev/sdb1
brw-rw---- 1 root disk 8, 18 Nov 18 21:52 /dev/sdb2
brw-rw---- 1 root disk 8, 19 Nov 18 21:52 /dev/sdb3
brw-rw---- 1 root disk 8, 20 Nov 18 21:52 /dev/sdb4
brw-rw---- 1 root disk 8, 20 Nov 18 21:52 /dev/sdb5
|
then I don't know why this happens.
Last edited by slackprogrammer; 11-18-2013 at 10:20 AM.
|
|
|
11-18-2013, 10:30 AM
|
#4
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Rep: 
|
can you issue the following command after connecting.
It might get another dev entry
|
|
|
11-18-2013, 11:37 PM
|
#5
|
LQ Newbie
Registered: Nov 2013
Location: Guangzhou, China
Distribution: Slackware
Posts: 4
Original Poster
Rep: 
|
Quote:
Originally Posted by bartgymnast
can you issue the following command after connecting.
It might get another dev entry
|
Thanks! Before launching the cairo-dock, it shows:
Quote:
bash-4.2# dmesg | grep USB (I just list relative message)
[ 392.570901] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 392.582694] usb 1-3: New USB device found, idVendor=14cd, idProduct=6116
[ 392.582698] usb 1-3: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[ 392.582699] usb 1-3: Product: USB 2.0 SATA BRIDGE
[ 392.630996] ums-cypress 1-3:1.0: USB Mass Storage device detected
|
then I run cairo-dock, it shows:
Quote:
bash-4.2# dmesg | grep USB
[ 392.570901] usb 1-3: new high-speed USB device number 3 using xhci_hcd
[ 392.582694] usb 1-3: New USB device found, idVendor=14cd, idProduct=6116
[ 392.582698] usb 1-3: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[ 392.582699] usb 1-3: Product: USB 2.0 SATA BRIDGE
[ 392.630996] ums-cypress 1-3:1.0: USB Mass Storage device detected
[ 467.286789] usb 1-3: reset high-speed USB device number 3 using xhci_hcd
|
the last line has appeared.What does it mean?
|
|
|
11-19-2013, 02:28 AM
|
#6
|
Member
Registered: Feb 2003
Location: Almere, Netherlands
Distribution: slack 7.1 till latest and -current, LFS
Posts: 368
Rep: 
|
hi slackprogrammer, can you see the following message in dmesg aswell?
xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called
> with disabled ep ffff8801fd2b0140
if so, you might have hit the USB kernel bug.
http://marc.info/?l=linux-usb&m=138005811528076&w=2
either wait untill this patch has been backported to 3.10.x and pat has included this.
or build a newer kernel 3.12
|
|
|
11-19-2013, 06:12 AM
|
#7
|
LQ Newbie
Registered: Nov 2013
Location: Guangzhou, China
Distribution: Slackware
Posts: 4
Original Poster
Rep: 
|
Quote:
Originally Posted by bartgymnast
hi slackprogrammer, can you see the following message in dmesg aswell?
xhci_hcd 0000:00:14.0: xHCI xhci_drop_endpoint called
> with disabled ep ffff8801fd2b0140
if so, you might have hit the USB kernel bug.
http://marc.info/?l=linux-usb&m=138005811528076&w=2
either wait untill this patch has been backported to 3.10.x and pat has included this.
or build a newer kernel 3.12
|
Hi bartgymnast, thanks very much!
Quote:
bash-4.2# dmesg | grep xhci_hcd
[ 7.982154] xhci_hcd 0000:00:14.0: setting latency timer to 64
[ 7.982160] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 8.021699] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
[ 8.026202] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[ 8.026223] xhci_hcd 0000:00:14.0: irq 47 for MSI/MSI-X
[ 8.043561] usb usb3: Manufacturer: Linux 3.10.17 xhci_hcd
[ 8.060765] xhci_hcd 0000:00:14.0: xHCI Host Controller
[ 8.065150] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
[ 8.081315] usb usb4: Manufacturer: Linux 3.10.17 xhci_hcd
[ 8.709108] usb 3-2: new low-speed USB device number 2 using xhci_hcd
|
|
|
|
All times are GMT -5. The time now is 02:55 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|