PDA

View Full Version : Problema con hardisk


danlo8600
17-11-2008, 21:18
Salve ho un piccolo problema allora, quando avvio il pc fisso con su debian (succede con tutte le distribuzioni linux), mi appare questo messaggio di errore che viene ripetuto N! volte e il pc impiega un eternità a paritre:


[42.586840] ATA1.00:STATUS{DRDY ERR}
[42.586840] ATA1.00:ERROR{UNC}
[42.586840] ATA1.00 EXCEPTION EMASK 0X0 SACT 0X0 SERR 0X0 ACTION 0X0
END REQUEST:I/O ERROR, DEV, SDA, SECTOR 173
BUFFER I/O ERROR ON DEVICE SDA1, LOGICAL BLOCK 21
BUFFER I/O ERROR ON DEVICE SDA1, LOGICAL BLOCK 22
BUFFER I/O ERROR ON DEVICE SDA1, LOGICAL BLOCK 23
BUFFER I/O ERROR ON DEVICE SDA1, LOGICAL BLOCK 24
BUFFER I/O ERROR ON DEVICE SDA1, LOGICAL BLOCK 25
BUFFER I/O ERROR ON DEVICE SDA1, LOGICAL BLOCK 26


Da quello che ho letto è un problema con l'hardisk, però il disco funziona anche perchè c'è su windows che i miei familiari usano parecchio e non dà problemi, datosi che a me non interessa entrare in quel disco però è il disco di boot, vorrei sapere se lo posso disattivare su linux in modo da evitare che per accendere il pc debba aspettare 15 minuti e in tal caso se mi potete dare la procedura per farlo.

grazie mille a tutti ;)

Process_Killer
17-11-2008, 21:50
prova da superutente con
gedit /etc/fstab

e aggiungi un # nella riga della suddetta partizione

ciao

danlo8600
17-11-2008, 21:54
questa è bella, in fstab la partizione non c'è perchè dopo tutti quegli errori non l'ha nemmeno montata....

Process_Killer
17-11-2008, 22:30
non so precisamente come aiutarti però provo comunque a darti dei consigli..... prova a fare uno scandisk da windows

ciao

danlo8600
17-11-2008, 22:43
Già fatto e ho fatto anche il defrug... A me l'unica cosa che importa è eliminare che all'avvio del sistema cerca di montare questo hardisk invano anche perchè i dati che ha su non mi interessano perchè non sono miei :D i uso solo linux :D

massi_it
17-11-2008, 23:03
ma hai provato un format?

IL PAPA
17-11-2008, 23:11
questa è bella, in fstab la partizione non c'è perchè dopo tutti quegli errori non l'ha nemmeno montata....

ma il sistema monta la partizione a partire da fstab, non viceversa.
è percaso in automount?

fdisk te la vede? in tal caso rimuovila se non ti interessa il contenuto.

danlo8600
17-11-2008, 23:11
Be diciamo che dovrebbero fare il backup dei dati, per poi reinstallare windows e tutti i driver e cose simili, non è più veloce dirgli di non avviare quel hardisk in qualche modo?

massi_it
17-11-2008, 23:17
Be diciamo che dovrebbero fare il backup dei dati, per poi reinstallare windows e tutti i driver e cose simili, non è più veloce dirgli di non avviare quel hardisk in qualche modo?

perdonami ma non so cosa si potrebbe fare. Per quel che so la soluione dovrebbe stare in fstab come ti hanno già detto....
ti dico dunque.... fai come me: pialla XP :D

danlo8600
17-11-2008, 23:48
Se lo usassi solo io lo farei però pultroppo lo usano più i miei familiari che io quel pc quindi non lo posso elimnare... Comunque proverò, intanto se qualcunaltro sa cosa fare accetto tutto :D

danlo8600
18-11-2008, 21:48
Up

IL PAPA
19-11-2008, 18:44
mmmh... c'è un po' di confusione:

il disco funziona anche perchè c'è su windows che i miei familiari usano parecchio e non dà problemi, datosi che a me non interessa entrare in quel disco però è il disco di boot

mi fa pensare che entrambi gli OS siano sullo stesso disco

invece:

non è più veloce dirgli di non avviare quel hardisk in qualche modo?

Fa pensare che ci siano due unità fisiche differenti.

vediamo di trovare una terminologia comune o rischiamo di parlare di A e fare B capendo C e D :)

harddisk = unità fisica o disco fisso
partizione = porzione di unità fisica ben delimitata che contiene un file system + eventuale OS

Detto questo, pare comunque che il sistema cerchi di leggere dalla partizione del disco fisso che contiene windows e non riesca a leggere nel relativo file system (presumibilmente NTFS, che nativamente non è supportato da Linux) i vari blocchi del disco fisso in questione.

il boot loader è grub vero? è montato nell'MBR? hai controllato in /boot/grub/grub.conf che i parametri di avvio siano corretti per il secondo sistema operativo?

in particolare la sezione per ogni sistema operativo inizia con:

title [nome OS] [versione del kernel]
root [partizione in formato (n,n)]

