1

Topic: Unallocated Harddrive

Hey, Ive been trying to fix my harddrive for over a month now because i was not able to receive any help, so i decided to stop by GParted. Currently right now i have a unallocated harddrive and cant do anything with it. Its windows 8 and I cannot preform recover nor cannot boot media from disk. Im currently been using my computer with PartedMagic for a month now and still cannot figure out how to fix this. I do not have another computer / desktop with sata cables nor able to get a usb internal harddrive cables. Is there anyway to fix this because my next step is buying a new computer or harddrive. The harddrive is completely wipped nothing on it, so i can get help without worrying about lost harddrive data which im not too much worries about. If anyone have an solutions please help me, I cannot live with parted magic anymore longer.

2

Re: Unallocated Harddrive

If the hard drive does contain Windows 8, but GParted shows the hard drive as unallocated, then that might indicate a problem with the partition table.

If the hard drive has been wiped and has nothing on it, then it is normal for GParted to show the hard drive as unallocated.  In this case the next step would be to create a partition table and proceed from there to create partitions and install operating systems.

To help determine the state of your hard drive's partition table, would you be able to provide the output from the following three commands?

sudo fdisk -l -u

where one of the options is a lower case "L" and not the number one.

sudo parted /path-to-your-device unit s print

where /path-to-your-device is something like /dev/sda.

sudo gdisk -l /path-to-your-device

where one of the options is a lower case "L" and not the number one
and /path-to-your-device is something like /dev/sda.

3 (edited by LegitSoulja 2014-07-23 08:47:17)

Re: Unallocated Harddrive

gedakc wrote:

If the hard drive does contain Windows 8, but GParted shows the hard drive as unallocated, then that might indicate a problem with the partition table.

If the hard drive has been wiped and has nothing on it, then it is normal for GParted to show the hard drive as unallocated.  In this case the next step would be to create a partition table and proceed from there to create partitions and install operating systems.

To help determine the state of your hard drive's partition table, would you be able to provide the output from the following three commands?

sudo fdisk -l -u

where one of the options is a lower case "L" and not the number one.

sudo parted /path-to-your-device unit s print

where /path-to-your-device is something like /dev/sda.

sudo gdisk -l /path-to-your-device

where one of the options is a lower case "L" and not the number one
and /path-to-your-device is something like /dev/sda.

Well then this is bad?

Welcome - Parted Magic (Linux 3.13.4-pmagic64)

root@PartedMagic:~# fdisk -l -u
fdisk: cannot open /dev/sda: Input/output error
root@PartedMagic:~# sudo parted /dev/sda unit s print
Error: /dev/sda: unrecognised disk label                                  
root@PartedMagic:~# sudo sdisk -l /dev/sda
sudo: sdisk: command not found
root@PartedMagic:~# sudo gdisk -l /dev/sda
GPT fdisk (gdisk) version 0.8.8

Warning! Read error 5; strange behavior now likely!
Warning! Read error 5; strange behavior now likely!
Partition table scan:
  MBR: not present
  BSD: not present
  APM: not present
  GPT: not present

