Couldn’t mount the external drive directly, just tells me that it cannot be found…
And I saw this error now when trying to browse the drive with Dolphin:
org.freedesktop.DBus.Error.NoReply: Did not recive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timout expired, or the network connection was broken.
Maybe a dump of dmesg and fdisk -l might come handy?
Here they come;
dmesg:
jesper@linux-ayvi:~> dmesg
40.771129] RPC: Registered udp transport module.
40.771155] RPC: Registered tcp transport module.
40.817747] Slow work thread pool: Starting up
40.832206] Slow work thread pool: Ready
40.832342] FS-Cache: Loaded
40.860360] FS-Cache: Netfs 'nfs' registered for caching
44.640072] usb 1-2: device not accepting address 5, error -110
44.752120] usb 1-2: new high speed USB device using ehci_hcd and address 6
48.592017] eth0: no IPv6 routers present
55.184042] usb 1-2: device not accepting address 6, error -110
55.184100] hub 1-0:1.0: unable to enumerate USB device on port 2
55.436083] usb 2-1: new low speed USB device using uhci_hcd and address 2
58.434892] usb 2-1: New USB device found, idVendor=046d, idProduct=c03f
58.434918] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
58.434929] usb 2-1: Product: USB-PS/2 Optical Mouse
58.434937] usb 2-1: Manufacturer: Logitech
58.435164] usb 2-1: configuration #1 chosen from 1 choice
58.911970] usbcore: registered new interface driver hiddev
58.956905] usb 2-2: new full speed USB device using uhci_hcd and address 3
59.176735] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:10.0/usb2/2-1/2-1:1.0/input/input8
59.176964] generic-usb 0003:046D:C03F.0001: input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:10.0-1/input0
59.177014] usbcore: registered new interface driver usbhid
59.177024] usbhid: v2.6:USB HID core driver
60.168147] usb 2-2: not running at top speed; connect to a high speed hub
62.648092] usb 2-2: New USB device found, idVendor=1058, idProduct=1001
62.648116] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
62.648127] usb 2-2: Product: External HDD
62.648134] usb 2-2: Manufacturer: Western Digital
62.648142] usb 2-2: SerialNumber: 574341533830363236363936
62.648356] usb 2-2: configuration #1 chosen from 1 choice
62.970077] Initializing USB Mass Storage driver...
62.970971] scsi2 : SCSI emulation for USB Mass Storage devices
62.971208] usbcore: registered new interface driver usb-storage
62.971219] USB Mass Storage support registered.
63.021322] usb-storage: device found at 3
63.021328] usb-storage: waiting for device to settle before scanning
64.880144] scsi 2:0:0:0: Direct-Access WD 5000AAJ External 1.06 PQ: 0 ANSI: 0
64.880500] sd 2:0:0:0: Attached scsi generic sg2 type 0
64.880987] usb-storage: device scan complete
66.120125] sd 2:0:0:0: [sdb] 976773168 512-byte logical blocks: (500 GB/465 GiB)
67.112104] sd 2:0:0:0: [sdb] Write Protect is off
67.112132] sd 2:0:0:0: [sdb] Mode Sense: 00 00 00 00
67.112137] sd 2:0:0:0: [sdb] Assuming drive cache: write through
69.344098] sd 2:0:0:0: [sdb] Assuming drive cache: write through
69.344130] sdb: sdb1
73.808154] sd 2:0:0:0: [sdb] Assuming drive cache: write through
73.808185] sd 2:0:0:0: [sdb] Attached SCSI disk
188.311111] psmouse.c: TouchPad at isa0060/serio3/input0 lost sync at byte 4
188.313106] psmouse.c: TouchPad at isa0060/serio3/input0 lost sync at byte 1
188.331118] psmouse.c: TouchPad at isa0060/serio3/input0 - driver resynched.
And here goes fdisk -l:
linux-ayvi:/home/jesper # fdisk -l
Disk /dev/sda: 80,0 GB, 80026361856 byte
255 huvuden, 63 sektorer/spår, 9729 cylindrar
Enheter = cylindrar av 16065 · 512 = 8225280 byte
Diskidentifierare: 0xbbd96b43
Enhet Start Början **** Block Id System
/dev/sda1 1 262 2104483+ 82 Linux växling / Solaris
/dev/sda2 * 263 2873 20972857+ 83 Linux
/dev/sda3 2874 9729 55070820 83 Linux
Disk /dev/sdb: 500,1 GB, 500107862016 byte
255 huvuden, 63 sektorer/spår, 60801 cylindrar
Enheter = cylindrar av 16065 · 512 = 8225280 byte
Diskidentifierare: 0x8d399bc0
Enhet Start Början **** Block Id System
/dev/sdb1 1 60800 488375968+ 7 HPFS/NTFS
linux-ayvi:/home/jesper #
Any clues? And the mouse is still jumpy, it’s a logitech usb mouse. Three buttons and a scrollwheel, however all buttons works great, just the movement that seems messed up…
Regards,
Jesper.
Ps. I had to remove lots of the dmesg but I kept what I thought could be useful… Ds…