nel caso del sistema di default (che di solito è indicato nella prima voce non commentata: default=0
dovresti trovare il valore (0,0)

Ora verifica in quel file che il title relativo alla partizione di windows abbia un valore differente (ex 0,2), intanto non importa il valore, l'importante è che sia differente e che la voce anzichè essere:
root [partizione in formato (n,n)]
sia
rootnoverify [partizione in formato (n,n)]

inoltre nella sezione di grub atta ad avviare la partizione con windows assicurati che esistano questi due valori:

chainloader +1 che indica di passare il compito di avviare il sistema ad un altro OS (presumibilmente quello ospitato nella partizione).

per aprire il vile grub.conf, se non ti senti si curo di usare VI, scrivi semplicemente dalla shell:cat /boot/grub/grub.conf

danlo8600
19-11-2008, 22:14
Allora spiego in breve... Nel pc ho 2 hardisk comprati su per giù nei medesimi giorni sono tutti e due della stessa marca e da 250gb hanno meno di un anno tipo 8 mesi su per giu... Ora sul primo c'è windows xp, mentre sul secondo c'è una partizione con debian da 60gb e il resto è ntfs...Mbr è sul primo disco dove c'è ovviamente grub, una volta avviato debian inizzia a sparare l'errore proprio sul hd windows cioè sul primo sda, il boot loadere penso che sia ben configurato anche perchè lo fà con qualsiasi distribuzione installo e lo ha inizziato a fare solo dopo 3/4 mesi che avevo acquistato tutti e due gli hd... Ho provato anche ad usare smartmontools e dice che il disco non è danneggiato... Ora quello che vorrei fare io è fare il boot tramite grub tramite quell'hardisk e poi fare in modo che non spari più tutti quegli errori....

IL PAPA
20-11-2008, 18:25
Servirebbe un log completo del DMESG... potrebbe anche darsi che al boot loader dia fastidio dover caricare il sistema da un altro disco che ha nell'MBR chissà che altro...

danlo8600
20-11-2008, 19:46
Allora ora non sono da la macchina interessata quindi non posso postare il log ma lo farò a breve, pero come ho già detto prima funzionava perfettamente lo ha iniziato a fare dopo 3/4 mesi che avevo gli hd...

IL PAPA
20-11-2008, 20:03
Allora ora non sono da la macchina interessata quindi non posso postare il log ma lo farò a breve, pero come ho già detto prima funzionava perfettamente lo ha iniziato a fare dopo 3/4 mesi che avevo gli hd...

Se non hai effettuato modifiche alla configurazione in questi 3-4 mesi potrebbe rafforzarsi l'ipotesi di un problema nella lettura di alcuni settori del disco.

in linux la dicitura sda indica il disco fisso nella sua interezza, invece sda1, sda2 sda3 sono le singole partizioni.

danlo8600
21-11-2008, 07:42
Questo è il dmesg:


[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.26-1-686 (Debian 2.6.26-10) (waldi@debian.org) (gcc version 4.1.3 20080623 (prerelease) (Debian 4.1.2-23)) #1 SMP Sat Nov 8 19:00:26 UTC 2008
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e8000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000005ffb0000 (usable)
[ 0.000000] BIOS-e820: 000000005ffb0000 - 000000005ffc0000 (ACPI data)
[ 0.000000] BIOS-e820: 000000005ffc0000 - 000000005fff0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000005fff0000 - 0000000060000000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffba0000 - 0000000100000000 (reserved)
[ 0.000000] 639MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] found SMP MP-table at [c00ff780] 000ff780
[ 0.000000] Entering add_active_range(0, 0, 393136) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 393136
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 393136
[ 0.000000] On node 0 totalpages: 393136
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 1280 pages used for memmap
[ 0.000000] HighMem zone: 162480 pages, LIFO batch:31
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI 2.3 present.
[ 0.000000] ACPI: RSDP 000FAD90, 0014 (r0 ACPIAM)
[ 0.000000] ACPI: RSDT 5FFB0000, 0030 (r1 A M I OEMRSDT 11000517 MSFT 97)
[ 0.000000] ACPI: FACP 5FFB0200, 0081 (r2 A M I OEMFACP 11000517 MSFT 97)
[ 0.000000] ACPI: DSDT 5FFB03F0, 36BD (r1 AH002 AH002001 1 INTL 2002026)
[ 0.000000] ACPI: FACS 5FFC0000, 0040
[ 0.000000] ACPI: APIC 5FFB0390, 005C (r1 A M I OEMAPIC 11000517 MSFT 97)
[ 0.000000] ACPI: OEMB 5FFC0040, 003F (r1 A M I OEMBIOS 11000517 MSFT 97)
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 70000000 (gap: 60000000:9fba0000)
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e8000
[ 0.000000] PM: Registered nosave memory: 00000000000e8000 - 0000000000100000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PERCPU: Allocating 37960 bytes of per cpu data
[ 0.000000] NR_CPUS: 8, nr_cpu_ids: 2
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 390064
[ 0.000000] Kernel command line: root=/dev/sdb4 ro quiet
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Detected 2992.906 MHz processor.
[ 0.004000] Console: colour VGA+ 80x25
[ 0.004000] console [tty0] enabled
[ 0.004000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.004000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.004000] Memory: 1549008k/1572544k available (1768k kernel code, 22232k reserved, 752k data, 244k init, 655040k highmem)
[ 0.004000] virtual kernel memory layout:
[ 0.004000] fixmap : 0xfff4c000 - 0xfffff000 ( 716 kB)
[ 0.004000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.004000] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 0.004000] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 0.004000] .init : 0xc037f000 - 0xc03bc000 ( 244 kB)
[ 0.004000] .data : 0xc02ba30b - 0xc0376620 ( 752 kB)
[ 0.004000] .text : 0xc0100000 - 0xc02ba30b (1768 kB)
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
[ 0.084154] Calibrating delay using timer specific routine.. 5991.22 BogoMIPS (lpj=11982444)
[ 0.084198] Security Framework initialized
[ 0.084207] SELinux: Disabled at boot.
[ 0.084212] Capability LSM initialized
[ 0.084230] Mount-cache hash table entries: 512
[ 0.084417] Initializing cgroup subsys ns
[ 0.084423] Initializing cgroup subsys cpuacct
[ 0.084426] Initializing cgroup subsys devices
[ 0.084451] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 0.084455] CPU: L2 cache: 512K
[ 0.084458] CPU: Physical Processor ID: 0
[ 0.084461] Intel machine check architecture supported.
[ 0.084467] Intel machine check reporting enabled on CPU#0.
[ 0.084470] CPU0: Intel P4/Xeon Extended MCE MSRs (12) available
[ 0.084474] CPU0: Thermal monitoring enabled
[ 0.084490] Checking 'hlt' instruction... OK.
[ 0.101468] ACPI: Core revision 20080321
[ 0.109213] ENABLING IO-APIC IRQs
[ 0.109395] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.149115] CPU0: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
[ 0.152009] Booting processor 1/1 ip 6000
[ 0.160010] Initializing CPU#1
[ 0.160010] Calibrating delay using timer specific routine.. 5985.78 BogoMIPS (lpj=11971570)
[ 0.160010] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 0.160010] CPU: L2 cache: 512K
[ 0.160010] CPU: Physical Processor ID: 0
[ 0.160010] Intel machine check architecture supported.
[ 0.160010] Intel machine check reporting enabled on CPU#1.
[ 0.160010] CPU1: Intel P4/Xeon Extended MCE MSRs (12) available
[ 0.160010] CPU1: Thermal monitoring enabled
[ 0.240015] CPU1: Intel(R) Pentium(R) 4 CPU 3.00GHz stepping 09
[ 0.240015] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.244015] Brought up 2 CPUs
[ 0.244015] Total of 2 processors activated (11977.00 BogoMIPS).
[ 0.244015] CPU0 attaching sched-domain:
[ 0.244015] domain 0: span 0-1
[ 0.244015] groups: 0 1
[ 0.244015] domain 1: span 0-1
[ 0.244015] groups: 0-1
[ 0.244015] CPU1 attaching sched-domain:
[ 0.244015] domain 0: span 0-1
[ 0.244015] groups: 1 0
[ 0.244015] domain 1: span 0-1
[ 0.244015] groups: 0-1
[ 0.244015] net_namespace: 660 bytes
[ 0.244015] Booting paravirtualized kernel on bare hardware
[ 0.244015] NET: Registered protocol family 16
[ 0.244015] ACPI: bus type pci registered
[ 0.244015] PCI: PCI BIOS revision 2.10 entry at 0xf0031, last bus=2
[ 0.244015] PCI: Using configuration type 1 for base access
[ 0.244015] Setting up standard PCI resources
[ 0.255085] ACPI: EC: Look up EC in DSDT
[ 0.263081] ACPI: Interpreter enabled
[ 0.263086] ACPI: (supports S0 S1 S3 S4 S5)
[ 0.263107] ACPI: Using IOAPIC for interrupt routing
[ 0.274371] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.274372] pci 0000:00:1f.0: Force enabled HPET at 0xfed00000
[ 0.274372] pci 0000:00:1f.0: Enabled i801 SMBus device
[ 0.274372] pci 0000:00:1f.0: quirk: region 0800-087f claimed by ICH4 ACPI/GPIO/TCO
[ 0.274372] pci 0000:00:1f.0: quirk: region 0480-04bf claimed by ICH4 GPIO
[ 0.274372] PCI: Transparent bridge - 0000:00:1e.0
[ 0.274372] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.274372] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 0.282408] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 0.282408] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.282408] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.282408] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 10 11 12 14 15)
[ 0.282408] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.282408] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 0.282408] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 0.282408] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 0.282408] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F2, should be E5 [20080321]
[ 0.282408] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 0.282408] pnp: PnP ACPI init
[ 0.282408] ACPI: bus type pnp registered
[ 0.287030] pnp: PnP ACPI: found 12 devices
[ 0.287030] ACPI: ACPI bus type pnp unregistered
[ 0.287030] PnPBIOS: Disabled by ACPI PNP
[ 0.287030] PCI: Using ACPI for IRQ routing
[ 0.291288] hpet clockevent registered
[ 0.291295] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.291301] hpet0: 3 64-bit timers, 14318180 Hz
[ 0.294833] ACPI: RTC can wake from S4
[ 0.301691] system 00:07: ioport range 0x680-0x6ff has been reserved
[ 0.301695] system 00:07: ioport range 0x290-0x297 has been reserved
[ 0.301704] system 00:08: ioport range 0x4d0-0x4d1 has been reserved
[ 0.301707] system 00:08: ioport range 0x800-0x87f has been reserved
[ 0.301710] system 00:08: ioport range 0x400-0x41f has been reserved
[ 0.301713] system 00:08: ioport range 0x480-0x4bf has been reserved
[ 0.301717] system 00:08: iomem range 0xfed20000-0xfed8ffff has been reserved
[ 0.301721] system 00:08: iomem range 0xffb00000-0xffbfffff could not be reserved
[ 0.301729] system 00:09: iomem range 0xfec00000-0xfec00fff has been reserved
[ 0.301732] system 00:09: iomem range 0xfee00000-0xfee00fff has been reserved
[ 0.301741] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
[ 0.301745] system 00:0b: iomem range 0xc0000-0xdffff could not be reserved
[ 0.301748] system 00:0b: iomem range 0xe0000-0xfffff could not be reserved
[ 0.301751] system 00:0b: iomem range 0x100000-0x5ffeffff could not be reserved
[ 0.301755] system 00:0b: iomem range 0xfff00000-0xffffffff could not be reserved
[ 0.334131] PCI: Bridge: 0000:00:01.0
[ 0.334131] IO window: c000-cfff
[ 0.334131] MEM window: 0xff800000-0xff8fffff
[ 0.334131] PREFETCH window: 0x00000000aff00000-0x00000000efefffff
[ 0.334131] PCI: Bridge: 0000:00:1e.0
[ 0.334131] IO window: d000-dfff
[ 0.334131] MEM window: 0xff900000-0xff9fffff
[ 0.334131] PREFETCH window: disabled.
[ 0.334131] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 0.334131] NET: Registered protocol family 2
[ 0.347279] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.350121] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.351069] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.351705] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.351709] TCP reno registered
[ 0.357803] NET: Registered protocol family 1
[ 0.358116] checking if image is initramfs... it is
[ 0.797617] Switched to high resolution mode on CPU 1
[ 0.800776] Switched to high resolution mode on CPU 0
[ 0.825251] Freeing initrd memory: 5790k freed
[ 0.828792] audit: initializing netlink socket (disabled)
[ 0.828792] type=2000 audit(1227255928.817:1): initialized
[ 0.828792] highmem bounce pool size: 64 pages
[ 0.828792] Total HugeTLB memory allocated, 0
[ 0.828792] VFS: Disk quotas dquot_6.5.1
[ 0.828792] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.828792] msgmni has been set to 1759
[ 0.828792] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.828792] io scheduler noop registered
[ 0.828792] io scheduler anticipatory registered
[ 0.828792] io scheduler deadline registered
[ 0.828792] io scheduler cfq registered (default)
[ 10.276750] pci 0000:00:1d.7: EHCI: BIOS handoff failed (BIOS bug?) 01010001
[ 10.276881] pci 0000:01:00.0: Boot video device
[ 10.280736] isapnp: Scanning for PnP cards...
[ 10.664979] isapnp: No Plug & Play device found
[ 10.672980] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 10.672980] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 10.672980] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 10.676982] brd: module loaded
[ 10.676982] PNP: No PS/2 controller found. Probing ports directly.
[ 10.677282] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 10.677290] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 10.681001] mice: PS/2 mouse device common for all mice
[ 10.681001] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 10.681001] rtc0: alarms up to one month
[ 10.681001] cpuidle: using governor ladder
[ 10.681001] cpuidle: using governor menu
[ 10.681001] No iBFT detected.
[ 10.681001] TCP cubic registered
[ 10.681001] NET: Registered protocol family 17
[ 10.681001] Using IPI No-Shortcut mode
[ 10.681001] registered taskstats version 1
[ 10.681001] rtc_cmos 00:02: setting system clock to 2008-11-21 08:25:38 UTC (1227255938)
[ 10.681001] Freeing unused kernel memory: 244k freed
[ 10.784485] ACPI: ACPI0007:00 is registered as cooling_device0
[ 10.784485] ACPI: ACPI0007:01 is registered as cooling_device1
[ 11.044375] usbcore: registered new interface driver usbfs
[ 11.044425] usbcore: registered new interface driver hub
[ 11.044869] usbcore: registered new device driver usb
[ 11.048874] USB Universal Host Controller Interface driver v3.0
[ 11.048874] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 11.048874] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 11.048874] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 11.048874] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 11.048874] uhci_hcd 0000:00:1d.0: irq 16, io base 0x0000eec0
[ 11.048874] usb usb1: configuration #1 chosen from 1 choice
[ 11.048874] hub 1-0:1.0: USB hub found
[ 11.048874] hub 1-0:1.0: 2 ports detected
[ 11.151402] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 11.151409] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.151415] usb usb1: Product: UHCI Host Controller
[ 11.151419] usb usb1: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[ 11.151422] usb usb1: SerialNumber: 0000:00:1d.0
[ 11.151470] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 11.151488] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 11.151496] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 11.151550] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 11.151586] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000ef00
[ 11.151743] usb usb2: configuration #1 chosen from 1 choice
[ 11.151812] hub 2-0:1.0: USB hub found
[ 11.151830] hub 2-0:1.0: 2 ports detected
[ 11.255654] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 11.255661] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.255665] usb usb2: Product: UHCI Host Controller
[ 11.255669] usb usb2: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[ 11.255673] usb usb2: SerialNumber: 0000:00:1d.1
[ 11.255713] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
[ 11.255727] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 11.255733] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 11.255774] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 11.255809] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000ef20
[ 11.255937] usb usb3: configuration #1 chosen from 1 choice
[ 11.255988] hub 3-0:1.0: USB hub found
[ 11.256000] hub 3-0:1.0: 2 ports detected
[ 11.302929] 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
[ 11.342928] No dock devices found.
[ 11.358408] SCSI subsystem initialized
[ 11.359509] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 11.359515] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.359520] usb usb3: Product: UHCI Host Controller
[ 11.359523] usb usb3: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[ 11.359527] usb usb3: SerialNumber: 0000:00:1d.2
[ 11.372625] ACPI: PCI Interrupt 0000:00:1d.3[A] -> GSI 16 (level, low) -> IRQ 16
[ 11.372647] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 11.372655] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 11.372731] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[ 11.372764] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000ef40
[ 11.372911] usb usb4: configuration #1 chosen from 1 choice
[ 11.372965] hub 4-0:1.0: USB hub found
[ 11.372978] hub 4-0:1.0: 2 ports detected
[ 11.374105] libata version 3.00 loaded.
[ 11.396265] usb 1-1: new full speed USB device using uhci_hcd and address 2
[ 11.459084] Floppy drive(s): fd0 is 1.44M
[ 11.478842] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 11.478848] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.478853] usb usb4: Product: UHCI Host Controller
[ 11.478857] usb usb4: Manufacturer: Linux 2.6.26-1-686 uhci_hcd
[ 11.478861] usb usb4: SerialNumber: 0000:00:1d.3
[ 11.481316] ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 23
[ 11.481316] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 11.481316] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 11.481316] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[ 11.481316] FDC 0 is a post-1991 82077
[ 11.485250] ehci_hcd 0000:00:1d.7: debug port 1
[ 11.485263] PCI: cache line size of 128 is not supported by device 0000:00:1d.7
[ 11.485287] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xffaff800
[ 11.525844] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 11.525953] usb usb5: configuration #1 chosen from 1 choice
[ 11.525992] hub 5-0:1.0: USB hub found
[ 11.526003] hub 5-0:1.0: 8 ports detected
[ 11.633310] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 11.633310] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 11.633310] usb usb5: Product: EHCI Host Controller
[ 11.633310] usb usb5: Manufacturer: Linux 2.6.26-1-686 ehci_hcd
[ 11.633310] usb usb5: SerialNumber: 0000:00:1d.7
[ 11.635083] 8139cp 0000:02:05.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
[ 11.635143] 8139cp 0000:02:05.0: Try the "8139too" driver instead.
[ 11.642348] 8139too Fast Ethernet driver 0.9.28
[ 11.642348] ACPI: PCI Interrupt 0000:02:05.0[A] -> GSI 22 (level, low) -> IRQ 22
[ 11.642348] eth0: RealTek RTL8139 at 0xd800, 00:11:2f:74:1e:d7, IRQ 22
[ 11.642396] eth0: Identified 8139 chip type 'RTL-8101'
[ 11.657385] Uniform Multi-Platform E-IDE driver
[ 11.657393] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
[ 11.670347] ata_piix 0000:00:1f.2: version 2.12
[ 11.670347] ACPI: PCI Interrupt 0000:00:1f.2[A] -> GSI 18 (level, low) -> IRQ 18
[ 11.670347] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[ 11.670347] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 11.670347] scsi0 : ata_piix
[ 11.674347] scsi1 : ata_piix
[ 11.674347] ata1: SATA max UDMA/133 cmd 0xeff0 ctl 0xefe4 bmdma 0xef90 irq 18
[ 11.674347] ata2: SATA max UDMA/133 cmd 0xefa8 ctl 0xefe0 bmdma 0xef98 irq 18
[ 11.838343] ata1.00: ATA-7: ST3250310AS, 3.AAC, max UDMA/133
[ 11.838343] ata1.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 11.850340] ata1.00: configured for UDMA/133
[ 11.930348] usb 1-1: device not accepting address 2, error -71
[ 11.986373] hub 1-0:1.0: unable to enumerate USB device on port 1
[ 12.014671] ata2.00: ATA-7: MAXTOR STM3250310AS, 3.AAC, max UDMA/133
[ 12.014675] ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 12.138512] ata2.00: configured for UDMA/133
[ 12.141668] scsi 0:0:0:0: Direct-Access ATA ST3250310AS 3.AA PQ: 0 ANSI: 5
[ 12.141668] scsi 1:0:0:0: Direct-Access ATA MAXTOR STM325031 3.AA PQ: 0 ANSI: 5
[ 12.138512] ICH5: IDE controller (0x8086:0x24db rev 0x02) at PCI slot 0000:00:1f.1
[ 12.138512] PIIX_IDE 0000:00:1f.1: enabling device (0005 -> 0007)
[ 12.138512] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
[ 12.138512] ICH5: not 100% native mode: will probe irqs later
[ 12.138512] ide0: BM-DMA at 0xfc00-0xfc07
[ 12.138512] ide1: BM-DMA at 0xfc08-0xfc0f
[ 12.138512] Probing IDE interface ide0...
[ 12.178516] Driver 'sd' needs updating - please use bus_type methods
[ 12.178516] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 12.178516] sd 0:0:0:0: [sda] Write Protect is off
[ 12.178516] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 12.178516] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.178516] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 12.178516] sd 0:0:0:0: [sda] Write Protect is off
[ 12.178516] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 12.178516] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.178516] sda: sda1
[ 12.183506] sd 0:0:0:0: [sda] Attached SCSI disk
[ 12.183506] sd 1:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
[ 12.183506] sd 1:0:0:0: [sdb] Write Protect is off
[ 12.183506] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 12.183506] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.183506] sd 1:0:0:0: [sdb] 488397168 512-byte hardware sectors (250059 MB)
[ 12.183506] sd 1:0:0:0: [sdb] Write Protect is off
[ 12.183506] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 12.183506] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 12.183506] sdb: sdb1 sdb2 sdb3 sdb4
[ 12.210513] sd 1:0:0:0: [sdb] Attached SCSI disk
[ 12.907489] hda: HL-DT-ST DVDRAM GSA-H42N, ATAPI CD/DVD-ROM drive
[ 13.029477] usb 5-1: new high speed USB device using ehci_hcd and address 2
[ 13.162780] usb 5-1: configuration #1 chosen from 1 choice
[ 13.163186] hub 5-1:1.0: USB hub found
[ 13.163527] hub 5-1:1.0: 4 ports detected
[ 13.344227] usb 5-1: New USB device found, idVendor=05e3, idProduct=0606
[ 13.344234] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 13.344239] usb 5-1: Product: USB2.0 Hub
[ 13.937388] hdb: HL-DT-STDVD-ROM GDR8162B, ATAPI CD/DVD-ROM drive
[ 14.040386] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[ 14.040386] hda: host side 80-wire cable detection failed, limiting max speed to UDMA33
[ 14.040386] hda: UDMA/33 mode selected
[ 14.041604] hdb: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[ 14.049599] hdb: UDMA/33 mode selected
[ 14.050955] Probing IDE interface ide1...
[ 14.650473] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[ 14.662488] usb 5-8: new high speed USB device using ehci_hcd and address 7
[ 14.666603] ide1 at 0x170-0x177,0x376 on irq 15
[ 14.699796] hda: ATAPI 48X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
[ 14.699807] Uniform CD-ROM driver Revision: 3.20
[ 14.710472] hdb: ATAPI 48X DVD-ROM drive, 256kB Cache
[ 14.797671] usb 5-8: configuration #1 chosen from 1 choice
[ 14.799555] usb 5-8: New USB device found, idVendor=03f0, idProduct=c502
[ 14.799555] usb 5-8: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 14.799555] usb 5-8: Product: Photosmart D6100 series
[ 14.799555] usb 5-8: Manufacturer: HP
[ 14.799555] usb 5-8: SerialNumber: MY74DG116804SH
[ 14.856974] Initializing USB Mass Storage driver...
[ 15.047009] usb 1-2: new full speed USB device using uhci_hcd and address 4
[ 15.274982] usb 1-2: configuration #1 chosen from 1 choice
[ 15.279631] usb 1-2: New USB device found, idVendor=093a, idProduct=2460
[ 15.279638] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 15.279642] usb 1-2: Product: CIF Single Chip
[ 15.279646] usb 1-2: Manufacturer: Pixart Imaging Inc.
[ 15.638631] usb 2-1: new low speed USB device using uhci_hcd and address 2
[ 15.850619] usb 2-1: configuration #1 chosen from 1 choice
[ 15.878623] usb 2-1: New USB device found, idVendor=046d, idProduct=c016
[ 15.878623] usb 2-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 15.878623] usb 2-1: Product: Optical USB Mouse
[ 15.878623] usb 2-1: Manufacturer: Logitech
[ 16.133628] usb 2-2: new low speed USB device using uhci_hcd and address 3
[ 16.353615] usb 2-2: configuration #1 chosen from 1 choice
[ 16.385622] usb 2-2: New USB device found, idVendor=046d, idProduct=c503
[ 16.385622] usb 2-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 16.385622] usb 2-2: Product: USB Receiver
[ 16.385622] usb 2-2: Manufacturer: Logitech
[ 16.630598] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 16.803524] usb 4-1: configuration #1 chosen from 1 choice
[ 16.803524] usb 4-1: New USB device found, idVendor=04a9, idProduct=220d
[ 16.803524] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 16.803524] usb 4-1: Product: CanoScan
[ 16.803524] usb 4-1: Manufacturer: Canon
[ 16.808522] scsi2 : SCSI emulation for USB Mass Storage devices
[ 16.835528] usb-storage: device found at 7
[ 16.835528] usb-storage: waiting for device to settle before scanning
[ 16.808522] usbcore: registered new interface driver usb-storage
[ 16.808542] USB Mass Storage support registered.
[ 16.835528] usbcore: registered new interface driver hiddev
[ 16.850836] input: Logitech Optical USB Mouse as /class/input/input0
[ 16.871502] input,hidraw0: USB HID v1.10 Mouse [Logitech Optical USB Mouse] on usb-0000:00:1d.1-1
[ 16.887981] input: Logitech USB Receiver as /class/input/input1
[ 16.891166] input,hidraw1: USB HID v1.10 Keyboard [Logitech USB Receiver] on usb-0000:00:1d.1-2
[ 16.895311] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 16.895311] ata1.00: BMDMA stat 0x24
[ 16.895311] ata1.00: cmd 25/00:78:68:00:00/00:01:00:00:00/e0 tag 0 dma 192512 in
[ 16.895311] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 16.895311] ata1.00: status: { DRDY ERR }
[ 16.895311] ata1.00: error: { UNC }
[ 16.914413] input: Logitech USB Receiver as /class/input/input2
[ 16.914413] input,hidraw2: USB HID v1.10 Device [Logitech USB Receiver] on usb-0000:00:1d.1-2
[ 16.914413] usbcore: registered new interface driver usbhid
[ 16.914413] usbhid: v2.6:USB HID core driver
[ 16.928813] ata1.00: configured for UDMA/133
[ 16.928844] ata1: EH complete
[ 21.330979] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 21.330979] ata1.00: BMDMA stat 0x24
[ 21.330979] ata1.00: cmd 25/00:78:68:00:00/00:01:00:00:00/e0 tag 0 dma 192512 in
[ 21.330979] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 21.330979] ata1.00: status: { DRDY ERR }
[ 21.330979] ata1.00: error: { UNC }
[ 21.648275] ata1.00: configured for UDMA/133
[ 21.648275] ata1: EH complete
[ 22.805694] usb-storage: device scan complete
[ 23.024707] scsi 2:0:0:0: Direct-Access HP Photosmart D6100 1.00 PQ: 0 ANSI: 2
[ 23.213706] sd 2:0:0:0: [sdc] Attached SCSI removable disk
[ 26.683101] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 26.683101] ata1.00: BMDMA stat 0x24
[ 26.683101] ata1.00: cmd 25/00:78:68:00:00/00:01:00:00:00/e0 tag 0 dma 192512 in
[ 26.683101] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 26.683101] ata1.00: status: { DRDY ERR }
[ 26.683101] ata1.00: error: { UNC }
[ 26.742188] ata1.00: configured for UDMA/133
[ 26.742188] ata1: EH complete
[ 31.245982] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 31.246029] ata1.00: BMDMA stat 0x24
[ 31.246074] ata1.00: cmd 25/00:78:68:00:00/00:01:00:00:00/e0 tag 0 dma 192512 in
[ 31.246076] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 31.246126] ata1.00: status: { DRDY ERR }
[ 31.246167] ata1.00: error: { UNC }
[ 31.295199] ata1.00: configured for UDMA/133
[ 31.295199] ata1: EH complete
[ 35.486191] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 35.486191] ata1.00: BMDMA stat 0x24
[ 35.486191] ata1.00: cmd 25/00:78:68:00:00/00:01:00:00:00/e0 tag 0 dma 192512 in
[ 35.486191] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 35.486192] ata1.00: status: { DRDY ERR }
[ 35.486192] ata1.00: error: { UNC }
[ 35.578189] ata1.00: configured for UDMA/133
[ 35.578189] ata1: EH complete
[ 39.974201] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 39.974201] ata1.00: BMDMA stat 0x24
[ 39.974201] ata1.00: cmd 25/00:78:68:00:00/00:01:00:00:00/e0 tag 0 dma 192512 in
[ 39.974201] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 39.974201] ata1.00: status: { DRDY ERR }
[ 39.974201] ata1.00: error: { UNC }
[ 40.262041] ata1.00: configured for UDMA/133
[ 40.262041] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 40.262041] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 40.262041] Descriptor sense data with sense descriptors (in hex):
[ 40.262041] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 40.262041] 00 00 00 ad
[ 40.262041] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 40.262041] end_request: I/O error, dev sda, sector 173
[ 40.262041] Buffer I/O error on device sda, logical block 21
[ 40.262041] Buffer I/O error on device sda, logical block 22
[ 40.262041] Buffer I/O error on device sda, logical block 23
[ 40.262041] Buffer I/O error on device sda, logical block 24
[ 40.262041] Buffer I/O error on device sda, logical block 25
[ 40.262041] Buffer I/O error on device sda, logical block 26
[ 40.262041] Buffer I/O error on device sda, logical block 27
[ 40.262041] Buffer I/O error on device sda, logical block 28
[ 40.262041] Buffer I/O error on device sda, logical block 29
[ 40.262041] Buffer I/O error on device sda, logical block 30
[ 40.262041] ata1: EH complete
[ 40.286198] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 40.286198] sd 0:0:0:0: [sda] Write Protect is off
[ 40.286198] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 40.286198] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 40.286198] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 40.286198] sd 0:0:0:0: [sda] Write Protect is off
[ 40.286198] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 40.286198] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 44.989251] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 44.989251] ata1.00: BMDMA stat 0x25
[ 44.989251] ata1.00: cmd c8/00:17:a0:00:00/00:00:00:00:00/e0 tag 0 dma 11776 in
[ 44.989251] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 44.989251] ata1.00: status: { DRDY ERR }
[ 44.989251] ata1.00: error: { UNC }
[ 45.142217] ata1.00: configured for UDMA/133
[ 45.142217] ata1: EH complete
[ 49.811041] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 49.811088] ata1.00: BMDMA stat 0x25
[ 49.811132] ata1.00: cmd c8/00:17:a0:00:00/00:00:00:00:00/e0 tag 0 dma 11776 in
[ 49.811133] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 49.811184] ata1.00: status: { DRDY ERR }
[ 49.811226] ata1.00: error: { UNC }
[ 49.873406] ata1.00: configured for UDMA/133
[ 49.873406] ata1: EH complete
[ 54.454023] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 54.454023] ata1.00: BMDMA stat 0x25
[ 54.454023] ata1.00: cmd c8/00:17:a0:00:00/00:00:00:00:00/e0 tag 0 dma 11776 in
[ 54.454023] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 54.454023] ata1.00: status: { DRDY ERR }
[ 54.454023] ata1.00: error: { UNC }
[ 54.584594] ata1.00: configured for UDMA/133
[ 54.584594] ata1: EH complete
[ 58.951864] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 58.951864] ata1.00: BMDMA stat 0x25
[ 58.951864] ata1.00: cmd c8/00:17:a0:00:00/00:00:00:00:00/e0 tag 0 dma 11776 in
[ 58.951864] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 58.951864] ata1.00: status: { DRDY ERR }
[ 58.951864] ata1.00: error: { UNC }
[ 58.985729] ata1.00: configured for UDMA/133
[ 58.985729] ata1: EH complete
[ 63.408619] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 63.408619] ata1.00: BMDMA stat 0x25
[ 63.408619] ata1.00: cmd c8/00:17:a0:00:00/00:00:00:00:00/e0 tag 0 dma 11776 in
[ 63.408619] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 63.408619] ata1.00: status: { DRDY ERR }
[ 63.408619] ata1.00: error: { UNC }
[ 63.496752] ata1.00: configured for UDMA/133
[ 63.496752] ata1: EH complete
[ 66.880540] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 66.880540] ata1.00: BMDMA stat 0x25
[ 66.880540] ata1.00: cmd c8/00:17:a0:00:00/00:00:00:00:00/e0 tag 0 dma 11776 in
[ 66.880540] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 66.880540] ata1.00: status: { DRDY ERR }
[ 66.880540] ata1.00: error: { UNC }
[ 67.453506] ata1.00: configured for UDMA/133
[ 67.453506] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 67.453506] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 67.453506] Descriptor sense data with sense descriptors (in hex):
[ 67.453506] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 67.453506] 00 00 00 ad
[ 67.453506] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 67.453506] end_request: I/O error, dev sda, sector 173
[ 67.453506] __ratelimit: 29 messages suppressed
[ 67.453506] Buffer I/O error on device sda1, logical block 110
[ 67.453506] Buffer I/O error on device sda1, logical block 111
[ 67.453506] Buffer I/O error on device sda1, logical block 112
[ 67.453506] Buffer I/O error on device sda1, logical block 113
[ 67.453506] ata1: EH complete
[ 67.465506] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 72.071318] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 72.071318] ata1.00: BMDMA stat 0x25
[ 72.071318] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 72.071318] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 72.071318] ata1.00: status: { DRDY ERR }
[ 72.071318] ata1.00: error: { UNC }
[ 72.120644] ata1.00: configured for UDMA/133
[ 72.120644] ata1: EH complete
[ 76.592040] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 76.592040] ata1.00: BMDMA stat 0x25
[ 76.592040] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 76.592040] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 76.592040] ata1.00: status: { DRDY ERR }
[ 76.592040] ata1.00: error: { UNC }
[ 76.613571] ata1.00: configured for UDMA/133
[ 76.613571] ata1: EH complete
[ 80.741451] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 80.741451] ata1.00: BMDMA stat 0x25
[ 80.741451] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 80.741451] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 80.741451] ata1.00: status: { DRDY ERR }
[ 80.741451] ata1.00: error: { UNC }
[ 80.796444] ata1.00: configured for UDMA/133
[ 80.796444] ata1: EH complete
[ 85.189208] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 85.189208] ata1.00: BMDMA stat 0x25
[ 85.189208] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 85.189208] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 85.189208] ata1.00: status: { DRDY ERR }
[ 85.189208] ata1.00: error: { UNC }
[ 85.249205] ata1.00: configured for UDMA/133
[ 85.249205] ata1: EH complete
[ 89.817152] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 89.817152] ata1.00: BMDMA stat 0x25
[ 89.817152] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 89.817152] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 89.817152] ata1.00: status: { DRDY ERR }
[ 89.817152] ata1.00: error: { UNC }
[ 89.944141] ata1.00: configured for UDMA/133
[ 89.944141] ata1: EH complete
[ 93.845026] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 93.845026] ata1.00: BMDMA stat 0x25
[ 93.845026] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 93.845026] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 93.845026] ata1.00: status: { DRDY ERR }
[ 93.845026] ata1.00: error: { UNC }
[ 94.025022] ata1.00: configured for UDMA/133
[ 94.025022] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 94.025022] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 94.025022] Descriptor sense data with sense descriptors (in hex):
[ 94.025022] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 94.025022] 00 00 00 ad
[ 94.025022] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 94.025022] end_request: I/O error, dev sda, sector 173
[ 94.025022] __ratelimit: 6 messages suppressed
[ 94.025022] Buffer I/O error on device sda1, logical block 110
[ 94.025022] Buffer I/O error on device sda1, logical block 111
[ 94.025022] ata1: EH complete
[ 94.040008] sd 0:0:0:0: [sda] Write Protect is off
[ 94.040008] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 94.056009] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 98.276873] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 98.276873] ata1.00: BMDMA stat 0x25
[ 98.276873] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 98.276873] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 98.276873] ata1.00: status: { DRDY ERR }
[ 98.276873] ata1.00: error: { UNC }
[ 98.379862] ata1.00: configured for UDMA/133
[ 98.379862] ata1: EH complete
[ 102.992779] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 102.992779] ata1.00: BMDMA stat 0x25
[ 102.992779] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 102.992779] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 102.992779] ata1.00: status: { DRDY ERR }
[ 102.992779] ata1.00: error: { UNC }
[ 103.063778] ata1.00: configured for UDMA/133
[ 103.063778] ata1: EH complete
[ 107.328377] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 107.328377] ata1.00: BMDMA stat 0x25
[ 107.328377] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 107.328377] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 107.328377] ata1.00: status: { DRDY ERR }
[ 107.328377] ata1.00: error: { UNC }
[ 107.408373] ata1.00: configured for UDMA/133
[ 107.408373] ata1: EH complete
[ 111.764359] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 111.764359] ata1.00: BMDMA stat 0x25
[ 111.764359] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 111.764359] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 111.764359] ata1.00: status: { DRDY ERR }
[ 111.764359] ata1.00: error: { UNC }
[ 111.892356] ata1.00: configured for UDMA/133
[ 111.892356] ata1: EH complete
[ 115.652172] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 115.652172] ata1.00: BMDMA stat 0x25
[ 115.652172] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 115.652172] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 115.652172] ata1.00: status: { DRDY ERR }
[ 115.652172] ata1.00: error: { UNC }
[ 116.400169] ata1.00: configured for UDMA/133
[ 116.400169] ata1: EH complete
[ 120.496734] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 120.496734] ata1.00: BMDMA stat 0x25
[ 120.496734] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 120.496734] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 120.496734] ata1.00: status: { DRDY ERR }
[ 120.496734] ata1.00: error: { UNC }
[ 120.815712] ata1.00: configured for UDMA/133
[ 120.815712] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 120.815712] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 120.815712] Descriptor sense data with sense descriptors (in hex):
[ 120.815712] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 120.815712] 00 00 00 ad
[ 120.815712] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 120.815712] end_request: I/O error, dev sda, sector 173
[ 120.815712] Buffer I/O error on device sda1, logical block 110
[ 120.815712] Buffer I/O error on device sda1, logical block 111
[ 120.815712] ata1: EH complete
[ 120.819710] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 120.819710] sd 0:0:0:0: [sda] Write Protect is off
[ 120.819710] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 120.819710] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 120.819710] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 120.819710] sd 0:0:0:0: [sda] Write Protect is off
[ 120.819710] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 120.819710] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 120.903719] PM: Starting manual resume from disk
[ 120.934955] JFS: nTxBlock = 8192, nTxLock = 65536
[ 122.878579] udevd version 125 started
[ 124.296891] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 124.325854] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 124.361860] Linux agpgart interface v0.103
[ 124.386253] agpgart: Detected an Intel 865 Chipset.
[ 124.390258] agpgart: AGP aperture is 128M @ 0xf0000000
[ 124.947021] input: Power Button (FF) as /class/input/input3
[ 125.008066] ACPI: Power Button (FF) [PWRF]
[ 125.008212] input: Power Button (CM) as /class/input/input4
[ 125.063541] ACPI: Power Button (CM) [PWRB]
[ 125.151298] usblp0: USB Bidirectional printer dev 7 if 0 alt 0 proto 2 vid 0x03F0 pid 0xC502
[ 125.151344] usbcore: registered new interface driver usblp
[ 125.570191] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.03 (30-Apr-2008)
[ 125.570191] iTCO_wdt: Found a ICH5 or ICH5R TCO device (Version=1, TCOBASE=0x0860)
[ 125.570191] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 125.590229] input: PC Speaker as /class/input/input5
[ 125.776663] intel_rng: FWH not detected
[ 125.846980] ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 17
[ 126.048842] parport_pc 00:06: reported by Plug and Play ACPI
[ 126.048842] parport0: PC-style at 0x378, irq 7 [PCSPP]
[ 126.482034] ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 17
[ 126.482034] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[ 127.027794] intel8x0_measure_ac97_clock: measured 51105 usecs
[ 127.027798] intel8x0: clocking to 48000
[ 127.431360] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 127.431360] ata1.00: BMDMA stat 0x24
[ 127.431360] ata1.00: cmd c8/00:78:68:00:00/00:00:00:00:00/e0 tag 0 dma 61440 in
[ 127.431360] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 127.431360] ata1.00: status: { DRDY ERR }
[ 127.431360] ata1.00: error: { UNC }
[ 127.495357] ata1.00: configured for UDMA/133
[ 127.495357] ata1: EH complete
[ 133.274966] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 133.274966] ata1.00: BMDMA stat 0x24
[ 133.274966] ata1.00: cmd c8/00:78:68:00:00/00:00:00:00:00/e0 tag 0 dma 61440 in
[ 133.274966] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 133.274966] ata1.00: status: { DRDY ERR }
[ 133.274966] ata1.00: error: { UNC }
[ 133.722968] ata1.00: configured for UDMA/133
[ 133.722968] ata1: EH complete
[ 140.171850] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 140.171850] ata1.00: BMDMA stat 0x24
[ 140.171850] ata1.00: cmd c8/00:78:68:00:00/00:00:00:00:00/e0 tag 0 dma 61440 in
[ 140.171850] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 140.171850] ata1.00: status: { DRDY ERR }
[ 140.171850] ata1.00: error: { UNC }
[ 140.191848] ata1.00: configured for UDMA/133
[ 140.191848] ata1: EH complete
[ 145.845962] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 145.845962] ata1.00: BMDMA stat 0x24
[ 145.845962] ata1.00: cmd c8/00:78:68:00:00/00:00:00:00:00/e0 tag 0 dma 61440 in
[ 145.845962] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 145.845962] ata1.00: status: { DRDY ERR }
[ 145.845962] ata1.00: error: { UNC }
[ 145.901959] ata1.00: configured for UDMA/133
[ 145.901959] ata1: EH complete
[ 151.622601] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 151.622601] ata1.00: BMDMA stat 0x24
[ 151.622601] ata1.00: cmd c8/00:78:68:00:00/00:00:00:00:00/e0 tag 0 dma 61440 in
[ 151.622601] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 151.622601] ata1.00: status: { DRDY ERR }
[ 151.622601] ata1.00: error: { UNC }
[ 152.054600] ata1.00: configured for UDMA/133
[ 152.054600] ata1: EH complete
[ 157.968889] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 157.968889] ata1.00: BMDMA stat 0x24
[ 157.968889] ata1.00: cmd c8/00:78:68:00:00/00:00:00:00:00/e0 tag 0 dma 61440 in
[ 157.968889] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 157.968889] ata1.00: status: { DRDY ERR }
[ 157.968889] ata1.00: error: { UNC }
[ 158.343187] ata1.00: configured for UDMA/133
[ 158.343187] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 158.343187] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 158.343187] Descriptor sense data with sense descriptors (in hex):
[ 158.343187] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 158.343187] 00 00 00 ad
[ 158.343187] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 158.343187] end_request: I/O error, dev sda, sector 173
[ 158.343187] Buffer I/O error on device sda, logical block 21
[ 158.343187] Buffer I/O error on device sda, logical block 22
[ 158.343187] Buffer I/O error on device sda, logical block 23
[ 158.343187] Buffer I/O error on device sda, logical block 24
[ 158.343187] Buffer I/O error on device sda, logical block 25
[ 158.343187] Buffer I/O error on device sda, logical block 26
[ 158.343187] Buffer I/O error on device sda, logical block 27
[ 158.343187] ata1: EH complete
[ 158.459180] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 158.459180] sd 0:0:0:0: [sda] Write Protect is off
[ 158.459180] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 158.459180] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 158.459180] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 158.459180] sd 0:0:0:0: [sda] Write Protect is off
[ 158.459180] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 158.459180] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 164.329847] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 164.329847] ata1.00: BMDMA stat 0x25
[ 164.329847] ata1.00: cmd c8/00:11:a0:00:00/00:00:00:00:00/e0 tag 0 dma 8704 in
[ 164.329847] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 164.329847] ata1.00: status: { DRDY ERR }
[ 164.329847] ata1.00: error: { UNC }
[ 164.349845] ata1.00: configured for UDMA/133
[ 164.349845] ata1: EH complete
[ 169.852474] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 169.852474] ata1.00: BMDMA stat 0x25
[ 169.852474] ata1.00: cmd c8/00:11:a0:00:00/00:00:00:00:00/e0 tag 0 dma 8704 in
[ 169.852474] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 169.852474] ata1.00: status: { DRDY ERR }
[ 169.852474] ata1.00: error: { UNC }
[ 170.333843] ata1.00: configured for UDMA/133
[ 170.333843] ata1: EH complete
[ 175.887160] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 175.887160] ata1.00: BMDMA stat 0x25
[ 175.887327] ata1.00: cmd c8/00:11:a0:00:00/00:00:00:00:00/e0 tag 0 dma 8704 in
[ 175.887329] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 175.887380] ata1.00: status: { DRDY ERR }
[ 175.887421] ata1.00: error: { UNC }
[ 176.443324] ata1.00: configured for UDMA/133
[ 176.443324] ata1: EH complete
[ 182.593456] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 182.593456] ata1.00: BMDMA stat 0x25
[ 182.593456] ata1.00: cmd c8/00:11:a0:00:00/00:00:00:00:00/e0 tag 0 dma 8704 in
[ 182.593456] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 182.593456] ata1.00: status: { DRDY ERR }
[ 182.593456] ata1.00: error: { UNC }
[ 182.613455] ata1.00: configured for UDMA/133
[ 182.613455] ata1: EH complete
[ 188.861479] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 188.861479] ata1.00: BMDMA stat 0x25
[ 188.861479] ata1.00: cmd c8/00:11:a0:00:00/00:00:00:00:00/e0 tag 0 dma 8704 in
[ 188.861479] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 188.869523] ata1.00: status: { DRDY ERR }
[ 188.869566] ata1.00: error: { UNC }
[ 189.469476] ata1.00: configured for UDMA/133
[ 189.469476] ata1: EH complete
[ 195.312003] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 195.312003] ata1.00: BMDMA stat 0x25
[ 195.312003] ata1.00: cmd c8/00:11:a0:00:00/00:00:00:00:00/e0 tag 0 dma 8704 in
[ 195.312003] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 195.312003] ata1.00: status: { DRDY ERR }
[ 195.312003] ata1.00: error: { UNC }
[ 195.332042] ata1.00: configured for UDMA/133
[ 195.332042] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 195.332042] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 195.332042] Descriptor sense data with sense descriptors (in hex):
[ 195.332042] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 195.332042] 00 00 00 ad
[ 195.332042] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 195.332042] end_request: I/O error, dev sda, sector 173
[ 195.332042] Buffer I/O error on device sda1, logical block 110
[ 195.332042] Buffer I/O error on device sda1, logical block 111
[ 195.332042] Buffer I/O error on device sda1, logical block 112
[ 195.332042] Buffer I/O error on device sda1, logical block 113
[ 195.332042] ata1: EH complete
[ 196.042216] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 202.151572] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 202.151572] ata1.00: BMDMA stat 0x25
[ 202.151572] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 202.151572] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 202.151572] ata1.00: status: { DRDY ERR }
[ 202.151572] ata1.00: error: { UNC }
[ 202.231563] ata1.00: configured for UDMA/133
[ 202.231563] ata1: EH complete
[ 208.170210] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 208.170210] ata1.00: BMDMA stat 0x25
[ 208.170210] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 208.170210] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 208.170210] ata1.00: status: { DRDY ERR }
[ 208.170210] ata1.00: error: { UNC }
[ 208.379671] ata1.00: configured for UDMA/133
[ 208.379671] ata1: EH complete
[ 214.330277] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 214.330277] ata1.00: BMDMA stat 0x25
[ 214.330277] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 214.330277] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 214.330277] ata1.00: status: { DRDY ERR }
[ 214.330277] ata1.00: error: { UNC }
[ 215.173275] ata1.00: configured for UDMA/133
[ 215.173275] ata1: EH complete
[ 220.570912] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 220.570912] ata1.00: BMDMA stat 0x25
[ 220.570912] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 220.570912] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 220.570912] ata1.00: status: { DRDY ERR }
[ 220.570912] ata1.00: error: { UNC }
[ 220.815232] ata1.00: configured for UDMA/133
[ 220.815249] ata1: EH complete
[ 226.673132] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 226.673132] ata1.00: BMDMA stat 0x25
[ 226.673132] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 226.673132] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 226.673132] ata1.00: status: { DRDY ERR }
[ 226.673132] ata1.00: error: { UNC }
[ 226.728920] ata1.00: configured for UDMA/133
[ 226.728920] ata1: EH complete
[ 232.907803] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 232.907803] ata1.00: BMDMA stat 0x25
[ 232.907803] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 232.907803] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 232.907803] ata1.00: status: { DRDY ERR }
[ 232.907803] ata1.00: error: { UNC }
[ 232.929435] ata1.00: configured for UDMA/133
[ 232.929435] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 232.929435] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 232.929435] Descriptor sense data with sense descriptors (in hex):
[ 232.929435] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 232.929435] 00 00 00 ad
[ 232.929435] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 232.929435] end_request: I/O error, dev sda, sector 173
[ 232.929435] Buffer I/O error on device sda1, logical block 110
[ 232.929435] Buffer I/O error on device sda1, logical block 111
[ 232.929435] ata1: EH complete
[ 233.045432] sd 0:0:0:0: [sda] Write Protect is off
[ 233.045432] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 233.045432] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 239.248464] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 239.248464] ata1.00: BMDMA stat 0x25
[ 239.248464] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 239.248464] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 239.248464] ata1.00: status: { DRDY ERR }
[ 239.248464] ata1.00: error: { UNC }
[ 239.461391] ata1.00: configured for UDMA/133
[ 239.461391] ata1: EH complete
[ 244.382405] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 244.382405] ata1.00: BMDMA stat 0x25
[ 244.382405] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 244.382405] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 244.382405] ata1.00: status: { DRDY ERR }
[ 244.382405] ata1.00: error: { UNC }
[ 245.202391] ata1.00: configured for UDMA/133
[ 245.202406] ata1: EH complete
[ 250.126188] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 250.126188] ata1.00: BMDMA stat 0x25
[ 250.126188] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 250.126188] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 250.126188] ata1.00: status: { DRDY ERR }
[ 250.126188] ata1.00: error: { UNC }
[ 250.366185] ata1.00: configured for UDMA/133
[ 250.366185] ata1: EH complete
[ 254.842201] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 254.842201] ata1.00: BMDMA stat 0x25
[ 254.842201] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 254.842201] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 254.842201] ata1.00: status: { DRDY ERR }
[ 254.842201] ata1.00: error: { UNC }
[ 255.226173] ata1.00: configured for UDMA/133
[ 255.226173] ata1: EH complete
[ 260.337822] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 260.343036] ata1.00: BMDMA stat 0x25
[ 260.343083] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 260.343085] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 260.343135] ata1.00: status: { DRDY ERR }
[ 260.343177] ata1.00: error: { UNC }
[ 260.390024] ata1.00: configured for UDMA/133
[ 260.390024] ata1: EH complete
[ 265.017035] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 265.017035] ata1.00: BMDMA stat 0x25
[ 265.017035] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 265.017035] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 265.017035] ata1.00: status: { DRDY ERR }
[ 265.017035] ata1.00: error: { UNC }
[ 265.041350] ata1.00: configured for UDMA/133
[ 265.041350] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 265.041350] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 265.041350] Descriptor sense data with sense descriptors (in hex):
[ 265.041350] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 265.041350] 00 00 00 ad
[ 265.041350] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 265.041350] end_request: I/O error, dev sda, sector 173
[ 265.041350] Buffer I/O error on device sda1, logical block 110
[ 265.041350] Buffer I/O error on device sda1, logical block 111
[ 265.041350] ata1: EH complete
[ 265.041350] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 265.057348] sd 0:0:0:0: [sda] Write Protect is off
[ 265.057348] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 265.074350] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 265.074350] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 265.074350] sd 0:0:0:0: [sda] Write Protect is off
[ 265.074350] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 265.074350] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 265.812809] Adding 1036184k swap on /dev/sdb2. Priority:-1 extents:1 across:1036184k
[ 266.704148] loop: module loaded
[ 268.882533] eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 271.417277] NET: Registered protocol family 10
[ 271.417277] lo: Disabled Privacy Extensions
[ 271.734901] lp0: using parport0 (interrupt-driven).
[ 271.773051] ppdev: user-space parallel port driver
[ 282.011747] eth0: no IPv6 routers present
[ 304.953843] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 304.953843] ata1.00: BMDMA stat 0x25
[ 304.953843] ata1.00: cmd c8/00:26:a0:00:00/00:00:00:00:00/e0 tag 0 dma 19456 in
[ 304.953843] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 304.953843] ata1.00: status: { DRDY ERR }
[ 304.953843] ata1.00: error: { UNC }
[ 304.977660] ata1.00: configured for UDMA/133
[ 304.977660] ata1: EH complete
[ 309.084035] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 309.084035] ata1.00: BMDMA stat 0x25
[ 309.084035] ata1.00: cmd c8/00:26:a0:00:00/00:00:00:00:00/e0 tag 0 dma 19456 in
[ 309.084035] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 309.084035] ata1.00: status: { DRDY ERR }
[ 309.084035] ata1.00: error: { UNC }
[ 309.108028] ata1.00: configured for UDMA/133
[ 309.108028] ata1: EH complete
[ 313.268108] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 313.268108] ata1.00: BMDMA stat 0x25
[ 313.268108] ata1.00: cmd c8/00:26:a0:00:00/00:00:00:00:00/e0 tag 0 dma 19456 in
[ 313.268108] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 313.268108] ata1.00: status: { DRDY ERR }
[ 313.268108] ata1.00: error: { UNC }
[ 313.341107] ata1.00: configured for UDMA/133
[ 313.341107] ata1: EH complete
[ 317.596712] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 317.596712] ata1.00: BMDMA stat 0x25
[ 317.596712] ata1.00: cmd c8/00:26:a0:00:00/00:00:00:00:00/e0 tag 0 dma 19456 in
[ 317.596712] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 317.596712] ata1.00: status: { DRDY ERR }
[ 317.596712] ata1.00: error: { UNC }
[ 317.654218] ata1.00: configured for UDMA/133
[ 317.654218] ata1: EH complete
[ 321.726866] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 321.726996] ata1.00: BMDMA stat 0x25
[ 321.727055] ata1.00: cmd c8/00:26:a0:00:00/00:00:00:00:00/e0 tag 0 dma 19456 in
[ 321.727058] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 321.727119] ata1.00: status: { DRDY ERR }
[ 321.727166] ata1.00: error: { UNC }
[ 321.750960] ata1.00: configured for UDMA/133
[ 321.750960] ata1: EH complete
[ 325.791801] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 325.791801] ata1.00: BMDMA stat 0x25
[ 325.791801] ata1.00: cmd c8/00:26:a0:00:00/00:00:00:00:00/e0 tag 0 dma 19456 in
[ 325.791801] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 325.791801] ata1.00: status: { DRDY ERR }
[ 325.791801] ata1.00: error: { UNC }
[ 325.848455] ata1.00: configured for UDMA/133
[ 325.848455] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 325.848455] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 325.848455] Descriptor sense data with sense descriptors (in hex):
[ 325.848455] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 325.848455] 00 00 00 ad
[ 325.848455] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 325.848455] end_request: I/O error, dev sda, sector 173
[ 325.848455] Buffer I/O error on device sda1, logical block 110
[ 325.848455] Buffer I/O error on device sda1, logical block 111
[ 325.848455] Buffer I/O error on device sda1, logical block 112
[ 325.848455] Buffer I/O error on device sda1, logical block 113
[ 325.848455] Buffer I/O error on device sda1, logical block 114
[ 325.848455] Buffer I/O error on device sda1, logical block 115
[ 325.848455] Buffer I/O error on device sda1, logical block 116
[ 325.848455] Buffer I/O error on device sda1, logical block 117
[ 325.848455] Buffer I/O error on device sda1, logical block 118
[ 325.848455] Buffer I/O error on device sda1, logical block 119
[ 325.848455] ata1: EH complete
[ 325.865454] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 328.493299] eth0: no IPv6 routers present
[ 330.047447] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 330.047447] ata1.00: BMDMA stat 0x25
[ 330.047447] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 330.047447] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 330.047447] ata1.00: status: { DRDY ERR }
[ 330.047447] ata1.00: error: { UNC }
[ 330.104592] ata1.00: configured for UDMA/133
[ 330.104592] ata1: EH complete
[ 334.345320] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 334.345320] ata1.00: BMDMA stat 0x25
[ 334.345320] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 334.345320] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 334.345320] ata1.00: status: { DRDY ERR }
[ 334.345320] ata1.00: error: { UNC }
[ 334.368387] ata1.00: configured for UDMA/133
[ 334.368387] ata1: EH complete
[ 338.397557] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 338.397557] ata1.00: BMDMA stat 0x25
[ 338.397557] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 338.397557] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 338.397557] ata1.00: status: { DRDY ERR }
[ 338.397557] ata1.00: error: { UNC }
[ 338.441486] ata1.00: configured for UDMA/133
[ 338.441507] ata1: EH complete
[ 342.452698] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 342.452751] ata1.00: BMDMA stat 0x25
[ 342.452811] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 342.452814] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 342.452876] ata1.00: status: { DRDY ERR }
[ 342.452922] ata1.00: error: { UNC }
[ 342.476163] ata1.00: configured for UDMA/133
[ 342.476163] ata1: EH complete
[ 346.511218] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 346.511218] ata1.00: BMDMA stat 0x25
[ 346.511218] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 346.511218] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 346.511218] ata1.00: status: { DRDY ERR }
[ 346.511218] ata1.00: error: { UNC }
[ 346.599213] ata1.00: configured for UDMA/133
[ 346.599213] ata1: EH complete
[ 350.612299] ata1.00: exception Emask 0x0 SAct 0x0 SErr 0x0 action 0x0
[ 350.612299] ata1.00: BMDMA stat 0x25
[ 350.612299] ata1.00: cmd c8/00:02:ad:00:00/00:00:00:00:00/e0 tag 0 dma 1024 in
[ 350.612299] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)
[ 350.612299] ata1.00: status: { DRDY ERR }
[ 350.612299] ata1.00: error: { UNC }
[ 350.635244] ata1.00: configured for UDMA/133
[ 350.635244] sd 0:0:0:0: [sda] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE,SUGGEST_OK
[ 350.635244] sd 0:0:0:0: [sda] Sense Key : Medium Error [current] [descriptor]
[ 350.635244] Descriptor sense data with sense descriptors (in hex):
[ 350.635244] 72 03 11 04 00 00 00 0c 00 0a 80 00 00 00 00 00
[ 350.635244] 00 00 00 ad
[ 350.635244] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 350.635244] end_request: I/O error, dev sda, sector 173
[ 350.635244] __ratelimit: 15 messages suppressed
[ 350.635244] Buffer I/O error on device sda1, logical block 110
[ 350.635244] Buffer I/O error on device sda1, logical block 111
[ 350.635244] ata1: EH complete
[ 350.659238] sd 0:0:0:0: [sda] Write Protect is off
[ 350.659238] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 350.676238] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 350.676238] sd 0:0:0:0: [sda] 488397168 512-byte hardware sectors (250059 MB)
[ 350.676238] sd 0:0:0:0: [sda] Write Protect is off
[ 350.676238] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 350.676238] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA


;)

IL PAPA
23-11-2008, 18:03
Allora:

già in questa posizione il log è abbastanza chiaro:

[ 21.330979] ata1.00: cmd 25/00:78:68:00:00/00:01:00:00:00/e0 tag 0 dma 192512 in
[ 21.330979] res 51/40:00:ad:00:00/40:00:00:00:00/e0 Emask 0x9 (media error)

e qui lo ribadisce:

[ 325.848455] sd 0:0:0:0: [sda] Add. Sense: Unrecovered read error - auto reallocate failed
[ 325.848455] end_request: I/O error, dev sda, sector 173

Semplicemente non riesce a leggere dei blocchi in un settore del disco, ogni settore sono 512Bytes.

Secondo me il problema deriva dal fatto che hai dei blocchi danneggiati nel settore 173, è un settore "in mezzo" al disco, poichè l'MBR solitamente è 512Bytes cioè 1 settore, quindi dopo circa 88KB secondo me il tuo disco ha dei blocchi danneggiati

ckx3009
23-11-2008, 22:47
sono d'accordo: il problema e' che quella rischia anche di essere la partizione winzozz e linux non ha un buon grado di riparazione del file system ntfs.

dovresti provare a eseguire "chkdsk /f" da winzozz (start > esegui > cmd).

oppure formatti quel disco in ext2 / ext3 e da linux dai un e2fsck -fvpc /dev/nome_partizione