Creating new GPT entries.
Disk /dev/sda: 625142448 sectors, 298.1 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): B0875B69-03E5-4243-952C-949B24A8B32F
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 625142414
Partitions will be aligned on 2048-sector boundaries
Total free space is 625142381 sectors (298.1 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
root@PartedMagic:~# 

http://i.imgur.com/XsdL1HA.png

Since im using windows 8, my windows recovery disk does not automaticly fix harddrives nor erase them. This all started with trying to recover and talking to gateway they said i had to use these 3rd party harddrive tools to format my harddrive to preform recovery bla bla bla, and then they got me stuck here making my bye / repair my computer in the shop.

4

Re: Unallocated Harddrive

It appears that the hard drive does not contain a recognizable partition table, which is why the device is shown as unallocated.

If you want to try to recover Windows 8 or data from the hard drive, then you might try using testdisk to scan the surface of the drive in an attempt to rebuild the GUID Partition Table (GPT).

If you wish to ignore any data on the drive, then you could try writing a new partition table using GParted and the menu option "Device -> Create partition table".

5

Re: Unallocated Harddrive

gedakc wrote:

If you wish to ignore any data on the drive, then you could try writing a new partition table using GParted and the menu option "Device -> Create partition table".

I currently dont have anymore disks to burn teskdisk and when i try to create another partition table this is what happens.
http://i.imgur.com/IYBEwEZ.png

and i might not be able to recover it because im not for sure if i made a mistake a writtin zero's all over it but the harddrive seems to be format / non data at all what so ever, and im not able to create a partition at all. If i can get atleast 1 partition I will be good but the thing is i have tried so many things and just given up.

6

Re: Unallocated Harddrive

The testdisk program is included on the GParted Live image if you already have a GParted Live CD.

Input/output errors often indicate a hardware problem.  This could be as simple as a loose cable, but also might indicate a failing hard drive.

When an input/output error occurs, try opening a terminal window and entering the command dmesg.  Then scan the output looking for any errors related to the hard drive (sda in this case).

If errors are found and the power cable and data interface cable are secure, then it is likely that the hard drive needs replacing.

7

Re: Unallocated Harddrive

[188138.161491] sd 0:0:0:0: [sda] 
[188138.161495] Result: hostbyte=0x00 driverbyte=0x08
[188138.161499] sd 0:0:0:0: [sda] 
[188138.161502] Sense Key : 0xb [current] [descriptor]
[188138.161507] Descriptor sense data with sense descriptors (in hex):
[188138.161510]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.161526]         00 00 00 00
[188138.161534] sd 0:0:0:0: [sda] 
[188138.161537] ASC=0x0 ASCQ=0x0
[188138.161541] sd 0:0:0:0: [sda] CDB:
[188138.161544] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.161574] ata1: EH complete
[188138.162273] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.162277] ata1.00: irq_stat 0x40000001
[188138.162281] ata1.00: failed command: READ DMA
[188138.162291] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.162296] ata1.00: status: { DRDY ERR }
[188138.162300] ata1.00: error: { ABRT }
[188138.166882] ata1.00: configured for UDMA/133
[188138.166905] ata1: EH complete
[188138.167375] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.167380] ata1.00: irq_stat 0x40000001
[188138.167385] ata1.00: failed command: READ DMA
[188138.167404] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.167408] ata1.00: status: { DRDY ERR }
[188138.167411] ata1.00: error: { ABRT }
[188138.172063] ata1.00: configured for UDMA/133
[188138.172076] ata1: EH complete
[188138.172594] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.172599] ata1.00: irq_stat 0x40000001
[188138.172603] ata1.00: failed command: READ DMA
[188138.172622] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.172627] ata1.00: status: { DRDY ERR }
[188138.172630] ata1.00: error: { ABRT }
[188138.177258] ata1.00: configured for UDMA/133
[188138.177271] ata1: EH complete
[188138.177804] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.177809] ata1.00: irq_stat 0x40000001
[188138.177813] ata1.00: failed command: READ DMA
[188138.177832] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.177836] ata1.00: status: { DRDY ERR }
[188138.177839] ata1.00: error: { ABRT }
[188138.182474] ata1.00: configured for UDMA/133
[188138.182496] ata1: EH complete
[188138.182991] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.182995] ata1.00: irq_stat 0x40000001
[188138.183008] ata1.00: failed command: READ DMA
[188138.183029] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.183034] ata1.00: status: { DRDY ERR }
[188138.183037] ata1.00: error: { ABRT }
[188138.187672] ata1.00: configured for UDMA/133
[188138.187693] ata1: EH complete
[188138.188237] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.188242] ata1.00: irq_stat 0x40000001
[188138.188255] ata1.00: failed command: READ DMA
[188138.188264] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.188269] ata1.00: status: { DRDY ERR }
[188138.188272] ata1.00: error: { ABRT }
[188138.192893] ata1.00: configured for UDMA/133
[188138.192907] sd 0:0:0:0: [sda] 
[188138.192911] Result: hostbyte=0x00 driverbyte=0x08
[188138.192915] sd 0:0:0:0: [sda] 
[188138.192928] Sense Key : 0xb [current] [descriptor]
[188138.192933] Descriptor sense data with sense descriptors (in hex):
[188138.192935]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.192959]         00 00 00 00
[188138.192967] sd 0:0:0:0: [sda] 
[188138.192974] ASC=0x0 ASCQ=0x0
[188138.192993] sd 0:0:0:0: [sda] CDB:
[188138.192998] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.193023] ata1: EH complete
[188138.193556] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.193561] ata1.00: irq_stat 0x40000001
[188138.193566] ata1.00: failed command: READ DMA
[188138.193584] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.193588] ata1.00: status: { DRDY ERR }
[188138.193591] ata1.00: error: { ABRT }
[188138.198250] ata1.00: configured for UDMA/133
[188138.198266] ata1: EH complete
[188138.198789] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.198793] ata1.00: irq_stat 0x40000001
[188138.198798] ata1.00: failed command: READ DMA
[188138.198817] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.198822] ata1.00: status: { DRDY ERR }
[188138.198825] ata1.00: error: { ABRT }
[188138.203450] ata1.00: configured for UDMA/133
[188138.203472] ata1: EH complete
[188138.204011] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.204015] ata1.00: irq_stat 0x40000001
[188138.204029] ata1.00: failed command: READ DMA
[188138.204038] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.204053] ata1.00: status: { DRDY ERR }
[188138.204057] ata1.00: error: { ABRT }
[188138.208705] ata1.00: configured for UDMA/133
[188138.208718] ata1: EH complete
[188138.209203] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.209215] ata1.00: irq_stat 0x40000001
[188138.209219] ata1.00: failed command: READ DMA
[188138.209227] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.209231] ata1.00: status: { DRDY ERR }
[188138.209234] ata1.00: error: { ABRT }
[188138.213888] ata1.00: configured for UDMA/133
[188138.213899] ata1: EH complete
[188138.214420] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.214425] ata1.00: irq_stat 0x40000001
[188138.214430] ata1.00: failed command: READ DMA
[188138.214440] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.214455] ata1.00: status: { DRDY ERR }
[188138.214458] ata1.00: error: { ABRT }
[188138.219086] ata1.00: configured for UDMA/133
[188138.219099] ata1: EH complete
[188138.219616] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.219621] ata1.00: irq_stat 0x40000001
[188138.219625] ata1.00: failed command: READ DMA
[188138.219636] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.219642] ata1.00: status: { DRDY ERR }
[188138.219654] ata1.00: error: { ABRT }
[188138.224266] ata1.00: configured for UDMA/133
[188138.224281] sd 0:0:0:0: [sda] 
[188138.224285] Result: hostbyte=0x00 driverbyte=0x08
[188138.224299] sd 0:0:0:0: [sda] 
[188138.224301] Sense Key : 0xb [current] [descriptor]
[188138.224307] Descriptor sense data with sense descriptors (in hex):
[188138.224310]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.224324]         00 00 00 00
[188138.224331] sd 0:0:0:0: [sda] 
[188138.224334] ASC=0x0 ASCQ=0x0
[188138.224338] sd 0:0:0:0: [sda] CDB:
[188138.224340] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.224369] ata1: EH complete
[188138.224888] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.224893] ata1.00: irq_stat 0x40000001
[188138.224898] ata1.00: failed command: READ DMA
[188138.224917] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.224921] ata1.00: status: { DRDY ERR }
[188138.224924] ata1.00: error: { ABRT }
[188138.229549] ata1.00: configured for UDMA/133
[188138.229563] ata1: EH complete
[188138.230031] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.230034] ata1.00: irq_stat 0x40000001
[188138.230038] ata1.00: failed command: READ DMA
[188138.230047] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.230051] ata1.00: status: { DRDY ERR }
[188138.230055] ata1.00: error: { ABRT }
[188138.234735] ata1.00: configured for UDMA/133
[188138.234749] ata1: EH complete
[188138.235295] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.235300] ata1.00: irq_stat 0x40000001
[188138.235314] ata1.00: failed command: READ DMA
[188138.235323] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.235327] ata1.00: status: { DRDY ERR }
[188138.235330] ata1.00: error: { ABRT }
[188138.239947] ata1.00: configured for UDMA/133
[188138.239960] ata1: EH complete
[188138.240489] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.240494] ata1.00: irq_stat 0x40000001
[188138.240499] ata1.00: failed command: READ DMA
[188138.240518] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.240523] ata1.00: status: { DRDY ERR }
[188138.240526] ata1.00: error: { ABRT }
[188138.245145] ata1.00: configured for UDMA/133
[188138.245167] ata1: EH complete
[188138.245727] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.245731] ata1.00: irq_stat 0x40000001
[188138.245735] ata1.00: failed command: READ DMA
[188138.245745] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.245750] ata1.00: status: { DRDY ERR }
[188138.245754] ata1.00: error: { ABRT }
[188138.250378] ata1.00: configured for UDMA/133
[188138.250399] ata1: EH complete
[188138.250966] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.250979] ata1.00: irq_stat 0x40000001
[188138.250983] ata1.00: failed command: READ DMA
[188138.251002] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.251006] ata1.00: status: { DRDY ERR }
[188138.251010] ata1.00: error: { ABRT }
[188138.255601] ata1.00: configured for UDMA/133
[188138.255624] sd 0:0:0:0: [sda] 
[188138.255628] Result: hostbyte=0x00 driverbyte=0x08
[188138.255632] sd 0:0:0:0: [sda] 
[188138.255635] Sense Key : 0xb [current] [descriptor]
[188138.255640] Descriptor sense data with sense descriptors (in hex):
[188138.255643]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.255659]         00 00 00 00
[188138.255667] sd 0:0:0:0: [sda] 
[188138.255670] ASC=0x0 ASCQ=0x0
[188138.255674] sd 0:0:0:0: [sda] CDB:
[188138.255677] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.255703] ata1: EH complete
[188138.256244] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.256248] ata1.00: irq_stat 0x40000001
[188138.256253] ata1.00: failed command: READ DMA
[188138.256263] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.256268] ata1.00: status: { DRDY ERR }
[188138.256271] ata1.00: error: { ABRT }
[188138.260915] ata1.00: configured for UDMA/133
[188138.260950] ata1: EH complete
[188138.261444] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.261448] ata1.00: irq_stat 0x40000001
[188138.261462] ata1.00: failed command: READ DMA
[188138.261471] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.261476] ata1.00: status: { DRDY ERR }
[188138.261479] ata1.00: error: { ABRT }
[188138.266111] ata1.00: configured for UDMA/133
[188138.266124] ata1: EH complete
[188138.266651] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.266656] ata1.00: irq_stat 0x40000001
[188138.266661] ata1.00: failed command: READ DMA
[188138.266679] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.266684] ata1.00: status: { DRDY ERR }
[188138.266688] ata1.00: error: { ABRT }
[188138.271289] ata1.00: configured for UDMA/133
[188138.271303] ata1: EH complete
[188138.271810] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.271814] ata1.00: irq_stat 0x40000001
[188138.271819] ata1.00: failed command: READ DMA
[188138.271837] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.271842] ata1.00: status: { DRDY ERR }
[188138.271845] ata1.00: error: { ABRT }
[188138.276507] ata1.00: configured for UDMA/133
[188138.276531] ata1: EH complete
[188138.277014] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.277027] ata1.00: irq_stat 0x40000001
[188138.277031] ata1.00: failed command: READ DMA
[188138.277040] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.277045] ata1.00: status: { DRDY ERR }
[188138.277048] ata1.00: error: { ABRT }
[188138.281745] ata1.00: configured for UDMA/133
[188138.281768] ata1: EH complete
[188138.282284] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.282288] ata1.00: irq_stat 0x40000001
[188138.282293] ata1.00: failed command: READ DMA
[188138.282302] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.282307] ata1.00: status: { DRDY ERR }
[188138.282311] ata1.00: error: { ABRT }
[188138.286973] ata1.00: configured for UDMA/133
[188138.286997] sd 0:0:0:0: [sda] 
[188138.287001] Result: hostbyte=0x00 driverbyte=0x08
[188138.287005] sd 0:0:0:0: [sda] 
[188138.287008] Sense Key : 0xb [current] [descriptor]
[188138.287014] Descriptor sense data with sense descriptors (in hex):
[188138.287017]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.287032]         00 00 00 00
[188138.287040] sd 0:0:0:0: [sda] 
[188138.287043] ASC=0x0 ASCQ=0x0
[188138.287048] sd 0:0:0:0: [sda] CDB:
[188138.287051] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.287082] ata1: EH complete
[188138.287600] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.287605] ata1.00: irq_stat 0x40000001
[188138.287609] ata1.00: failed command: READ DMA
[188138.287619] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.287624] ata1.00: status: { DRDY ERR }
[188138.287628] ata1.00: error: { ABRT }
[188138.292253] ata1.00: configured for UDMA/133
[188138.292275] ata1: EH complete
[188138.292811] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.292815] ata1.00: irq_stat 0x40000001
[188138.292820] ata1.00: failed command: READ DMA
[188138.292829] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.292834] ata1.00: status: { DRDY ERR }
[188138.292838] ata1.00: error: { ABRT }
[188138.297511] ata1.00: configured for UDMA/133
[188138.297527] ata1: EH complete
[188138.298069] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.298073] ata1.00: irq_stat 0x40000001
[188138.298086] ata1.00: failed command: READ DMA
[188138.298095] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.298099] ata1.00: status: { DRDY ERR }
[188138.298102] ata1.00: error: { ABRT }
[188138.302760] ata1.00: configured for UDMA/133
[188138.302776] ata1: EH complete
[188138.303266] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.303271] ata1.00: irq_stat 0x40000001
[188138.303276] ata1.00: failed command: READ DMA
[188138.303294] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.303299] ata1.00: status: { DRDY ERR }
[188138.303302] ata1.00: error: { ABRT }
[188138.307967] ata1.00: configured for UDMA/133
[188138.307980] ata1: EH complete
[188138.308508] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.308513] ata1.00: irq_stat 0x40000001
[188138.308518] ata1.00: failed command: READ DMA
[188138.308537] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.308541] ata1.00: status: { DRDY ERR }
[188138.308545] ata1.00: error: { ABRT }
[188138.313158] ata1.00: configured for UDMA/133
[188138.313170] ata1: EH complete
[188138.313672] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.313677] ata1.00: irq_stat 0x40000001
[188138.313682] ata1.00: failed command: READ DMA
[188138.313700] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.313705] ata1.00: status: { DRDY ERR }
[188138.313708] ata1.00: error: { ABRT }
[188138.318343] ata1.00: configured for UDMA/133
[188138.318365] sd 0:0:0:0: [sda] 
[188138.318369] Result: hostbyte=0x00 driverbyte=0x08
[188138.318373] sd 0:0:0:0: [sda] 
[188138.318376] Sense Key : 0xb [current] [descriptor]
[188138.318381] Descriptor sense data with sense descriptors (in hex):
[188138.318384]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.318400]         00 00 00 00
[188138.318408] sd 0:0:0:0: [sda] 
[188138.318411] ASC=0x0 ASCQ=0x0
[188138.318416] sd 0:0:0:0: [sda] CDB:
[188138.318418] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.318444] ata1: EH complete
[188138.318943] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.318947] ata1.00: irq_stat 0x40000001
[188138.318961] ata1.00: failed command: READ DMA
[188138.318989] ata1.00: cmd c8/00:08:18:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:18:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.319003] ata1.00: status: { DRDY ERR }
[188138.319016] ata1.00: error: { ABRT }
[188138.323651] ata1.00: configured for UDMA/133
[188138.323674] ata1: EH complete
[188138.324179] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.324184] ata1.00: irq_stat 0x40000001
[188138.324197] ata1.00: failed command: READ DMA
[188138.324206] ata1.00: cmd c8/00:08:18:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:18:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.324211] ata1.00: status: { DRDY ERR }
[188138.324214] ata1.00: error: { ABRT }
[188138.328844] ata1.00: configured for UDMA/133
[188138.328857] ata1: EH complete
[188138.329380] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.329385] ata1.00: irq_stat 0x40000001
[188138.329390] ata1.00: failed command: READ DMA
[188138.329408] ata1.00: cmd c8/00:08:18:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:18:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.329412] ata1.00: status: { DRDY ERR }
[188138.329416] ata1.00: error: { ABRT }
[188138.334082] ata1.00: configured for UDMA/133
[188138.334095] ata1: EH complete
[188138.334630] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.334635] ata1.00: irq_stat 0x40000001
[188138.334639] ata1.00: failed command: READ DMA
[188138.334658] ata1.00: cmd c8/00:08:18:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:18:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.334663] ata1.00: status: { DRDY ERR }
[188138.334666] ata1.00: error: { ABRT }
[188138.339306] ata1.00: configured for UDMA/133
[188138.339328] ata1: EH complete
[188138.339848] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.339852] ata1.00: irq_stat 0x40000001
[188138.339856] ata1.00: failed command: READ DMA
[188138.339866] ata1.00: cmd c8/00:08:18:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:18:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.339871] ata1.00: status: { DRDY ERR }
[188138.339875] ata1.00: error: { ABRT }
[188138.344481] ata1.00: configured for UDMA/133
[188138.344503] ata1: EH complete
[188138.345003] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.345007] ata1.00: irq_stat 0x40000001
[188138.345011] ata1.00: failed command: READ DMA
[188138.345020] ata1.00: cmd c8/00:08:18:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:18:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.345025] ata1.00: status: { DRDY ERR }
[188138.345028] ata1.00: error: { ABRT }
[188138.349665] ata1.00: configured for UDMA/133
[188138.349679] sd 0:0:0:0: [sda] 
[188138.349683] Result: hostbyte=0x00 driverbyte=0x08
[188138.349688] sd 0:0:0:0: [sda] 
[188138.349700] Sense Key : 0xb [current] [descriptor]
[188138.349706] Descriptor sense data with sense descriptors (in hex):
[188138.349708]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.349722]         00 00 00 18
[188138.349729] sd 0:0:0:0: [sda] 
[188138.349732] ASC=0x0 ASCQ=0x0
[188138.349736] sd 0:0:0:0: [sda] CDB:
[188138.349738] cdb[0]=0x28: 28 00 00 00 00 18 00 00 08 00
[188138.349765] ata1: EH complete
[188138.350268] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.350273] ata1.00: irq_stat 0x40000001
[188138.350287] ata1.00: failed command: READ DMA
[188138.350296] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.350300] ata1.00: status: { DRDY ERR }
[188138.350303] ata1.00: error: { ABRT }
[188138.354912] ata1.00: configured for UDMA/133
[188138.354926] ata1: EH complete
[188138.355475] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.355480] ata1.00: irq_stat 0x40000001
[188138.355485] ata1.00: failed command: READ DMA
[188138.355505] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.355509] ata1.00: status: { DRDY ERR }
[188138.355512] ata1.00: error: { ABRT }
[188138.360137] ata1.00: configured for UDMA/133
[188138.360150] ata1: EH complete
[188138.360658] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.360663] ata1.00: irq_stat 0x40000001
[188138.360668] ata1.00: failed command: READ DMA
[188138.360686] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.360691] ata1.00: status: { DRDY ERR }
[188138.360694] ata1.00: error: { ABRT }
[188138.365363] ata1.00: configured for UDMA/133
[188138.365379] ata1: EH complete
[188138.365848] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.365852] ata1.00: irq_stat 0x40000001
[188138.365857] ata1.00: failed command: READ DMA
[188138.365876] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.365881] ata1.00: status: { DRDY ERR }
[188138.365884] ata1.00: error: { ABRT }
[188138.370536] ata1.00: configured for UDMA/133
[188138.370557] ata1: EH complete
[188138.371051] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.371055] ata1.00: irq_stat 0x40000001
[188138.371083] ata1.00: failed command: READ DMA
[188138.371092] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.371097] ata1.00: status: { DRDY ERR }
[188138.371100] ata1.00: error: { ABRT }
[188138.375739] ata1.00: configured for UDMA/133
[188138.375762] ata1: EH complete
[188138.376245] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.376250] ata1.00: irq_stat 0x40000001
[188138.376256] ata1.00: failed command: READ DMA
[188138.376273] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.376278] ata1.00: status: { DRDY ERR }
[188138.376281] ata1.00: error: { ABRT }
[188138.380965] ata1.00: configured for UDMA/133
[188138.380980] sd 0:0:0:0: [sda] 
[188138.380993] Result: hostbyte=0x00 driverbyte=0x08
[188138.380997] sd 0:0:0:0: [sda] 
[188138.380999] Sense Key : 0xb [current] [descriptor]
[188138.381004] Descriptor sense data with sense descriptors (in hex):
[188138.381007]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.381021]         00 00 00 00
[188138.381029] sd 0:0:0:0: [sda] 
[188138.381031] ASC=0x0 ASCQ=0x0
[188138.381035] sd 0:0:0:0: [sda] CDB:
[188138.381038] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.381062] ata1: EH complete
[188138.381583] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.381587] ata1.00: irq_stat 0x40000001
[188138.381592] ata1.00: failed command: READ DMA
[188138.381611] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.381615] ata1.00: status: { DRDY ERR }
[188138.381619] ata1.00: error: { ABRT }
[188138.386313] ata1.00: configured for UDMA/133
[188138.386328] ata1: EH complete
[188138.386849] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.386854] ata1.00: irq_stat 0x40000001
[188138.386859] ata1.00: failed command: READ DMA
[188138.386878] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.386882] ata1.00: status: { DRDY ERR }
[188138.386898] ata1.00: error: { ABRT }
[188138.391552] ata1.00: configured for UDMA/133
[188138.391568] ata1: EH complete
[188138.392050] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.392054] ata1.00: irq_stat 0x40000001
[188138.392058] ata1.00: failed command: READ DMA
[188138.392067] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.392071] ata1.00: status: { DRDY ERR }
[188138.392074] ata1.00: error: { ABRT }
[188138.396687] ata1.00: configured for UDMA/133
[188138.396700] ata1: EH complete
[188138.397221] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.397226] ata1.00: irq_stat 0x40000001
[188138.397230] ata1.00: failed command: READ DMA
[188138.397249] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.397254] ata1.00: status: { DRDY ERR }
[188138.397257] ata1.00: error: { ABRT }
[188138.401862] ata1.00: configured for UDMA/133
[188138.401875] ata1: EH complete
[188138.402358] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.402361] ata1.00: irq_stat 0x40000001
[188138.402365] ata1.00: failed command: READ DMA
[188138.402374] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.402379] ata1.00: status: { DRDY ERR }
[188138.402382] ata1.00: error: { ABRT }
[188138.407018] ata1.00: configured for UDMA/133
[188138.407031] ata1: EH complete
[188138.407598] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.407602] ata1.00: irq_stat 0x40000001
[188138.407607] ata1.00: failed command: READ DMA
[188138.407626] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.407630] ata1.00: status: { DRDY ERR }
[188138.407634] ata1.00: error: { ABRT }
[188138.412246] ata1.00: configured for UDMA/133
[188138.412268] sd 0:0:0:0: [sda] 
[188138.412272] Result: hostbyte=0x00 driverbyte=0x08
[188138.412276] sd 0:0:0:0: [sda] 
[188138.412279] Sense Key : 0xb [current] [descriptor]
[188138.412285] Descriptor sense data with sense descriptors (in hex):
[188138.412288]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.412303]         00 00 00 00
[188138.412311] sd 0:0:0:0: [sda] 
[188138.412314] ASC=0x0 ASCQ=0x0
[188138.412318] sd 0:0:0:0: [sda] CDB:
[188138.412321] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.412350] ata1: EH complete
[188138.412911] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.412925] ata1.00: irq_stat 0x40000001
[188138.412947] ata1.00: failed command: READ DMA
[188138.412966] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.412978] ata1.00: status: { DRDY ERR }
[188138.412982] ata1.00: error: { ABRT }
[188138.417565] ata1.00: configured for UDMA/133
[188138.417586] ata1: EH complete
[188138.418106] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.418111] ata1.00: irq_stat 0x40000001
[188138.418115] ata1.00: failed command: READ DMA
[188138.418134] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.418138] ata1.00: status: { DRDY ERR }
[188138.418141] ata1.00: error: { ABRT }
[188138.422781] ata1.00: configured for UDMA/133
[188138.422794] ata1: EH complete
[188138.423322] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.423327] ata1.00: irq_stat 0x40000001
[188138.423331] ata1.00: failed command: READ DMA
[188138.423350] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.423355] ata1.00: status: { DRDY ERR }
[188138.423358] ata1.00: error: { ABRT }
[188138.427975] ata1.00: configured for UDMA/133
[188138.427987] ata1: EH complete
[188138.428479] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.428483] ata1.00: irq_stat 0x40000001
[188138.428488] ata1.00: failed command: READ DMA
[188138.428507] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.428511] ata1.00: status: { DRDY ERR }
[188138.428515] ata1.00: error: { ABRT }
[188138.433147] ata1.00: configured for UDMA/133
[188138.433168] ata1: EH complete
[188138.433697] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.433702] ata1.00: irq_stat 0x40000001
[188138.433706] ata1.00: failed command: READ DMA
[188138.433715] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.433721] ata1.00: status: { DRDY ERR }
[188138.433724] ata1.00: error: { ABRT }
[188138.438346] ata1.00: configured for UDMA/133
[188138.438367] ata1: EH complete
[188138.438858] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.438862] ata1.00: irq_stat 0x40000001
[188138.438866] ata1.00: failed command: READ DMA
[188138.438892] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.438898] ata1.00: status: { DRDY ERR }
[188138.438911] ata1.00: error: { ABRT }
[188138.443530] ata1.00: configured for UDMA/133
[188138.443544] sd 0:0:0:0: [sda] 
[188138.443548] Result: hostbyte=0x00 driverbyte=0x08
[188138.443552] sd 0:0:0:0: [sda] 
[188138.443556] Sense Key : 0xb [current] [descriptor]
[188138.443570] Descriptor sense data with sense descriptors (in hex):
[188138.443573]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.443587]         00 00 00 00
[188138.443594] sd 0:0:0:0: [sda] 
[188138.443597] ASC=0x0 ASCQ=0x0
[188138.443601] sd 0:0:0:0: [sda] CDB:
[188138.443603] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.443626] ata1: EH complete
[188138.444126] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.444130] ata1.00: irq_stat 0x40000001
[188138.444134] ata1.00: failed command: READ DMA
[188138.444143] ata1.00: cmd c8/00:08:38:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:38:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.444148] ata1.00: status: { DRDY ERR }
[188138.444151] ata1.00: error: { ABRT }
[188138.448792] ata1.00: configured for UDMA/133
[188138.448805] ata1: EH complete
[188138.449331] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.449336] ata1.00: irq_stat 0x40000001
[188138.449341] ata1.00: failed command: READ DMA
[188138.449359] ata1.00: cmd c8/00:08:38:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:38:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.449364] ata1.00: status: { DRDY ERR }
[188138.449367] ata1.00: error: { ABRT }
[188138.453986] ata1.00: configured for UDMA/133
[188138.453998] ata1: EH complete
[188138.454501] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.454505] ata1.00: irq_stat 0x40000001
[188138.454510] ata1.00: failed command: READ DMA
[188138.454529] ata1.00: cmd c8/00:08:38:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:38:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.454533] ata1.00: status: { DRDY ERR }
[188138.454537] ata1.00: error: { ABRT }
[188138.459207] ata1.00: configured for UDMA/133
[188138.459220] ata1: EH complete
[188138.459717] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.459722] ata1.00: irq_stat 0x40000001
[188138.459726] ata1.00: failed command: READ DMA
[188138.459745] ata1.00: cmd c8/00:08:38:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:38:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.459750] ata1.00: status: { DRDY ERR }
[188138.459753] ata1.00: error: { ABRT }
[188138.464358] ata1.00: configured for UDMA/133
[188138.464380] ata1: EH complete
[188138.464904] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.464908] ata1.00: irq_stat 0x40000001
[188138.464921] ata1.00: failed command: READ DMA
[188138.464943] ata1.00: cmd c8/00:08:38:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:38:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.464947] ata1.00: status: { DRDY ERR }
[188138.464951] ata1.00: error: { ABRT }
[188138.469586] ata1.00: configured for UDMA/133
[188138.469608] ata1: EH complete
[188138.470164] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.470169] ata1.00: irq_stat 0x40000001
[188138.470173] ata1.00: failed command: READ DMA
[188138.470192] ata1.00: cmd c8/00:08:38:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:38:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.470196] ata1.00: status: { DRDY ERR }
[188138.470199] ata1.00: error: { ABRT }
[188138.474815] ata1.00: configured for UDMA/133
[188138.474829] sd 0:0:0:0: [sda] 
[188138.474833] Result: hostbyte=0x00 driverbyte=0x08
[188138.474837] sd 0:0:0:0: [sda] 
[188138.474840] Sense Key : 0xb [current] [descriptor]
[188138.474864] Descriptor sense data with sense descriptors (in hex):
[188138.474866]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.474894]         00 00 00 38
[188138.474901] sd 0:0:0:0: [sda] 
[188138.474904] ASC=0x0 ASCQ=0x0
[188138.474908] sd 0:0:0:0: [sda] CDB:
[188138.474911] cdb[0]=0x28: 28 00 00 00 00 38 00 00 08 00
[188138.474939] ata1: EH complete
[188138.475419] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.475424] ata1.00: irq_stat 0x40000001
[188138.475437] ata1.00: failed command: READ DMA
[188138.475447] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.475451] ata1.00: status: { DRDY ERR }
[188138.475454] ata1.00: error: { ABRT }
[188138.480051] ata1.00: configured for UDMA/133
[188138.480064] ata1: EH complete
[188138.480618] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.480623] ata1.00: irq_stat 0x40000001
[188138.480627] ata1.00: failed command: READ DMA
[188138.480646] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.480650] ata1.00: status: { DRDY ERR }
[188138.480654] ata1.00: error: { ABRT }
[188138.485301] ata1.00: configured for UDMA/133
[188138.485323] ata1: EH complete
[188138.485838] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.485842] ata1.00: irq_stat 0x40000001
[188138.485846] ata1.00: failed command: READ DMA
[188138.485856] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.485874] ata1.00: status: { DRDY ERR }
[188138.485878] ata1.00: error: { ABRT }
[188138.490502] ata1.00: configured for UDMA/133
[188138.490523] ata1: EH complete
[188138.491042] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.491046] ata1.00: irq_stat 0x40000001
[188138.491050] ata1.00: failed command: READ DMA
[188138.491059] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.491063] ata1.00: status: { DRDY ERR }
[188138.491067] ata1.00: error: { ABRT }
[188138.495689] ata1.00: configured for UDMA/133
[188138.495702] ata1: EH complete
[188138.496216] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.496221] ata1.00: irq_stat 0x40000001
[188138.496226] ata1.00: failed command: READ DMA
[188138.496245] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.496250] ata1.00: status: { DRDY ERR }
[188138.496253] ata1.00: error: { ABRT }
[188138.500900] ata1.00: configured for UDMA/133
[188138.500914] ata1: EH complete
[188138.501440] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.501445] ata1.00: irq_stat 0x40000001
[188138.501450] ata1.00: failed command: READ DMA
[188138.501469] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.501473] ata1.00: status: { DRDY ERR }
[188138.501476] ata1.00: error: { ABRT }
[188138.506094] ata1.00: configured for UDMA/133
[188138.506117] sd 0:0:0:0: [sda] 
[188138.506120] Result: hostbyte=0x00 driverbyte=0x08
[188138.506124] sd 0:0:0:0: [sda] 
[188138.506127] Sense Key : 0xb [current] [descriptor]
[188138.506133] Descriptor sense data with sense descriptors (in hex):
[188138.506136]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.506152]         00 00 00 00
[188138.506160] sd 0:0:0:0: [sda] 
[188138.506163] ASC=0x0 ASCQ=0x0
[188138.506167] sd 0:0:0:0: [sda] CDB:
[188138.506170] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.506195] ata1: EH complete
[188138.506750] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.506754] ata1.00: irq_stat 0x40000001
[188138.506759] ata1.00: failed command: READ DMA
[188138.506769] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.506774] ata1.00: status: { DRDY ERR }
[188138.506777] ata1.00: error: { ABRT }
[188138.511440] ata1.00: configured for UDMA/133
[188138.511464] ata1: EH complete
[188138.511953] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.511957] ata1.00: irq_stat 0x40000001
[188138.511961] ata1.00: failed command: READ DMA
[188138.511970] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.511974] ata1.00: status: { DRDY ERR }
[188138.511978] ata1.00: error: { ABRT }
[188138.516683] ata1.00: configured for UDMA/133
[188138.516699] ata1: EH complete
[188138.517198] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.517203] ata1.00: irq_stat 0x40000001
[188138.517208] ata1.00: failed command: READ DMA
[188138.517226] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.517230] ata1.00: status: { DRDY ERR }
[188138.517234] ata1.00: error: { ABRT }
[188138.521910] ata1.00: configured for UDMA/133
[188138.521926] ata1: EH complete
[188138.522445] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.522450] ata1.00: irq_stat 0x40000001
[188138.522455] ata1.00: failed command: READ DMA
[188138.522474] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.522479] ata1.00: status: { DRDY ERR }
[188138.522482] ata1.00: error: { ABRT }
[188138.527150] ata1.00: configured for UDMA/133
[188138.527173] ata1: EH complete
[188138.527680] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.527684] ata1.00: irq_stat 0x40000001
[188138.527688] ata1.00: failed command: READ DMA
[188138.527698] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.527703] ata1.00: status: { DRDY ERR }
[188138.527707] ata1.00: error: { ABRT }
[188138.532332] ata1.00: configured for UDMA/133
[188138.532354] ata1: EH complete
[188138.532882] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[188138.532886] ata1.00: irq_stat 0x40000001
[188138.532899] ata1.00: failed command: READ DMA
[188138.532919] ata1.00: cmd c8/00:08:00:00:00/00:00:00:00:00/e0 tag 0 dma 4096 in
         res 51/04:08:00:00:00/00:00:00:00:00/e0 Emask 0x1 (device error)
