unplug it, wait for 4 seconds,plug it in, wait for 3 seconds and then run this command and give its output
tail -n 20 /var/log/syslog
It's funny, when I plugged it in this time it worked. Just like the other day. Then it didn't work after I unplugged it and plugged it back in.
Here is not working:
tail -n 20 /var/log/syslog
Jul 6 21:14:05 localhost klogd: usb 5-3: device descriptor read/64, error -71
Jul 6 21:14:05 localhost klogd: usb 5-3: new high speed USB device using ehci_hcd and address 12
Jul 6 21:14:05 localhost klogd: usb 5-3: device descriptor read/64, error -71
Jul 6 21:14:10 localhost klogd: usb 5-3: device descriptor read/64, error -71
Jul 6 21:14:11 localhost klogd: usb 5-3: new high speed USB device using ehci_hcd and address 13
Jul 6 21:14:11 localhost klogd: usb 5-3: device not accepting address 13, error -71
Jul 6 21:14:11 localhost klogd: usb 5-3: new high speed USB device using ehci_hcd and address 14
Jul 6 21:14:12 localhost klogd: usb 5-3: device not accepting address 14, error -71
Jul 6 21:14:12 localhost klogd: hub 5-0:1.0: unable to enumerate USB device on port 3
Jul 6 21:14:12 localhost klogd: usb 2-1: new full speed USB device using uhci_hcd and address 6
Jul 6 21:14:12 localhost klogd: usb 2-1: device descriptor read/64, error -71
Jul 6 21:14:12 localhost klogd: usb 2-1: device descriptor read/64, error -71
Jul 6 21:14:12 localhost klogd: usb 2-1: new full speed USB device using uhci_hcd and address 7
Jul 6 21:14:12 localhost klogd: usb 2-1: device descriptor read/64, error -71
Jul 6 21:14:13 localhost klogd: usb 2-1: device descriptor read/64, error -71
Jul 6 21:14:13 localhost klogd: usb 2-1: new full speed USB device using uhci_hcd and address 8
Jul 6 21:14:13 localhost klogd: usb 2-1: device not accepting address 8, error -71
Jul 6 21:14:13 localhost klogd: usb 2-1: new full speed USB device using uhci_hcd and address 9
Jul 6 21:14:14 localhost klogd: usb 2-1: device not accepting address 9, error -71
Jul 6 21:14:14 localhost klogd: hub 2-0:1.0: unable to enumerate USB device on port 1
Here is when it is working.
tail -n 20 /var/log/syslog
Jul 6 21:16:29 localhost klogd: usb 5-3: Product: Personal Storage 3100
Jul 6 21:16:29 localhost klogd: usb 5-3: Manufacturer: Maxtor Corporation
Jul 6 21:16:29 localhost klogd: usb 5-3: SerialNumber:
Jul 6 21:16:29 localhost klogd: scsi3 : usb-storage 5-3:1.0
Jul 6 21:16:30 localhost klogd: scsi 3:0:0:0: Direct-Access Maxtor 6 Y080L0 YAR4 PQ: 0 ANSI: 0
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: Attached scsi generic sg2 type 0
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: [sdb] 160086528 512-byte logical blocks: (81.9 GB/76.3 GiB)
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: [sdb] Write Protect is off
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: [sdb] Mode Sense: 03 00 00 00
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: [sdb] Assuming drive cache: write through
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: [sdb] Assuming drive cache: write through
Jul 6 21:16:30 localhost klogd: sdb: sdb2 < sdb5 >
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: [sdb] Assuming drive cache: write through
Jul 6 21:16:30 localhost klogd: sd 3:0:0:0: [sdb] Attached SCSI disk
Jul 6 21:16:36 localhost ntfs-3g[4815]: Version 2011.1.15 external FUSE 28
Jul 6 21:16:36 localhost ntfs-3g[4815]: Mounted /dev/sdb5 (Read-Write, label "", NTFS 3.1)
Jul 6 21:16:36 localhost ntfs-3g[4815]: Cmdline options: rw,nosuid,nodev,uhelper=hal,locale=en_US.UTF-8
Jul 6 21:16:36 localhost ntfs-3g[4815]: Mount options: rw,nosuid,nodev,uhelper=hal,allow_other,nonempty,relatime,fsname=/dev/sdb5,blkdev,blksize=4096
Jul 6 21:16:36 localhost ntfs-3g[4815]: Ownership and permissions disabled, configuration type 1
Jul 6 21:16:36 localhost hald: mounted /dev/sdb5 on behalf of uid 500
Thank you for your help.