danlo8600
23-11-2008, 22:48
Quindi se formatto e reinstallo windows in teoria dovrebbe alternare i settori danneggiati e quindi non farlo più... L'unica cosa assurda è che mezzo disco è pieno eppure funziona bene...

ckx3009
23-11-2008, 23:21
linux ha una certa abilita' a rilevare cio' che non funziona, quindi si lamenta se trova qualcosa di anormale (cosa che non fa winzozz che ti farebbe schiattare il disco senza che tu manco te ne accorga).

non e' detto che una formattazione e reinstallazione di winzozz risolva dato che ntfs non ha una gran memoria per quanto riguarda i settori danneggiati.
intanto inizia con chkdsk /f sul disco in questione. gia' li' dovresti vedere cosa e' danneggiato e cosa no.

potrebbe esserci un problema a eseguire quel comando sul disco montato, dato che risulterebbe in uso. e' possibile che te lo metta come prima cosa da fare al reboot. in quel caso riavvia e fagli fare il suo controllo.

IL PAPA
24-11-2008, 09:17
Quindi se formatto e reinstallo windows in teoria dovrebbe alternare i settori danneggiati e quindi non farlo più... L'unica cosa assurda è che mezzo disco è pieno eppure funziona bene...

eh, non è per niente assurda come cosa :)
Semplicemente nel settore danneggiato non ci sono dati (windows a differenza di Linux e relativi file system tende a frammentare in maniera enorme i files), oppure ci sono dati che non sono mai utilizzati o utilizzati molto di rado, o c'è un file di testo dell'help di windows o di qualche altro programma, comunque un componente non essenziale per il corretto funzionamento del sistema.

l'idea del chkdsk loggato su Windows è giusta secondo me, è buona norma che ogni SO metta le mani in modo autonomo al file system che lo fa girare.