[188138.532924] ata1.00: status: { DRDY ERR }
[188138.532927] ata1.00: error: { ABRT }
[188138.537547] ata1.00: configured for UDMA/133
[188138.537560] sd 0:0:0:0: [sda] 
[188138.537564] Result: hostbyte=0x00 driverbyte=0x08
[188138.537569] sd 0:0:0:0: [sda] 
[188138.537572] Sense Key : 0xb [current] [descriptor]
[188138.537586] Descriptor sense data with sense descriptors (in hex):
[188138.537589]         72 0b 00 00 00 00 00 0c 00 0a 80 00 00 00 00 00
[188138.537603]         00 00 00 00
[188138.537610] sd 0:0:0:0: [sda] 
[188138.537613] ASC=0x0 ASCQ=0x0
[188138.537617] sd 0:0:0:0: [sda] CDB:
[188138.537619] cdb[0]=0x28: 28 00 00 00 00 00 00 00 08 00
[188138.537646] ata1: EH complete
[188186.396781] usb 2-1.1: new high-speed USB device number 18 using ehci-pci
[188186.482586] usb 2-1.1: New USB device found, idVendor=18a5, idProduct=0302
[188186.482616] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[188186.482635] usb 2-1.1: Product: STORE N GO
[188186.482641] usb 2-1.1: Manufacturer: Verbatim
[188186.482646] usb 2-1.1: SerialNumber: 120300121500FB48
[188186.482978] usb-storage 2-1.1:1.0: USB Mass Storage device detected
[188186.483244] scsi18 : usb-storage 2-1.1:1.0
[188187.484105] scsi 18:0:0:0: Direct-Access     Verbatim STORE N GO       1.0  PQ: 0 ANSI: 2
[188187.487492] sd 18:0:0:0: [sdb] 15669248 512-byte logical blocks: (8.02 GB/7.47 GiB)
[188187.488536] sd 18:0:0:0: [sdb] Write Protect is off
[188187.488545] sd 18:0:0:0: [sdb] Mode Sense: 03 00 00 00
[188187.489636] sd 18:0:0:0: [sdb] No Caching mode page found
[188187.489646] sd 18:0:0:0: [sdb] Assuming drive cache: write through
[188187.493391] sd 18:0:0:0: [sdb] No Caching mode page found
[188187.493398] sd 18:0:0:0: [sdb] Assuming drive cache: write through
[188187.495385]  sdb: unknown partition table
[188187.500464] sd 18:0:0:0: [sdb] No Caching mode page found
[188187.500474] sd 18:0:0:0: [sdb] Assuming drive cache: write through
[188187.500482] sd 18:0:0:0: [sdb] Attached SCSI removable disk
[188278.861681] usb 2-1.1: USB disconnect, device number 18
[188296.696660] usb 2-1.1: new high-speed USB device number 19 using ehci-pci
[188296.782354] usb 2-1.1: New USB device found, idVendor=18a5, idProduct=0302
[188296.782364] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[188296.782371] usb 2-1.1: Product: STORE N GO
[188296.782376] usb 2-1.1: Manufacturer: Verbatim
[188296.782382] usb 2-1.1: SerialNumber: 120300121500FB48
[188296.783320] usb-storage 2-1.1:1.0: USB Mass Storage device detected
[188296.783579] scsi19 : usb-storage 2-1.1:1.0
[188297.784946] scsi 19:0:0:0: Direct-Access     Verbatim STORE N GO       1.0  PQ: 0 ANSI: 2
[188297.787878] sd 19:0:0:0: [sdb] 15669248 512-byte logical blocks: (8.02 GB/7.47 GiB)
[188297.789053] sd 19:0:0:0: [sdb] Write Protect is off
[188297.789061] sd 19:0:0:0: [sdb] Mode Sense: 03 00 00 00
[188297.790049] sd 19:0:0:0: [sdb] No Caching mode page found
[188297.790056] sd 19:0:0:0: [sdb] Assuming drive cache: write through
[188297.794161] sd 19:0:0:0: [sdb] No Caching mode page found
[188297.794168] sd 19:0:0:0: [sdb] Assuming drive cache: write through
[188297.796311]  sdb: unknown partition table
[188297.801932] sd 19:0:0:0: [sdb] No Caching mode page found
[188297.801940] sd 19:0:0:0: [sdb] Assuming drive cache: write through
[188297.801955] sd 19:0:0:0: [sdb] Attached SCSI removable disk
[188344.632350] usb 2-1.1: USB disconnect, device number 19
[188348.727022] usb 2-1.2: USB disconnect, device number 17
[188348.968053] usb 2-1.2: new low-speed USB device number 20 using ehci-pci
[188349.043014] usb 2-1.2: device descriptor read/64, error -32
[188349.207963] usb 2-1.2: device descriptor read/64, error -32
[188349.381932] usb 2-1.2: new low-speed USB device number 21 using ehci-pci
[188367.073283] usb 2-1.1: new high-speed USB device number 22 using ehci-pci
[188367.158988] usb 2-1.1: New USB device found, idVendor=18a5, idProduct=0302
[188367.158998] usb 2-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[188367.159005] usb 2-1.1: Product: STORE N GO
[188367.159010] usb 2-1.1: Manufacturer: Verbatim
[188367.159016] usb 2-1.1: SerialNumber: 120300121500FB48
[188367.159433] usb-storage 2-1.1:1.0: USB Mass Storage device detected
[188367.160014] scsi20 : usb-storage 2-1.1:1.0
[188368.162462] scsi 20:0:0:0: Direct-Access     Verbatim STORE N GO       1.0  PQ: 0 ANSI: 2
[188368.164045] sd 20:0:0:0: [sdb] 15669248 512-byte logical blocks: (8.02 GB/7.47 GiB)
[188368.165049] sd 20:0:0:0: [sdb] Write Protect is off
[188368.165056] sd 20:0:0:0: [sdb] Mode Sense: 03 00 00 00
[188368.166046] sd 20:0:0:0: [sdb] No Caching mode page found
[188368.166051] sd 20:0:0:0: [sdb] Assuming drive cache: write through
[188368.169797] sd 20:0:0:0: [sdb] No Caching mode page found
[188368.169819] sd 20:0:0:0: [sdb] Assuming drive cache: write through
[188368.171945]  sdb: unknown partition table
[188368.175425] sd 20:0:0:0: [sdb] No Caching mode page found
[188368.175434] sd 20:0:0:0: [sdb] Assuming drive cache: write through
[188368.175441] sd 20:0:0:0: [sdb] Attached SCSI removable disk
[188383.452097] usb 2-1.3: new low-speed USB device number 23 using ehci-pci
[188383.532719] usb 2-1.3: New USB device found, idVendor=046d, idProduct=c51b
[188383.532729] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[188383.532736] usb 2-1.3: Product: USB Receiver
[188383.532741] usb 2-1.3: Manufacturer: Logitech
[188383.538783] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3/2-1.3:1.0/input/input17
[188383.539021] hid-generic 0003:046D:C51B.0007: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1d.0-1.3/input0
[188383.541855] hid-generic 0003:046D:C51B.0008: hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1d.0-1.3/input1
[188390.931208] UDF-fs: INFO Mounting volume 'Parted Magic 2014_02_26', timestamp 2014/02/26 11:56 (1ed4)
[191929.771564] usb 2-1.1: USB disconnect, device number 22
[191931.225806] ACPI: \_SB_.PCI0: Bus check notify on hotplug_event_root
[191932.205444] ACPI: \_SB_.PCI0: Bus check notify on hotplug_event_root
[191936.894855] ACPI: \_SB_.PCI0: Bus check notify on hotplug_event_root
[192256.855227] ACPI: \_SB_.PCI0: Bus check notify on hotplug_event_root
[194137.150298] brcmsmac bcma0:0: START: tid 1 is not agg'able
[195487.619688] brcmsmac bcma0:0: START: tid 1 is not agg'able
[195658.625690] CPU1: Core temperature above threshold, cpu clock throttled (total events = 10648)
[195658.625694] CPU0: Package temperature above threshold, cpu clock throttled (total events = 11145)
[195658.625702] CPU1: Package temperature above threshold, cpu clock throttled (total events = 11145)
[195658.626697] CPU1: Core temperature/speed normal
[195658.626699] CPU0: Package temperature/speed normal
[195658.626705] CPU1: Package temperature/speed normal
[198095.249367] brcmsmac bcma0:0: START: tid 1 is not agg'able
[198164.348150] CPU1: Core temperature above threshold, cpu clock throttled (total events = 10697)
[198164.348154] CPU0: Package temperature above threshold, cpu clock throttled (total events = 11194)
[198164.348163] CPU1: Package temperature above threshold, cpu clock throttled (total events = 11194)
[198164.349164] CPU1: Core temperature/speed normal
[198164.349166] CPU0: Package temperature/speed normal
[198164.349171] CPU1: Package temperature/speed normal
[198346.234563] brcmsmac bcma0:0: START: tid 1 is not agg'able
[199137.170021] brcmsmac bcma0:0: START: tid 1 is not agg'able
[201006.730852] CPU1: Core temperature above threshold, cpu clock throttled (total events = 10849)
[201006.730855] CPU0: Package temperature above threshold, cpu clock throttled (total events = 11350)
[201006.730864] CPU1: Package temperature above threshold, cpu clock throttled (total events = 11350)
[201006.731848] CPU1: Core temperature/speed normal
[201006.731850] CPU0: Package temperature/speed normal
[201006.731855] CPU1: Package temperature/speed normal
[201407.440258] acer_wmi: Unknown key number - 0x25
[201469.032577] atkbd serio0: Unknown key pressed (translated set 2, code 0xb3 on isa0060/serio0).
[201469.032583] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201469.201056] atkbd serio0: Unknown key released (translated set 2, code 0xb3 on isa0060/serio0).
[201469.201063] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201487.456214] atkbd serio0: Unknown key pressed (translated set 2, code 0xb3 on isa0060/serio0).
[201487.456219] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201487.650877] atkbd serio0: Unknown key released (translated set 2, code 0xb3 on isa0060/serio0).
[201487.650883] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201510.098632] atkbd serio0: Unknown key pressed (translated set 2, code 0xb3 on isa0060/serio0).
[201510.098646] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201510.236249] atkbd serio0: Unknown key released (translated set 2, code 0xb3 on isa0060/serio0).
[201510.236256] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201510.766640] atkbd serio0: Unknown key pressed (translated set 2, code 0xb3 on isa0060/serio0).
[201510.766647] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201510.909995] atkbd serio0: Unknown key released (translated set 2, code 0xb3 on isa0060/serio0).
[201510.910002] atkbd serio0: Use 'setkeycodes e033 <keycode>' to make it known.
[201720.575372] CPU1: Core temperature above threshold, cpu clock throttled (total events = 11475)
[201720.575375] CPU0: Package temperature above threshold, cpu clock throttled (total events = 12107)
[201720.575384] CPU1: Package temperature above threshold, cpu clock throttled (total events = 12107)
[201720.576368] CPU1: Core temperature/speed normal
[201720.576370] CPU0: Package temperature/speed normal
[201720.576376] CPU1: Package temperature/speed normal
[201720.811132] atkbd serio0: Unknown key pressed (translated set 2, code 0xb4 on isa0060/serio0).
[201720.811138] atkbd serio0: Use 'setkeycodes e034 <keycode>' to make it known.
[201720.845791] atkbd serio0: Unknown key released (translated set 2, code 0xb4 on isa0060/serio0).
[201720.845798] atkbd serio0: Use 'setkeycodes e034 <keycode>' to make it known.
[202864.239708] brcmsmac bcma0:0: START: tid 2 is not agg'able
[202869.180137] brcmsmac bcma0:0: START: tid 2 is not agg'able
[205137.166870] brcmsmac bcma0:0: START: tid 1 is not agg'able
[210117.719065] CPU1: Core temperature above threshold, cpu clock throttled (total events = 11482)
[210117.719069] CPU0: Package temperature above threshold, cpu clock throttled (total events = 12114)
[210117.719077] CPU1: Package temperature above threshold, cpu clock throttled (total events = 12114)
[210117.720044] CPU1: Core temperature/speed normal
[210117.720046] CPU0: Package temperature/speed normal
[210117.720052] CPU1: Package temperature/speed normal
[210417.625676] CPU1: Core temperature above threshold, cpu clock throttled (total events = 12938)
[210417.625680] CPU0: Package temperature above threshold, cpu clock throttled (total events = 13594)
[210417.625688] CPU1: Package temperature above threshold, cpu clock throttled (total events = 13594)
[210417.626693] CPU1: Core temperature/speed normal
[210417.626695] CPU0: Package temperature/speed normal
[210417.626701] CPU1: Package temperature/speed normal
[210717.533282] CPU1: Core temperature above threshold, cpu clock throttled (total events = 24805)
[210717.533287] CPU0: Package temperature above threshold, cpu clock throttled (total events = 25542)
[210717.533296] CPU1: Package temperature above threshold, cpu clock throttled (total events = 25542)
[210717.534289] CPU1: Core temperature/speed normal
[210717.534292] CPU0: Package temperature/speed normal
[210717.534297] CPU1: Package temperature/speed normal
[211017.438884] CPU1: Core temperature above threshold, cpu clock throttled (total events = 34343)
[211017.438888] CPU0: Package temperature above threshold, cpu clock throttled (total events = 36576)
[211017.438897] CPU1: Package temperature above threshold, cpu clock throttled (total events = 36576)
[211017.439911] CPU1: Core temperature/speed normal
[211017.439914] CPU0: Package temperature/speed normal
[211017.439919] CPU1: Package temperature/speed normal
[211317.957725] CPU1: Core temperature above threshold, cpu clock throttled (total events = 43631)
[211317.957729] CPU0: Package temperature above threshold, cpu clock throttled (total events = 47653)
[211317.957739] CPU1: Package temperature above threshold, cpu clock throttled (total events = 47653)
[211317.961701] CPU1: Core temperature/speed normal
[211317.961704] CPU0: Package temperature/speed normal
[211317.961713] CPU1: Package temperature/speed normal
[211622.589540] CPU1: Core temperature above threshold, cpu clock throttled (total events = 46448)
[211622.589544] CPU0: Package temperature above threshold, cpu clock throttled (total events = 50568)
[211622.589554] CPU1: Package temperature above threshold, cpu clock throttled (total events = 50568)
[211622.591525] CPU1: Core temperature/speed normal
[211622.591527] CPU0: Package temperature/speed normal
[211622.591535] CPU1: Package temperature/speed normal
[211923.853797] CPU1: Core temperature above threshold, cpu clock throttled (total events = 48280)
[211923.853803] CPU0: Package temperature above threshold, cpu clock throttled (total events = 52408)
[211923.853813] CPU1: Package temperature above threshold, cpu clock throttled (total events = 52408)
[211923.855780] CPU1: Core temperature/speed normal
[211923.855782] CPU0: Package temperature/speed normal
[211923.855789] CPU1: Package temperature/speed normal
[212225.162146] CPU1: Core temperature above threshold, cpu clock throttled (total events = 50808)
[212225.162151] CPU0: Package temperature above threshold, cpu clock throttled (total events = 55090)
[212225.162160] CPU1: Package temperature above threshold, cpu clock throttled (total events = 55090)
[212225.163152] CPU1: Core temperature/speed normal
[212225.163154] CPU0: Package temperature/speed normal
[212225.163161] CPU1: Package temperature/speed normal
[212528.421302] CPU1: Core temperature above threshold, cpu clock throttled (total events = 58797)
[212528.421311] CPU1: Package temperature above threshold, cpu clock throttled (total events = 63637)
[212528.421316] CPU0: Package temperature above threshold, cpu clock throttled (total events = 63637)
[212528.422295] CPU1: Core temperature/speed normal
[212528.422301] CPU1: Package temperature/speed normal
[212528.422310] CPU0: Package temperature/speed normal
[212830.604345] CPU1: Core temperature above threshold, cpu clock throttled (total events = 60341)
[212830.604348] CPU0: Package temperature above threshold, cpu clock throttled (total events = 65215)
[212830.604358] CPU1: Package temperature above threshold, cpu clock throttled (total events = 65215)
[212830.605319] CPU1: Core temperature/speed normal
[212830.605321] CPU0: Package temperature/speed normal
[212830.605327] CPU1: Package temperature/speed normal
[213139.024548] CPU1: Core temperature above threshold, cpu clock throttled (total events = 61953)
[213139.024563] CPU0: Package temperature above threshold, cpu clock throttled (total events = 66858)
[213139.024565] CPU1: Package temperature above threshold, cpu clock throttled (total events = 66858)
[213139.027536] CPU1: Core temperature/speed normal
[213139.027539] CPU0: Package temperature/speed normal
[213139.027546] CPU1: Package temperature/speed normal
[219478.168092] ACPI: \_SB_.PCI0: Bus check notify on hotplug_event_root
[219479.126854] ACPI: \_SB_.PCI0: Bus check notify on hotplug_event_root
[229887.939884] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)
[273074.294317] brcmsmac bcma0:0: brcms_ops_bss_info_changed: arp filtering: 1 addresses (implement)

8

Re: Unallocated Harddrive

Im not for sure if the terminal didnt pick up the rest that was above, that was the full terminal. So im guessing the above was not showable which leads to the sda of my harddrive which only 1 line showed

9

Re: Unallocated Harddrive

If you perform an operation on the disk drive (sda) and receive an error, then run the dmesg command.  Any hardware problems with the drive will be contained in the last several lines of dmesg.  The initial lines in dmesg are everything that occurred since boot up.