Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

unRaid offline suddenly. Then drives show up blue (new.) Now offline again!

Featured Replies

Hi- I've had unRaid 4.0 running solid for months. 7 drives, a Gigabit mobo from the suggested list (I don't have the model # with me) and the Sony mini-memory stick. I've had problems over the last week, and I emailed Tom to try to troubleshoot but he must be tied up. To avoid a lot of retyping, I'll paste the trouble report emails here and hope someone has some ideas:

First report:Tom- I'm having an issue with the server- please help! I'll also search around or post on the forum so if I get an answer before you can email back, I'll write you that it's solved (hopefully!)The array has been running fine for months, but suddenly appeared offline yesterday. So I went to pull up the browser page and was greeted with all blue indicators for my 6 storage disks. It says "Stopped. Initial Configuration." (I didn't notice the Initial Config. part at first.)  I hit start, and then Start. Then I get green lights on the 6 disks and parity goes orange and sits for a LONG time there. Then it doesn't seem to ever come back online fully so the storage is accessible. The drives seem to be stuck in Mounting. Now it won't refresh the web page at all. I tried a hard and a soft reboot and neither did the trick. Should I be doing Restore instead? I wasn't sure what that option did exactly. I absolutely don't want to lose my data. Any help would be appreciated!

More info: Tom- Follow up: I let it sit for a while and it does refresh the web page now. Disks were mounting very slowly (like 10+ minutes) and one shows 655 errors. Free space reported seems correct, and the parity disk is still orange, command area shows status as still "started", but it shows that one disk with the errors as Unformatted under free space. Any idea what might have happened, how to fix that disk (if possible) and how to prevent again?  Fortunately that disk didn't have a lot on it if I recall correctly, but I'd still like to save it if possible.

 

Thanks

 

Third report w/ more info: Tom- also, there seems to be something else amiss since the parity sync that is started now that none of the drives are blue is taking forever. Like, I started it this morning and it's now at 6.6% running at 1800 KB/sec w/ 4211 minutes reported remaining! The one disk with some content on it still shows Unformatted. I was hoping finishing the Parity Sync would bring it back to life, but I know that shouldn't take 4 days! Should I stop the array and try a restore? What about the files I've written to another drive in the array in the interim this morning? I'm in the middle of downloading a huge file. I know I can restart it where I left off if I pause it, but only if the data written this morning isn't deleted by a restore. So to recap- nothing changed about the hardware, bios, or anything else. It was just working, then offline & all blue symbols (maybe power went out- not sure?), now back with one disk showing unformatted when I restarted (and with the parity sync taking forever. )

 

Please let me know what you suggest.

 

Thanks

Latest email report: Tom-

Sorry to keep emailing, but I can't seem to fix this and I did buy the pro license, so I hope to be able to recover it hopefully with some advice please on the right way to do it. Now, I finally did a hard-reboot when the server again seemed locked up after hours and hours of trying to start back up. Upon restart, I was able to get to the server from the network briefly, with one disk still showing unformatted. However, as the flash was accessible, I took this opportunity to upgrade from 4.0 to 4.2.1 per instructions on the site hoping this might bring the array back to life. That went fine, and now it boots to 4.2.1, however, again, it snagged on "starting up", this time showed two drives stuck at mounting (one of which was the "unformatted" one (with data on it, was working as of two days ago.) I decided to leave it alone and let it continue to try to start up/mount all night. This morning it is unavailable from the network again. No telnet either. It seems if I do a power cycle (which I have not tried again today), that it is on the network for a while. Do you suggest I try to do that when I get home today, and if so, is there a way to pull logs to see what's going on. I don't mind replacing that one drive if it's gone bad (and hopefully the parity drive will recover the data that was on it), but now that it is having trouble even staying up and running, I don't know what to do.

 

Thanks

 

 

 

Any advice anyone has I'm all ears, thanks.

 

Howdy and sorry for all the trouble you have had.

 

First some bad news:  if you have started a parity sync, then the previous parity is almost certainly invalid, and this parity will not include the info on what it thinks is an unformatted drive, so parity cannot be used to restore the drive content.

 

Then a quick fix: others have reported similar difficulties with loss of network with the 4.2 unRAID versions, and I believe most have found that adding 'nolapic' to the append line of the flash/syslinux.cfg file has fixed it.

 

As to what is wrong, it's hard to tell without your syslogs.  The syslog is kept only in memory, and is lost with each reboot, so it's too late for the earlier problems.  From all the disk errors and very slow mounting and syncing, it looks like at least 1 and probably 2 drives are having problems, but we need to see a syslog.  A normal syslog is about 50k to 60k, but I suspect yours is full of repetitive error blocks, and are probably over a megabyte, compressing it would be advisable.  A syslog with lots of errors typically zips to 7% to 9%.  We have been having problems with attachments lately, so if you can't attach it, you may have to make it available another way, as other users have been doing.

 

I would check your cables and their connectors, possibly something came loose, or there is a faulty cable.  Try replacing the cable to the 'unformatted' drive.

 

To obtain a copy of your current syslog, at the unRAID console or in a Telnet session, type the command:

 

  cp  /var/log/syslog  /boot

 

This will make a copy of the system log in the root directory of your flash drive, which you can either copy directly from the flash share of your server, or plug the flash drive into your PC and access the syslog there.  Any file manager such as Windows Explorer can access the file across the network.  For example, if your unRAID server name is Tower, then you can access your newly created syslog as \\Tower\flash\syslog.  I recommend renaming it with the date and time and the .txt extension, for example syslog2007-08-28-1630.txt.

 

A helpful Wiki link:  http://lime-technology.com/wiki/index.php?title=Viewing_the_System_Log

 

Just a quick comment, RAID is not the same as backup, data stored *only* on a RAID or unRAID server should not be considered backed up.  It does have some drive loss protection, but that is not the same as having a restorable copy elsewhere.  You should be wary of storing important data *only* on your server.  It may be *safer* storage, but it is not *safe* storage, for the only copy of something of value.  Backups are all about data redundancy, in separate locations.  I'm sure you know all that, but it concerned me seeing you mention several times about saving/recovering your data.

 

  • Author

Thanks for the reply. Tom emailed me back as well (he had been out of town.) I just emailed him back this info too, so hopefully there will be some suggestions that might save my butt here! I just got home, and it wasn't seen on the network at all & no disk activity light, so I did a power cycle after I couldn't get to it via webpage or telnet. After reboot, the webpage shows "invalid configuration- Too many wrong and/or missing disks!", and that my Disk One shows up missing. This was NOT the disk that had shown drive errors last night. I did not yet try to go into devices and re-add it. So since the unRaid was back on the network, I telneted in and captured the log, which is below in a couple of parts. Please let me know what you think I should do next. Thanks

Log Pt 1Oct 24 18:01:24 unraid syslogd 1.4.1: restart.

Oct 24 18:01:25 unraid kernel: klogd 1.4.1, log source = /proc/kmsg started.

Oct 24 18:01:25 unraid kernel: [    0.000000] Linux version 2.6.22.5 (root@Develop) (gcc version 3.4.6) #9 Fri Sep 14 00:14:18 PDT 2007

Oct 24 18:01:25 unraid kernel: [    0.000000] BIOS-provided physical RAM map:

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009e800 (usable)

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 0000000000100000 - 000000003f7f0000 (usable)

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 000000003f7f0000 - 000000003f7f3000 (ACPI NVS)

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 000000003f7f3000 - 000000003f800000 (ACPI data)

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)

Oct 24 18:01:25 unraid kernel: [    0.000000]  BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)

Oct 24 18:01:25 unraid kernel: [    0.000000] Warning only 896MB will be used.

Oct 24 18:01:25 unraid kernel: [    0.000000] Use a HIGHMEM enabled kernel.

Oct 24 18:01:25 unraid kernel: [    0.000000] 896MB LOWMEM available.

Oct 24 18:01:25 unraid kernel: [    0.000000] Entering add_active_range(0, 0, 229376) 0 entries of 256 used

Oct 24 18:01:25 unraid kernel: [    0.000000] Zone PFN ranges:

Oct 24 18:01:25 unraid kernel: [    0.000000]  DMA            0 ->    4096

Oct 24 18:01:25 unraid kernel: [    0.000000]  Normal      4096 ->  229376

Oct 24 18:01:25 unraid kernel: [    0.000000] early_node_map[1] active PFN ranges

Oct 24 18:01:25 unraid kernel: [    0.000000]    0:        0 ->  229376

Oct 24 18:01:25 unraid kernel: [    0.000000] On node 0 totalpages: 229376

Oct 24 18:01:25 unraid kernel: [    0.000000]  DMA zone: 32 pages used for memmap

Oct 24 18:01:25 unraid kernel: [    0.000000]  DMA zone: 0 pages reserved

Oct 24 18:01:25 unraid kernel: [    0.000000]  DMA zone: 4064 pages, LIFO batch:0

Oct 24 18:01:25 unraid kernel: [    0.000000]  Normal zone: 1760 pages used for memmap

Oct 24 18:01:25 unraid kernel: [    0.000000]  Normal zone: 223520 pages, LIFO batch:31

Oct 24 18:01:25 unraid kernel: [    0.000000] DMI 2.4 present.

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: RSDP 000F6650, 0014 (r0 GBT  )

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: RSDT 3F7F3040, 0034 (r1 GBT    GBTUACPI 42302E31 GBTU  1010101)

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: FACP 3F7F30C0, 0074 (r1 GBT    GBTUACPI 42302E31 GBTU  1010101)

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: DSDT 3F7F3180, 3AAF (r1 GBT    GBTUACPI    1000 MSFT  100000C)

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: FACS 3F7F0000, 0040

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: HPET 3F7F6D40, 0038 (r1 GBT    GBTUACPI 42302E31 GBTU      98)

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: MCFG 3F7F6DC0, 003C (r1 GBT    GBTUACPI 42302E31 GBTU  1010101)

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: APIC 3F7F6C80, 0068 (r1 GBT    GBTUACPI 42302E31 GBTU  1010101)

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: PM-Timer IO Port: 0x408

Oct 24 18:01:25 unraid kernel: [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000

Oct 24 18:01:25 unraid kernel: [    0.000000] Allocating PCI resources starting at 40000000 (gap: 3f800000:b0800000)

Oct 24 18:01:25 unraid kernel: [    0.000000] Built 1 zonelists.  Total pages: 227584

Oct 24 18:01:25 unraid kernel: [    0.000000] Kernel command line: initrd=bzroot rootdelay=10 BOOT_IMAGE=bzimage

Oct 24 18:01:25 unraid kernel: [    0.000000] Enabling fast FPU save and restore... done.

Oct 24 18:01:25 unraid kernel: [    0.000000] Enabling unmasked SIMD FPU exception support... done.

Oct 24 18:01:25 unraid kernel: [    0.000000] Initializing CPU#0

Oct 24 18:01:25 unraid kernel: [    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)

Oct 24 18:01:25 unraid kernel: [    0.000000] Detected 2813.816 MHz processor.

Oct 24 18:01:25 unraid kernel: [  71.278697] Console: colour VGA+ 80x25

Oct 24 18:01:25 unraid kernel: [  71.282484] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)

Oct 24 18:01:25 unraid kernel: [  71.283046] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)

Oct 24 18:01:25 unraid kernel: [  71.299547] Memory: 877212k/917504k available (1752k kernel code, 39796k reserved, 681k data, 156k init, 0k highmem)

Oct 24 18:01:25 unraid kernel: [  71.299669] virtual kernel memory layout:

Oct 24 18:01:25 unraid kernel: [  71.299670]    fixmap  : 0xffff8000 - 0xfffff000  (  28 kB)

Oct 24 18:01:25 unraid kernel: [  71.299672]    vmalloc : 0xf8800000 - 0xffff6000  ( 119 MB)

Oct 24 18:01:25 unraid kernel: [  71.299673]    lowmem  : 0xc0000000 - 0xf8000000  ( 896 MB)

Oct 24 18:01:25 unraid kernel: [  71.299674]      .init : 0xc0364000 - 0xc038b000  ( 156 kB)

Oct 24 18:01:25 unraid kernel: [  71.299676]      .data : 0xc02b6282 - 0xc0360780  ( 681 kB)

Oct 24 18:01:25 unraid kernel: [  71.299677]      .text : 0xc0100000 - 0xc02b6282  (1752 kB)

Oct 24 18:01:25 unraid kernel: [  71.300842] Checking if this processor honours the WP bit even in supervisor mode... Ok.

Oct 24 18:01:25 unraid kernel: [  71.450762] Calibrating delay using timer specific routine.. 5631.27 BogoMIPS (lpj=28156369)

Oct 24 18:01:25 unraid kernel: [  71.450930] Mount-cache hash table entries: 512

Oct 24 18:01:25 unraid kernel: [  71.451080] CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000651d 00000000 00000001

Oct 24 18:01:25 unraid kernel: [  71.451089] monitor/mwait feature present.

Oct 24 18:01:25 unraid kernel: [  71.451155] using mwait in idle threads.

Oct 24 18:01:25 unraid kernel: [  71.451225] CPU: Trace cache: 12K uops, L1 D cache: 16K

Oct 24 18:01:25 unraid kernel: [  71.451316] CPU: L2 cache: 256K

Oct 24 18:01:25 unraid kernel: [  71.451380] CPU: After all inits, caps: bfebfbff 20100000 00000000 0000b180 0000651d 00000000 00000001

Oct 24 18:01:25 unraid kernel: [  71.451386] Intel machine check architecture supported.

Oct 24 18:01:25 unraid kernel: [  71.451457] Intel machine check reporting enabled on CPU#0.

Oct 24 18:01:25 unraid kernel: [  71.452183] CPU0: Intel P4/Xeon Extended MCE MSRs (24) available

Oct 24 18:01:25 unraid kernel: [  71.452254] Compat vDSO mapped to ffffe000.

Oct 24 18:01:25 unraid kernel: [  71.452329] CPU: Intel® Celeron® CPU 2.80GHz stepping 09

Oct 24 18:01:25 unraid kernel: [  71.452449] Checking 'hlt' instruction... OK.

Oct 24 18:01:25 unraid kernel: [  71.490774] ACPI: Core revision 20070126

Oct 24 18:01:25 unraid kernel: [  71.496063] Parsing all Control Methods:

Oct 24 18:01:25 unraid kernel: [  71.496184] Table [DSDT](id 0001) - 458 Objects with 58 Devices 151 Methods 21 Regions

Oct 24 18:01:25 unraid kernel: [  71.496352]  tbxface-0587 [02] tb_load_namespace    : ACPI Tables successfully acquired

Oct 24 18:01:25 unraid kernel: [  71.496512] ACPI: setting ELCR to 0200 (from 1e60)

Oct 24 18:01:25 unraid kernel: [  71.497368] evxfevnt-0091 [02] enable                : Transition to ACPI mode successful

Oct 24 18:01:25 unraid kernel: [  71.497681] NET: Registered protocol family 16

Oct 24 18:01:25 unraid kernel: [  71.497843] ACPI: bus type pci registered

Oct 24 18:01:25 unraid kernel: [  71.497919] PCI: Found Intel Corporation 945G/GZ/P/PL Express Memory Controller Hub without MMCONFIG support.

Oct 24 18:01:25 unraid kernel: [  71.506358] PCI: PCI BIOS revision 3.00 entry at 0xfab00, last bus=1

Oct 24 18:01:25 unraid kernel: [  71.506428] PCI: Using configuration type 1

Oct 24 18:01:25 unraid kernel: [  71.506494] Setting up standard PCI resources

Oct 24 18:01:25 unraid kernel: [  71.518380] evgpeblk-0956 [04] ev_create_gpe_block  : GPE 00 to 1F [_GPE] 4 regs on int 0x9

Oct 24 18:01:25 unraid kernel: [  71.520079] evgpeblk-1052 [03] ev_initialize_gpe_bloc: Found 9 Wake, Enabled 0 Runtime GPEs in this block

Oct 24 18:01:25 unraid kernel: [  71.520500] Completing Region/Field/Buffer/Package :

  • Author

Pt 2:

initialization:...........................................................

Oct 24 18:01:25 unraid kernel: [  71.526530] Initialized 20/21 Regions 1/1 Fields 16/16 Buffers 22/27 Packages (467 nodes)

Oct 24 18:01:25 unraid kernel: [  71.526696] Initializing Device/Processor/Thermal objects by executing _INI methods:.

Oct 24 18:01:25 unraid kernel: [  71.529624] Executed 1 _INI methods requiring 1 _STA executions (examined 62 objects)

Oct 24 18:01:25 unraid kernel: [  71.529800] ACPI: Interpreter enabled

Oct 24 18:01:25 unraid kernel: [  71.529867] ACPI: (supports S0 S1 S4 S5)

Oct 24 18:01:25 unraid kernel: [  71.530083] ACPI: Using PIC for interrupt routing

Oct 24 18:01:25 unraid kernel: [  71.542183] ACPI: PCI Root Bridge [PCI0] (0000:00)

Oct 24 18:01:25 unraid kernel: [  71.542277] PCI: Probing PCI hardware (bus 00)

Oct 24 18:01:25 unraid kernel: [  71.542766] PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO

Oct 24 18:01:25 unraid kernel: [  71.542838] PCI quirk: region 0480-04bf claimed by ICH6 GPIO

Oct 24 18:01:25 unraid kernel: [  71.544026] PCI: Transparent bridge - 0000:00:1e.0

Oct 24 18:01:25 unraid kernel: [  71.544126] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]

Oct 24 18:01:25 unraid kernel: [  71.544518] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]

Oct 24 18:01:25 unraid kernel: [  71.562708] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14 15)

Oct 24 18:01:25 unraid kernel: [  71.563996] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.

Oct 24 18:01:25 unraid kernel: [  71.564651] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 *6 7 9 10 11 12 14 15)

Oct 24 18:01:25 unraid kernel: [  71.565250] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 *11 12 14 15)

Oct 24 18:01:25 unraid kernel: [  71.565847] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 *10 11 12 14 15)

Oct 24 18:01:25 unraid kernel: [  71.566446] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 *12 14 15)

Oct 24 18:01:25 unraid kernel: [  71.567048] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.

Oct 24 18:01:25 unraid kernel: [  71.568397] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 *9 10 11 12 14 15)

Oct 24 18:01:25 unraid kernel: [  71.568962] Linux Plug and Play Support v0.97 © Adam Belay

Oct 24 18:01:25 unraid kernel: [  71.569046] pnp: PnP ACPI init

Oct 24 18:01:25 unraid kernel: [  71.569121] ACPI: bus type pnp registered

Oct 24 18:01:25 unraid kernel: [  71.576426] pnp: PnP ACPI: found 13 devices

Oct 24 18:01:25 unraid kernel: [  71.576497] ACPI: ACPI bus type pnp unregistered

Oct 24 18:01:25 unraid kernel: [  71.576672] SCSI subsystem initialized

Oct 24 18:01:25 unraid kernel: [  71.576808] usbcore: registered new interface driver usbfs

Oct 24 18:01:25 unraid kernel: [  71.576923] usbcore: registered new interface driver hub

Oct 24 18:01:25 unraid kernel: [  71.577031] usbcore: registered new device driver usb

Oct 24 18:01:25 unraid kernel: [  71.577123] PCI: Using ACPI for IRQ routing

Oct 24 18:01:25 unraid kernel: [  71.577192] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report

Oct 24 18:01:25 unraid kernel: [  71.590963] pnp: 00:09: ioport range 0x400-0x4bf could not be reserved

Oct 24 18:01:25 unraid kernel: [  71.591042] pnp: 00:0a: iomem range 0xf0000000-0xf3ffffff could not be reserved

Oct 24 18:01:25 unraid kernel: [  71.591821] pnp: 00:0b: iomem range 0xd6800-0xd7fff has been reserved

Oct 24 18:01:25 unraid kernel: [  71.591892] pnp: 00:0b: iomem range 0xf0000-0xf7fff could not be reserved

Oct 24 18:01:25 unraid kernel: [  71.591963] pnp: 00:0b: iomem range 0xf8000-0xfbfff could not be reserved

Oct 24 18:01:25 unraid kernel: [  71.592033] pnp: 00:0b: iomem range 0xfc000-0xfffff could not be reserved

Oct 24 18:01:25 unraid kernel: [  71.600370] Time: tsc clocksource has been installed.

Oct 24 18:01:25 unraid kernel: [  71.622345] PCI: Bridge: 0000:00:1e.0

Oct 24 18:01:25 unraid kernel: [  71.622411]  IO window: 8000-afff

Oct 24 18:01:25 unraid kernel: [  71.622479]  MEM window: e0000000-e1ffffff

Oct 24 18:01:25 unraid kernel: [  71.622546]  PREFETCH window: 40000000-400fffff

Oct 24 18:01:25 unraid kernel: [  71.622627] PCI: Setting latency timer of device 0000:00:1e.0 to 64

Oct 24 18:01:25 unraid kernel: [  71.622649] NET: Registered protocol family 2

Oct 24 18:01:25 unraid kernel: [  71.720079] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)

Oct 24 18:01:25 unraid kernel: [  71.720262] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)

Oct 24 18:01:25 unraid kernel: [  71.721013] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)

Oct 24 18:01:25 unraid kernel: [  71.721260] TCP: Hash tables configured (established 131072 bind 65536)

Oct 24 18:01:25 unraid kernel: [  71.721335] TCP reno registered

Oct 24 18:01:25 unraid kernel: [  71.750109] Unpacking initramfs... done

Oct 24 18:01:25 unraid kernel: [  73.300324] Freeing initrd memory: 28917k freed

Oct 24 18:01:25 unraid kernel: [  73.300594] Machine check exception polling timer started.

Oct 24 18:01:25 unraid kernel: [  73.301032] io scheduler noop registered (default)

Oct 24 18:01:25 unraid kernel: [  73.301104] io scheduler anticipatory registered

Oct 24 18:01:25 unraid kernel: [  73.301171] io scheduler deadline registered

Oct 24 18:01:25 unraid kernel: [  73.301245] io scheduler cfq registered

Oct 24 18:01:25 unraid kernel: [  73.301318] Boot video device is 0000:00:02.0

Oct 24 18:01:25 unraid kernel: [  73.301603] input: Power Button (FF) as /class/input/input0

Oct 24 18:01:25 unraid kernel: [  73.301674] ACPI: Power Button (FF) [PWRF]

Oct 24 18:01:25 unraid kernel: [  73.301821] input: Power Button (CM) as /class/input/input1

Oct 24 18:01:25 unraid kernel: [  73.301889] ACPI: Power Button (CM) [PWRB]

Oct 24 18:01:25 unraid kernel: [  73.302165] ACPI: Processor [CPU0] (supports 2 throttling states)

Oct 24 18:01:25 unraid kernel: [  73.305813] Real Time Clock Driver v1.12ac

Oct 24 18:01:25 unraid kernel: [  73.305931] intel_rng: FWH not detected

Oct 24 18:01:25 unraid kernel: [  73.306005] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).

Oct 24 18:01:25 unraid kernel: [  73.306114] Hangcheck: Using get_cycles().

Oct 24 18:01:25 unraid kernel: [  73.306181] Serial: 8250/16550 driver $Revision: 1.90 $ 1 ports, IRQ sharing disabled

Oct 24 18:01:25 unraid kernel: [  73.306389] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

Oct 24 18:01:25 unraid kernel: [  73.306791] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

Oct 24 18:01:25 unraid kernel: [  73.307357] pnp: Device 00:07 disabled.

Oct 24 18:01:25 unraid kernel: [  76.317918] floppy0: no floppy controllers found

Oct 24 18:01:25 unraid kernel: [  76.318305] loop: module loaded

Oct 24 18:01:25 unraid kernel: [  76.318586] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver

Oct 24 18:01:25 unraid kernel: [  76.318622] USB Universal Host Controller Interface driver v3.0

Oct 24 18:01:25 unraid kernel: [  76.319765] ACPI: PCI Interrupt Link [LNK1] enabled at IRQ 9

Oct 24 18:01:25 unraid kernel: [  76.319836] PCI: setting IRQ 9 as level-triggered

Oct 24 18:01:25 unraid kernel: [  76.319840] ACPI: PCI Interrupt 0000:00:1d.0[A] -> Link [LNK1] -> GSI 9 (level, low) -> IRQ 9

Oct 24 18:01:25 unraid kernel: [  76.320002] PCI: Setting latency timer of device 0000:00:1d.0 to 64

Oct 24 18:01:25 unraid kernel: [  76.320006] uhci_hcd 0000:00:1d.0: UHCI Host Controller

Oct 24 18:01:25 unraid kernel: [  76.320154] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1

Oct 24 18:01:25 unraid kernel: [  76.320286] uhci_hcd 0000:00:1d.0: irq 9, io base 0x0000b000

Oct 24 18:01:25 unraid kernel: [  76.320534] usb usb1: configuration #1 chosen from 1 choice

Oct 24 18:01:25 unraid kernel: [  76.320651] hub 1-0:1.0: USB hub found

Oct 24 18:01:25 unraid kernel: [  76.320726] hub 1-0:1.0: 2 ports detected

Oct 24 18:01:25 unraid kernel: [  76.428069] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11

Oct 24 18:01:25 unraid kernel: [  76.428144] PCI: setting IRQ 11 as level-triggered

Oct 24 18:01:25 unraid kernel: [  76.428149] ACPI: PCI Interrupt 0000:00:1d.1 -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11

Oct 24 18:01:25 unraid kernel: [  76.428312] PCI: Setting latency timer of device 0000:00:1d.1 to 64

Oct 24 18:01:25 unraid kernel: [  76.428316] uhci_hcd 0000:00:1d.1: UHCI Host Controller

Oct 24 18:01:25 unraid kernel: [  76.428467] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2

Oct 24 18:01:25 unraid kernel: [  76.428601] uhci_hcd 0000:00:1d.1: irq 11, io base 0x0000b400

Oct 24 18:01:25 unraid kernel: [  76.428827] usb usb2: configuration #1 chosen from 1 choice

  • Author

 

Oct 24 18:01:25 unraid kernel: [  76.428950] hub 2-0:1.0: USB hub found

Oct 24 18:01:25 unraid kernel: [  76.429024] hub 2-0:1.0: 2 ports detected

Oct 24 18:01:25 unraid kernel: [  76.537763] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 6

Oct 24 18:01:25 unraid kernel: [  76.537837] PCI: setting IRQ 6 as level-triggered

Oct 24 18:01:25 unraid kernel: [  76.537841] ACPI: PCI Interrupt 0000:00:1d.2[C] -> Link [LNKC] -> GSI 6 (level, low) -> IRQ 6

Oct 24 18:01:25 unraid kernel: [  76.538005] PCI: Setting latency timer of device 0000:00:1d.2 to 64

Oct 24 18:01:25 unraid kernel: [  76.538009] uhci_hcd 0000:00:1d.2: UHCI Host Controller

Oct 24 18:01:25 unraid kernel: [  76.538160] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3

Oct 24 18:01:25 unraid kernel: [  76.538294] uhci_hcd 0000:00:1d.2: irq 6, io base 0x0000b800

Oct 24 18:01:25 unraid kernel: [  76.538522] usb usb3: configuration #1 chosen from 1 choice

Oct 24 18:01:25 unraid kernel: [  76.538643] hub 3-0:1.0: USB hub found

Oct 24 18:01:25 unraid kernel: [  76.538716] hub 3-0:1.0: 2 ports detected

Oct 24 18:01:25 unraid kernel: [  76.647467] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 5

Oct 24 18:01:25 unraid kernel: [  76.647540] PCI: setting IRQ 5 as level-triggered

Oct 24 18:01:25 unraid kernel: [  76.647544] ACPI: PCI Interrupt 0000:00:1d.3[D] -> Link [LNKA] -> GSI 5 (level, low) -> IRQ 5

Oct 24 18:01:25 unraid kernel: [  76.647706] PCI: Setting latency timer of device 0000:00:1d.3 to 64

Oct 24 18:01:25 unraid kernel: [  76.647711] uhci_hcd 0000:00:1d.3: UHCI Host Controller

Oct 24 18:01:25 unraid kernel: [  76.647873] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4

Oct 24 18:01:25 unraid kernel: [  76.648008] uhci_hcd 0000:00:1d.3: irq 5, io base 0x0000bc00

Oct 24 18:01:25 unraid kernel: [  76.648243] usb usb4: configuration #1 chosen from 1 choice

Oct 24 18:01:25 unraid kernel: [  76.648366] hub 4-0:1.0: USB hub found

Oct 24 18:01:25 unraid kernel: [  76.648439] hub 4-0:1.0: 2 ports detected

Oct 24 18:01:25 unraid kernel: [  76.756891] Initializing USB Mass Storage driver...

Oct 24 18:01:25 unraid kernel: [  76.926312] usb 3-2: new full speed USB device using uhci_hcd and address 2

Oct 24 18:01:25 unraid kernel: [  77.104030] usb 3-2: configuration #1 chosen from 1 choice

Oct 24 18:01:25 unraid kernel: [  77.108156] scsi0 : SCSI emulation for USB Mass Storage devices

Oct 24 18:01:25 unraid kernel: [  77.108304] usbcore: registered new interface driver usb-storage

Oct 24 18:01:25 unraid kernel: [  77.108376] USB Mass Storage support registered.

Oct 24 18:01:25 unraid kernel: [  77.108457] usb-storage: device found at 2

Oct 24 18:01:25 unraid kernel: [  77.108459] usb-storage: waiting for device to settle before scanning

Oct 24 18:01:25 unraid kernel: [  77.108578] PNP: No PS/2 controller found. Probing ports directly.

Oct 24 18:01:25 unraid kernel: [  77.142601] Failed to disable AUX port, but continuing anyway... Is this a SiS?

Oct 24 18:01:25 unraid kernel: [  77.142709] If AUX port is really absent please use the 'i8042.noaux' option.

Oct 24 18:01:25 unraid kernel: [  77.385167] serio: i8042 KBD port at 0x60,0x64 irq 1

Oct 24 18:01:25 unraid kernel: [  77.385311] mice: PS/2 mouse device common for all mice

Oct 24 18:01:25 unraid kernel: [  77.385484] usbcore: registered new interface driver usbhid

Oct 24 18:01:25 unraid kernel: [  77.385557] drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver

Oct 24 18:01:25 unraid kernel: [  77.385653] TCP cubic registered

Oct 24 18:01:25 unraid kernel: [  77.385723] NET: Registered protocol family 1

Oct 24 18:01:25 unraid kernel: [  77.385791] NET: Registered protocol family 17

Oct 24 18:01:25 unraid kernel: [  77.385860] Using IPI Shortcut mode

Oct 24 18:01:25 unraid kernel: [  77.386193] Freeing unused kernel memory: 156k freed

Oct 24 18:01:25 unraid kernel: [  77.578612] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2

Oct 24 18:01:25 unraid kernel: [  77.578692] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx

Oct 24 18:01:25 unraid kernel: [  77.579369] ICH7: IDE controller at PCI slot 0000:00:1f.1

Oct 24 18:01:25 unraid kernel: [  77.579455] ACPI: PCI Interrupt 0000:00:1f.1[A] -> Link [LNKC] -> GSI 6 (level, low) -> IRQ 6

Oct 24 18:01:25 unraid kernel: [  77.579620] ICH7: chipset revision 1

Oct 24 18:01:25 unraid kernel: [  77.579686] ICH7: not 100%% native mode: will probe irqs later

Oct 24 18:01:25 unraid kernel: [  77.579764]    ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:DMA, hdb:pio

Oct 24 18:01:25 unraid kernel: [  77.579928]    ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:pio, hdd:pio

Oct 24 18:01:25 unraid kernel: [  77.580089] Probing IDE interface ide0...

Oct 24 18:01:25 unraid kernel: [  77.622588] libata version 2.21 loaded.

Oct 24 18:01:25 unraid kernel: [  77.903935] hda: MAXTOR STM3500630A, ATA DISK drive

Oct 24 18:01:25 unraid kernel: [  78.621988] hda: selected mode 0x45

Oct 24 18:01:25 unraid kernel: [  78.622231] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14

Oct 24 18:01:25 unraid kernel: [  78.622367] Probing IDE interface ide1...

Oct 24 18:01:25 unraid kernel: [  79.220591] PDC20269: IDE controller at PCI slot 0000:01:00.0

Oct 24 18:01:25 unraid kernel: [  79.221007] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 10

Oct 24 18:01:25 unraid kernel: [  79.221081] PCI: setting IRQ 10 as level-triggered

Oct 24 18:01:25 unraid kernel: [  79.221086] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKE] -> GSI 10 (level, low) -> IRQ 10

Oct 24 18:01:25 unraid kernel: [  79.221253] PDC20269: chipset revision 2

Oct 24 18:01:25 unraid kernel: [  79.221321] PDC20269: ROM enabled at 0x40020000

Oct 24 18:01:25 unraid kernel: [  79.231409] PDC20269: PLL input clock is 16725 kHz

Oct 24 18:01:25 unraid kernel: [  79.261427] PDC20269: 100%% native mode on irq 10

Oct 24 18:01:25 unraid kernel: [  79.261500]    ide2: BM-DMA at 0x9000-0x9007, BIOS settings: hde:pio, hdf:pio

Oct 24 18:01:25 unraid kernel: [  79.261667]    ide3: BM-DMA at 0x9008-0x900f, BIOS settings: hdg:pio, hdh:pio

Oct 24 18:01:25 unraid kernel: [  79.261828] Probing IDE interface ide2...

Oct 24 18:01:25 unraid kernel: [  79.808989] hdf: Maxtor 6Y250P0, ATA DISK drive

Oct 24 18:01:25 unraid kernel: [  79.868680] hdf: selected mode 0x46

Oct 24 18:01:25 unraid kernel: [  79.868823] ide2 at 0x8000-0x8007,0x8402 on irq 10

 

  • Author

Oct 24 18:01:25 unraid kernel: [  79.868956] Probing IDE interface ide3...

Oct 24 18:01:25 unraid kernel: [  80.407417] hdh: Maxtor 6B300R0, ATA DISK drive

Oct 24 18:01:25 unraid kernel: [  80.468482] hdh: selected mode 0x46

Oct 24 18:01:25 unraid kernel: [  80.470011] ide3 at 0x8800-0x8807,0x8c02 on irq 10

Oct 24 18:01:25 unraid kernel: [  80.470163] PDC20269: IDE controller at PCI slot 0000:01:01.0

Oct 24 18:01:25 unraid kernel: [  80.470254] ACPI: PCI Interrupt 0000:01:01.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11

Oct 24 18:01:25 unraid kernel: [  80.470419] PDC20269: chipset revision 2

Oct 24 18:01:25 unraid kernel: [  80.470487] PDC20269: ROM enabled at 0x40024000

Oct 24 18:01:25 unraid kernel: [  80.480567] PDC20269: PLL input clock is 16725 kHz

Oct 24 18:01:25 unraid kernel: [  80.510584] PDC20269: 100%% native mode on irq 11

Oct 24 18:01:25 unraid kernel: [  80.510657]    ide4: BM-DMA at 0xa400-0xa407, BIOS settings: hdi:pio, hdj:pio

Oct 24 18:01:25 unraid kernel: [  80.510820]    ide5: BM-DMA at 0xa408-0xa40f, BIOS settings: hdk:pio, hdl:pio

Oct 24 18:01:25 unraid kernel: [  80.510984] Probing IDE interface ide4...

Oct 24 18:01:25 unraid kernel: [  80.816324] hdi: Maxtor 6Y250P0, ATA DISK drive

Oct 24 18:01:25 unraid kernel: [  81.534264] hdi: selected mode 0x46

Oct 24 18:01:25 unraid kernel: [  81.534401] ide4 at 0x9400-0x9407,0x9802 on irq 11

Oct 24 18:01:25 unraid kernel: [  81.534536] Probing IDE interface ide5...

Oct 24 18:01:25 unraid kernel: [  81.833639] hdk: Maxtor 7Y250P0, ATA DISK drive

Oct 24 18:01:25 unraid kernel: [  82.116727] scsi 0:0:0:0: Direct-Access    Sony    Storage Media    0100 PQ: 0 ANSI: 0 CCS

Oct 24 18:01:25 unraid kernel: [  82.121698] sd 0:0:0:0: [sda] 1014784 512-byte hardware sectors (520 MB)

Oct 24 18:01:25 unraid kernel: [  82.124686] sd 0:0:0:0: [sda] Write Protect is off

Oct 24 18:01:25 unraid kernel: [  82.124760] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00

Oct 24 18:01:25 unraid kernel: [  82.124762] sd 0:0:0:0: [sda] Assuming drive cache: write through

Oct 24 18:01:25 unraid kernel: [  82.136656] sd 0:0:0:0: [sda] 1014784 512-byte hardware sectors (520 MB)

Oct 24 18:01:25 unraid kernel: [  82.139646] sd 0:0:0:0: [sda] Write Protect is off

Oct 24 18:01:25 unraid kernel: [  82.139717] sd 0:0:0:0: [sda] Mode Sense: 43 00 00 00

Oct 24 18:01:25 unraid kernel: [  82.139719] sd 0:0:0:0: [sda] Assuming drive cache: write through

Oct 24 18:01:25 unraid kernel: [  82.139796]  sda: sda1

Oct 24 18:01:25 unraid kernel: [  82.145791] sd 0:0:0:0: [sda] Attached SCSI removable disk

Oct 24 18:01:25 unraid kernel: [  82.146422] usb-storage: device scan complete

Oct 24 18:01:25 unraid kernel: [  82.551576] hdk: selected mode 0x46

Oct 24 18:01:25 unraid kernel: [  82.551720] ide5 at 0x9c00-0x9c07,0xa002 on irq 11

Oct 24 18:01:25 unraid kernel: [  82.552111] ata_piix 0000:00:1f.2: version 2.11

Oct 24 18:01:25 unraid kernel: [  82.552120] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]

Oct 24 18:01:25 unraid kernel: [  82.552334] ACPI: PCI Interrupt 0000:00:1f.2 -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11

Oct 24 18:01:25 unraid kernel: [  82.552525] PCI: Setting latency timer of device 0000:00:1f.2 to 64

Oct 24 18:01:25 unraid kernel: [  82.557975] hda: max request size: 512KiB

Oct 24 18:01:25 unraid kernel: [  82.558787] scsi1 : ata_piix

Oct 24 18:01:25 unraid kernel: [  82.563789] scsi2 : ata_piix

Oct 24 18:01:25 unraid kernel: [  82.563914] ata1: SATA max UDMA/133 cmd 0x0001d400 ctl 0x0001d802 bmdma 0x0001e400 irq 11

Oct 24 18:01:25 unraid kernel: [  82.564025] ata2: SATA max UDMA/133 cmd 0x0001dc00 ctl 0x0001e002 bmdma 0x0001e408 irq 11

Oct 24 18:01:25 unraid kernel: [  82.604501] hda: Host Protected Area detected.

Oct 24 18:01:25 unraid kernel: [  82.604504] ^Icurrent capacity is 976771055 sectors (500106 MB)

Oct 24 18:01:25 unraid kernel: [  82.604505] ^Inative  capacity is 976773168 sectors (500107 MB)

Oct 24 18:01:25 unraid kernel: [  82.720478] hda: Host Protected Area disabled.

Oct 24 18:01:25 unraid kernel: [  82.720548] hda: 976773168 sectors (500107 MB) w/16384KiB Cache, CHS=60801/255/63, UDMA(100)

Oct 24 18:01:25 unraid kernel: [  82.744816] hda: cache flushes supported

Oct 24 18:01:25 unraid kernel: [  82.744918]  hda: hda1

Oct 24 18:01:25 unraid kernel: [  82.760159] hdf: max request size: 512KiB

Oct 24 18:01:25 unraid kernel: [  82.762450] hdf: 490234752 sectors (251000 MB) w/7936KiB Cache, CHS=30515/255/63, UDMA(133)

Oct 24 18:01:25 unraid kernel: [  82.762789] hdf: cache flushes supported

Oct 24 18:01:25 unraid kernel: [  82.762885]  hdf: hdf1

Oct 24 18:01:25 unraid kernel: [  82.770714] hdh: max request size: 512KiB

Oct 24 18:01:25 unraid kernel: [  82.781165] ata1.00: Host Protected Area detected:

Oct 24 18:01:25 unraid kernel: [  82.781167] ^Icurrent size: 976771055 sectors

Oct 24 18:01:25 unraid kernel: [  82.781169] ^Inative size: 976773168 sectors

Oct 24 18:01:25 unraid kernel: [  82.781372] ata1.00: ATA-8: SAMSUNG HD501LJ, CR100-10, max UDMA7

Oct 24 18:01:25 unraid kernel: [  82.781443] ata1.00: 976771055 sectors, multi 16: LBA48 NCQ (depth 0/32)

Oct 24 18:01:25 unraid kernel: [  82.781637] ata1.01: ATA-8: SAMSUNG HD501LJ, CR100-10, max UDMA7

Oct 24 18:01:25 unraid kernel: [  82.781709] ata1.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)

Oct 24 18:01:25 unraid kernel: [  82.792681] hdh: 586114704 sectors (300090 MB) w/16384KiB Cache, CHS=36483/255/63, UDMA(133)

Oct 24 18:01:25 unraid kernel: [  82.794461] hdh: cache flushes supported

Oct 24 18:01:25 unraid kernel: [  82.794557]  hdh: hdh1

Oct 24 18:01:25 unraid kernel: [  82.801113] ata1.00: Host Protected Area detected:

Oct 24 18:01:25 unraid kernel: [  82.801115] ^Icurrent size: 976771055 sectors

Oct 24 18:01:25 unraid kernel: [  82.801116] ^Inative size: 976773168 sectors

Oct 24 18:01:25 unraid kernel: [  82.801349] ata1.00: configured for UDMA/133

Oct 24 18:01:25 unraid kernel: [  82.801721] hdi: max request size: 512KiB

Oct 24 18:01:25 unraid kernel: [  82.809621] hdi: 490234752 sectors (251000 MB) w/7936KiB Cache, CHS=30515/255/63, UDMA(133)

Oct 24 18:01:25 unraid kernel: [  82.809960] hdi: cache flushes supported

Oct 24 18:01:25 unraid kernel: [  82.810054]  hdi: hdi1

Oct 24 18:01:25 unraid kernel: [  82.811700] hdk: max request size: 512KiB

Oct 24 18:01:25 unraid kernel: [  82.818914] hdk: 490234752 sectors (251000 MB) w/7936KiB Cache, CHS=30515/255/63, UDMA(133)

Oct 24 18:01:25 unraid kernel: [  82.819255] hdk: cache flushes supported

Oct 24 18:01:25 unraid kernel: [  82.819351]  hdk: hdk1

Oct 24 18:01:25 unraid kernel: [  82.821167] ata1.01: configured for UDMA/133

Oct 24 18:01:25 unraid kernel: [  82.990673] scsi 1:0:0:0: Direct-Access    ATA      SAMSUNG HD501LJ  CR10 PQ: 0 ANSI: 5

Oct 24 18:01:25 unraid kernel: [  82.991083] sd 1:0:0:0: [sdb] 976771055 512-byte hardware sectors (500107 MB)

Oct 24 18:01:25 unraid kernel: [  82.991169] sd 1:0:0:0: [sdb] Write Protect is off

Oct 24 18:01:25 unraid kernel: [  82.991239] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00

Oct 24 18:01:25 unraid kernel: [  82.991256] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA

Oct 24 18:01:25 unraid kernel: [  82.991419] sd 1:0:0:0: [sdb] 976771055 512-byte hardware sectors (500107 MB)

Oct 24 18:01:25 unraid kernel: [  82.991500] sd 1:0:0:0: [sdb] Write Protect is off

Oct 24 18:01:25 unraid kernel: [  82.991568] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00

Oct 24 18:01:25 unraid kernel: [  82.991585] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA

Oct 24 18:01:25 unraid kernel: [  82.992450]  sdb: sdb1

Oct 24 18:01:25 unraid kernel: [  83.041793] sd 1:0:0:0: [sdb] Attached SCSI disk

Oct 24 18:01:25 unraid kernel: [  83.042278] scsi 1:0:1:0: Direct-Access    ATA      SAMSUNG HD501LJ  CR10 PQ: 0 ANSI: 5

Oct 24 18:01:25 unraid kernel: [  83.042661] sd 1:0:1:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)

Oct 24 18:01:25 unraid kernel: [  83.042748] sd 1:0:1:0: [sdc] Write Protect is off

Oct 24 18:01:25 unraid kernel: [  83.042818] sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00

Oct 24 18:01:25 unraid kernel: [  83.042837] sd 1:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA

Oct 24 18:01:25 unraid kernel: [  83.042999] sd 1:0:1:0: [sdc] 976773168 512-byte hardware sectors (500108 MB)

Oct 24 18:01:25 unraid kernel: [  83.043079] sd 1:0:1:0: [sdc] Write Protect is off

Oct 24 18:01:25 unraid kernel: [  83.043148] sd 1:0:1:0: [sdc] Mode Sense: 00 3a 00 00

Oct 24 18:01:25 unraid kernel: [  83.043164] sd 1:0:1:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA

Oct 24 18:01:25 unraid kernel: [  83.043275]  sdc: sdc1

Oct 24 18:01:25 unraid kernel: [  83.089911] sd 1:0:1:0: [sdc] Attached SCSI disk

Oct 24 18:01:25 unraid kernel: [  83.090132] r8169 Gigabit Ethernet driver 2.2LK-NAPI loaded

Oct 24 18:01:25 unraid kernel: [  83.090552] ACPI: PCI Interrupt Link [LNKF] enabled at IRQ 12

Oct 24 18:01:25 unraid kernel: [  83.090625] PCI: setting IRQ 12 as level-triggered

Oct 24 18:01:25 unraid kernel: [  83.090629] ACPI: PCI Interrupt 0000:01:05.0[A] -> Link [LNKF] -> GSI 12 (level, low) -> IRQ 12

Oct 24 18:01:25 unraid kernel: [  83.091011] eth0: RTL8169sc/8110sc at 0xf8810000, 00:1a:4d:28:d5:98, IRQ 12

Oct 24 18:01:25 unraid kernel: [  84.401944] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  84.402117] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=103

Oct 24 18:01:25 unraid kernel: [  84.402354] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  84.402446] end_request: I/O error, dev hdi, sector 103

Oct 24 18:01:25 unraid kernel: [  84.402516] Buffer I/O error on device hdi1, logical block 40

Oct 24 18:01:25 unraid kernel: [  85.752321] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  85.752490] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=104

Oct 24 18:01:25 unraid kernel: [  85.752729] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  85.752821] end_request: I/O error, dev hdi, sector 104

Oct 24 18:01:25 unraid kernel: [  85.752890] Buffer I/O error on device hdi1, logical block 41

Oct 24 18:01:25 unraid kernel: [  87.102702] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  87.102872] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=105

Oct 24 18:01:25 unraid kernel: [  87.103111] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  87.103203] end_request: I/O error, dev hdi, sector 105

Oct 24 18:01:25 unraid kernel: [  87.103273] Buffer I/O error on device hdi1, logical block 42

Oct 24 18:01:25 unraid kernel: [  88.453078] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  88.453249] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=106

Oct 24 18:01:25 unraid kernel: [  88.453488] ide: failed opcode was: unknown

  • Author

 

Oct 24 18:01:25 unraid kernel: [  88.453579] end_request: I/O error, dev hdi, sector 106

Oct 24 18:01:25 unraid kernel: [  88.453648] Buffer I/O error on device hdi1, logical block 43

Oct 24 18:01:25 unraid kernel: [  89.803453] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  89.803621] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=107

Oct 24 18:01:25 unraid kernel: [  89.803860] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  89.803953] end_request: I/O error, dev hdi, sector 107

Oct 24 18:01:25 unraid kernel: [  89.804021] Buffer I/O error on device hdi1, logical block 44

Oct 24 18:01:25 unraid kernel: [  91.153830] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  91.154000] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=108

Oct 24 18:01:25 unraid kernel: [  91.154237] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  91.154328] end_request: I/O error, dev hdi, sector 108

Oct 24 18:01:25 unraid kernel: [  91.154397] Buffer I/O error on device hdi1, logical block 45

Oct 24 18:01:25 unraid kernel: [  92.504199] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  92.504369] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=109

Oct 24 18:01:25 unraid kernel: [  92.504608] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  92.504699] end_request: I/O error, dev hdi, sector 109

Oct 24 18:01:25 unraid kernel: [  92.504769] Buffer I/O error on device hdi1, logical block 46

Oct 24 18:01:25 unraid kernel: [  93.854571] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  93.854738] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=110

Oct 24 18:01:25 unraid kernel: [  93.854975] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  93.855066] end_request: I/O error, dev hdi, sector 110

Oct 24 18:01:25 unraid kernel: [  93.855135] Buffer I/O error on device hdi1, logical block 47

Oct 24 18:01:25 unraid kernel: [  95.204949] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  95.205116] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=111

Oct 24 18:01:25 unraid kernel: [  95.205354] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  95.205446] end_request: I/O error, dev hdi, sector 111

Oct 24 18:01:25 unraid kernel: [  95.205515] Buffer I/O error on device hdi1, logical block 48

Oct 24 18:01:25 unraid kernel: [  96.555325] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  96.555494] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=112

Oct 24 18:01:25 unraid kernel: [  96.555732] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  96.555822] end_request: I/O error, dev hdi, sector 112

Oct 24 18:01:25 unraid kernel: [  96.555889] Buffer I/O error on device hdi1, logical block 49

Oct 24 18:01:25 unraid kernel: [  97.905700] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  97.905868] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=113

Oct 24 18:01:25 unraid kernel: [  97.906107] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  97.906198] end_request: I/O error, dev hdi, sector 113

Oct 24 18:01:25 unraid kernel: [  97.906267] Buffer I/O error on device hdi1, logical block 50

Oct 24 18:01:25 unraid kernel: [  99.256078] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  99.256246] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=114

Oct 24 18:01:25 unraid kernel: [  99.256484] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  99.256574] end_request: I/O error, dev hdi, sector 114

Oct 24 18:01:25 unraid kernel: [  99.256643] Buffer I/O error on device hdi1, logical block 51

Oct 24 18:01:25 unraid kernel: [  100.606449] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  100.606618] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=115

Oct 24 18:01:25 unraid kernel: [  100.606855] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  100.606946] end_request: I/O error, dev hdi, sector 115

Oct 24 18:01:25 unraid kernel: [  100.607015] Buffer I/O error on device hdi1, logical block 52

Oct 24 18:01:25 unraid kernel: [  101.956825] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  101.956994] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=116

Oct 24 18:01:25 unraid kernel: [  101.957232] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  101.957323] end_request: I/O error, dev hdi, sector 116

Oct 24 18:01:25 unraid kernel: [  103.307199] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  103.307368] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=117

Oct 24 18:01:25 unraid kernel: [  103.307607] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  103.307698] end_request: I/O error, dev hdi, sector 117

Oct 24 18:01:25 unraid kernel: [  104.657572] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  104.657741] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=118

Oct 24 18:01:25 unraid kernel: [  104.657978] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  104.658068] end_request: I/O error, dev hdi, sector 118

Oct 24 18:01:25 unraid kernel: [  104.658136] printk: 2 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  104.658202] Buffer I/O error on device hdi1, logical block 55

Oct 24 18:01:25 unraid kernel: [  106.007948] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  106.008116] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=119

Oct 24 18:01:25 unraid kernel: [  106.008353] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  106.008445] end_request: I/O error, dev hdi, sector 119

Oct 24 18:01:25 unraid kernel: [  107.358324] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  107.358491] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=120

Oct 24 18:01:25 unraid kernel: [  107.358726] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  107.358816] end_request: I/O error, dev hdi, sector 120

Oct 24 18:01:25 unraid kernel: [  108.708686] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  108.708856] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=121

Oct 24 18:01:25 unraid kernel: [  108.709094] ide: failed opcode was: unknown

  • Author

 

Oct 24 18:01:25 unraid kernel: [  108.709184] end_request: I/O error, dev hdi, sector 121

Oct 24 18:01:25 unraid kernel: [  110.059062] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  110.059230] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=122

Oct 24 18:01:25 unraid kernel: [  110.059467] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  110.059558] end_request: I/O error, dev hdi, sector 122

Oct 24 18:01:25 unraid kernel: [  110.059627] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  110.059694] Buffer I/O error on device hdi1, logical block 59

Oct 24 18:01:25 unraid kernel: [  111.409434] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  111.409604] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=123

Oct 24 18:01:25 unraid kernel: [  111.409842] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  111.409933] end_request: I/O error, dev hdi, sector 123

Oct 24 18:01:25 unraid kernel: [  112.759809] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  112.759978] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=124

Oct 24 18:01:25 unraid kernel: [  112.760217] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  112.760308] end_request: I/O error, dev hdi, sector 124

Oct 24 18:01:25 unraid kernel: [  114.110182] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  114.110350] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=125

Oct 24 18:01:25 unraid kernel: [  114.110588] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  114.110678] end_request: I/O error, dev hdi, sector 125

Oct 24 18:01:25 unraid kernel: [  115.460554] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  115.460722] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=126

Oct 24 18:01:25 unraid kernel: [  115.460960] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  115.461051] end_request: I/O error, dev hdi, sector 126

Oct 24 18:01:25 unraid kernel: [  115.461118] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  115.461185] Buffer I/O error on device hdi1, logical block 63

Oct 24 18:01:25 unraid kernel: [  116.810928] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  116.811096] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=127

Oct 24 18:01:25 unraid kernel: [  116.811335] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  116.811426] end_request: I/O error, dev hdi, sector 127

Oct 24 18:01:25 unraid kernel: [  118.161299] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  118.161467] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=128

Oct 24 18:01:25 unraid kernel: [  118.161704] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  118.161794] end_request: I/O error, dev hdi, sector 128

Oct 24 18:01:25 unraid kernel: [  119.511670] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  119.511837] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=129

Oct 24 18:01:25 unraid kernel: [  119.512073] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  119.512162] end_request: I/O error, dev hdi, sector 129

Oct 24 18:01:25 unraid kernel: [  119.512229] printk: 2 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  119.512294] Buffer I/O error on device hdi1, logical block 66

Oct 24 18:01:25 unraid kernel: [  120.862042] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  120.862210] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=130

Oct 24 18:01:25 unraid kernel: [  120.862449] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  120.862539] end_request: I/O error, dev hdi, sector 130

Oct 24 18:01:25 unraid kernel: [  122.212412] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  122.212580] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=131

Oct 24 18:01:25 unraid kernel: [  122.212818] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  122.212909] end_request: I/O error, dev hdi, sector 131

Oct 24 18:01:25 unraid kernel: [  123.571060] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  123.571229] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=132

Oct 24 18:01:25 unraid kernel: [  123.571466] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  123.571557] end_request: I/O error, dev hdi, sector 132

Oct 24 18:01:25 unraid kernel: [  124.921429] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  124.921597] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=133

Oct 24 18:01:25 unraid kernel: [  124.921837] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  124.921928] end_request: I/O error, dev hdi, sector 133

Oct 24 18:01:25 unraid kernel: [  124.921996] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  124.922063] Buffer I/O error on device hdi1, logical block 70

Oct 24 18:01:25 unraid kernel: [  126.271800] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  126.271967] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=134

Oct 24 18:01:25 unraid kernel: [  126.272202] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  126.272292] end_request: I/O error, dev hdi, sector 134

Oct 24 18:01:25 unraid kernel: [  127.622170] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  127.622339] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=135

Oct 24 18:01:25 unraid kernel: [  127.622576] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  127.622667] end_request: I/O error, dev hdi, sector 135

Oct 24 18:01:25 unraid kernel: [  128.972541] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  128.972711] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=136

Oct 24 18:01:25 unraid kernel: [  128.972948] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  128.973039] end_request: I/O error, dev hdi, sector 136

Oct 24 18:01:25 unraid kernel: [  130.322911] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  130.323079] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=137

Oct 24 18:01:25 unraid kernel: [  130.323316] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  130.323409] end_request: I/O error, dev hdi, sector 137

Oct 24 18:01:25 unraid kernel: [  130.323477] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  130.323543] Buffer I/O error on device hdi1, logical block 74

Oct 24 18:01:25 unraid kernel: [  131.673281] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  131.673449] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=138

Oct 24 18:01:25 unraid kernel: [  131.673688] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  131.673779] end_request: I/O error, dev hdi, sector 138

Oct 24 18:01:25 unraid kernel: [  133.023654] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  133.023822] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=139

Oct 24 18:01:25 unraid kernel: [  133.024060] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  133.024150] end_request: I/O error, dev hdi, sector 139

Oct 24 18:01:25 unraid kernel: [  134.374024] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  134.374192] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=140

Oct 24 18:01:25 unraid kernel: [  134.374431] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  134.374522] end_request: I/O error, dev hdi, sector 140

Oct 24 18:01:25 unraid kernel: [  134.374590] printk: 2 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  134.374657] Buffer I/O error on device hdi1, logical block 77

Oct 24 18:01:25 unraid kernel: [  135.724392] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  135.724561] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=141

Oct 24 18:01:25 unraid kernel: [  135.724800] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  135.724890] end_request: I/O error, dev hdi, sector 141

Oct 24 18:01:25 unraid kernel: [  137.074764] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  137.074934] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=142

Oct 24 18:01:25 unraid kernel: [  137.075172] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  137.075262] end_request: I/O error, dev hdi, sector 142

Oct 24 18:01:25 unraid kernel: [  138.425133] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  138.425300] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=143

Oct 24 18:01:25 unraid kernel: [  138.425536] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  138.425625] end_request: I/O error, dev hdi, sector 143

Oct 24 18:01:25 unraid kernel: [  139.775492] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  139.775660] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=144

Oct 24 18:01:25 unraid kernel: [  139.775898] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  139.775990] end_request: I/O error, dev hdi, sector 144

Oct 24 18:01:25 unraid kernel: [  139.776057] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  139.776124] Buffer I/O error on device hdi1, logical block 81

Oct 24 18:01:25 unraid kernel: [  141.125861] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  141.126029] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=145

Oct 24 18:01:25 unraid kernel: [  141.126269] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  141.126360] end_request: I/O error, dev hdi, sector 145

Oct 24 18:01:25 unraid kernel: [  142.476232] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  142.476401] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=146

Oct 24 18:01:25 unraid kernel: [  142.476639] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  142.476729] end_request: I/O error, dev hdi, sector 146

Oct 24 18:01:25 unraid kernel: [  143.834884] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  143.835051] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=147

Oct 24 18:01:25 unraid kernel: [  143.835289] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  143.835380] end_request: I/O error, dev hdi, sector 147

Oct 24 18:01:25 unraid kernel: [  145.185262] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  145.185429] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=148

Oct 24 18:01:25 unraid kernel: [  145.185664] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  145.185754] end_request: I/O error, dev hdi, sector 148

Oct 24 18:01:25 unraid kernel: [  145.185820] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  145.185886] Buffer I/O error on device hdi1, logical block 85

Oct 24 18:01:25 unraid kernel: [  146.535622] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  146.535791] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=149

Oct 24 18:01:25 unraid kernel: [  146.536028] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  146.536119] end_request: I/O error, dev hdi, sector 149

Oct 24 18:01:25 unraid kernel: [  147.885988] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  147.886157] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=150

Oct 24 18:01:25 unraid kernel: [  147.886395] ide: failed opcode was: unknown

 

  • Author

Oct 24 18:01:25 unraid kernel: [  147.886486] end_request: I/O error, dev hdi, sector 150

Oct 24 18:01:25 unraid kernel: [  149.236358] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  149.236528] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=151

Oct 24 18:01:25 unraid kernel: [  149.236766] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  149.236857] end_request: I/O error, dev hdi, sector 151

Oct 24 18:01:25 unraid kernel: [  149.236926] printk: 2 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  149.236993] Buffer I/O error on device hdi1, logical block 88

Oct 24 18:01:25 unraid kernel: [  150.586727] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  150.586895] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=152

Oct 24 18:01:25 unraid kernel: [  150.587133] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  150.587224] end_request: I/O error, dev hdi, sector 152

Oct 24 18:01:25 unraid kernel: [  151.937093] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  151.937263] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=153

Oct 24 18:01:25 unraid kernel: [  151.937502] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  151.937592] end_request: I/O error, dev hdi, sector 153

Oct 24 18:01:25 unraid kernel: [  153.287464] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  153.287633] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=154

Oct 24 18:01:25 unraid kernel: [  153.287870] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  153.287961] end_request: I/O error, dev hdi, sector 154

Oct 24 18:01:25 unraid kernel: [  154.637823] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  154.637991] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=155

Oct 24 18:01:25 unraid kernel: [  154.638229] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  154.638319] end_request: I/O error, dev hdi, sector 155

Oct 24 18:01:25 unraid kernel: [  154.638387] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  154.638453] Buffer I/O error on device hdi1, logical block 92

Oct 24 18:01:25 unraid kernel: [  155.988189] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  155.988357] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=156

Oct 24 18:01:25 unraid kernel: [  155.988595] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  155.988686] end_request: I/O error, dev hdi, sector 156

Oct 24 18:01:25 unraid kernel: [  157.338558] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  157.338727] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=157

Oct 24 18:01:25 unraid kernel: [  157.338962] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  157.339052] end_request: I/O error, dev hdi, sector 157

Oct 24 18:01:25 unraid kernel: [  158.688923] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  158.689092] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=158

Oct 24 18:01:25 unraid kernel: [  158.689329] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  158.689421] end_request: I/O error, dev hdi, sector 158

Oct 24 18:01:25 unraid kernel: [  160.039294] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  160.039462] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=159

Oct 24 18:01:25 unraid kernel: [  160.039701] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  160.039791] end_request: I/O error, dev hdi, sector 159

Oct 24 18:01:25 unraid kernel: [  160.039860] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  160.039927] Buffer I/O error on device hdi1, logical block 96

Oct 24 18:01:25 unraid kernel: [  161.389658] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  161.389826] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=160

Oct 24 18:01:25 unraid kernel: [  161.390064] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  161.390157] end_request: I/O error, dev hdi, sector 160

Oct 24 18:01:25 unraid kernel: [  162.740026] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  162.740195] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=161

Oct 24 18:01:25 unraid kernel: [  162.740435] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  162.740525] end_request: I/O error, dev hdi, sector 161

Oct 24 18:01:25 unraid kernel: [  164.090394] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  164.090562] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=162

Oct 24 18:01:25 unraid kernel: [  164.090799] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  164.090890] end_request: I/O error, dev hdi, sector 162

Oct 24 18:01:25 unraid kernel: [  165.440761] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  165.440928] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=163

Oct 24 18:01:25 unraid kernel: [  165.441168] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  165.442005] end_request: I/O error, dev hdi, sector 163

Oct 24 18:01:25 unraid kernel: [  165.442073] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  165.442140] Buffer I/O error on device hdi1, logical block 100

Oct 24 18:01:25 unraid kernel: [  166.791128] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  166.791296] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=164

Oct 24 18:01:25 unraid kernel: [  166.791533] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  166.791625] end_request: I/O error, dev hdi, sector 164

Oct 24 18:01:25 unraid kernel: [  168.141504] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  168.141672] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=165

Oct 24 18:01:25 unraid kernel: [  168.141907] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  168.141996] end_request: I/O error, dev hdi, sector 165

Oct 24 18:01:25 unraid kernel: [  169.491866] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  169.492034] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=166

Oct 24 18:01:25 unraid kernel: [  169.492271] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  169.492361] end_request: I/O error, dev hdi, sector 166

Oct 24 18:01:25 unraid kernel: [  169.492430] printk: 2 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  169.492495] Buffer I/O error on device hdi1, logical block 103

Oct 24 18:01:25 unraid kernel: [  170.842221] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  170.842390] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=167

Oct 24 18:01:25 unraid kernel: [  170.842628] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  170.842719] end_request: I/O error, dev hdi, sector 167

Oct 24 18:01:25 unraid kernel: [  172.192588] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  172.192757] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=168

Oct 24 18:01:25 unraid kernel: [  172.192994] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  172.193086] end_request: I/O error, dev hdi, sector 168

Oct 24 18:01:25 unraid kernel: [  173.551240] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  173.551408] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=169

Oct 24 18:01:25 unraid kernel: [  173.551646] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  173.551736] end_request: I/O error, dev hdi, sector 169

Oct 24 18:01:25 unraid kernel: [  174.901607] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  174.901774] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=170

Oct 24 18:01:25 unraid kernel: [  174.902010] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  174.902100] end_request: I/O error, dev hdi, sector 170

Oct 24 18:01:25 unraid kernel: [  174.902168] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  174.902235] Buffer I/O error on device hdi1, logical block 107

Oct 24 18:01:25 unraid kernel: [  176.251975] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  176.252144] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=171

Oct 24 18:01:25 unraid kernel: [  176.252382] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  176.252474] end_request: I/O error, dev hdi, sector 171

Oct 24 18:01:25 unraid kernel: [  177.602343] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  177.602511] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=172

Oct 24 18:01:25 unraid kernel: [  177.602749] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  177.602840] end_request: I/O error, dev hdi, sector 172

Oct 24 18:01:25 unraid kernel: [  178.952708] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

  • Author

 

Oct 24 18:01:25 unraid kernel: [  178.952876] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=173

Oct 24 18:01:25 unraid kernel: [  178.953113] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  178.953204] end_request: I/O error, dev hdi, sector 173

Oct 24 18:01:25 unraid kernel: [  180.303076] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  180.303245] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=174

Oct 24 18:01:25 unraid kernel: [  180.303483] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  180.303574] end_request: I/O error, dev hdi, sector 174

Oct 24 18:01:25 unraid kernel: [  180.303642] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  180.303709] Buffer I/O error on device hdi1, logical block 111

Oct 24 18:01:25 unraid kernel: [  181.653441] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  181.653610] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=175

Oct 24 18:01:25 unraid kernel: [  181.653848] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  181.653939] end_request: I/O error, dev hdi, sector 175

Oct 24 18:01:25 unraid kernel: [  183.003808] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  183.003977] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=176

Oct 24 18:01:25 unraid kernel: [  183.004215] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  183.004306] end_request: I/O error, dev hdi, sector 176

Oct 24 18:01:25 unraid kernel: [  184.354172] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  184.354343] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=177

Oct 24 18:01:25 unraid kernel: [  184.354580] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  184.354672] end_request: I/O error, dev hdi, sector 177

Oct 24 18:01:25 unraid kernel: [  184.354741] printk: 2 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  184.354808] Buffer I/O error on device hdi1, logical block 114

Oct 24 18:01:25 unraid kernel: [  185.704527] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  185.704695] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=178

Oct 24 18:01:25 unraid kernel: [  185.704933] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  185.705024] end_request: I/O error, dev hdi, sector 178

Oct 24 18:01:25 unraid kernel: [  187.054896] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  187.055063] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=179

Oct 24 18:01:25 unraid kernel: [  187.055299] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  187.055389] end_request: I/O error, dev hdi, sector 179

Oct 24 18:01:25 unraid kernel: [  188.405259] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  188.405428] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=180

Oct 24 18:01:25 unraid kernel: [  188.405666] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  188.405757] end_request: I/O error, dev hdi, sector 180

Oct 24 18:01:25 unraid kernel: [  189.755625] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  189.755793] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=181

Oct 24 18:01:25 unraid kernel: [  189.756031] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  189.756122] end_request: I/O error, dev hdi, sector 181

Oct 24 18:01:25 unraid kernel: [  189.756190] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  189.756257] Buffer I/O error on device hdi1, logical block 118

Oct 24 18:01:25 unraid kernel: [  191.105990] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  191.106158] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=182

Oct 24 18:01:25 unraid kernel: [  191.106396] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  191.106486] end_request: I/O error, dev hdi, sector 182

Oct 24 18:01:25 unraid kernel: [  192.456358] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  192.456527] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=183

Oct 24 18:01:25 unraid kernel: [  192.456766] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  192.456857] end_request: I/O error, dev hdi, sector 183

Oct 24 18:01:25 unraid kernel: [  193.806721] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  193.806889] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=184

Oct 24 18:01:25 unraid kernel: [  193.807126] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  193.807216] end_request: I/O error, dev hdi, sector 184

Oct 24 18:01:25 unraid kernel: [  195.157086] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  195.157255] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=185

Oct 24 18:01:25 unraid kernel: [  195.157493] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  195.157583] end_request: I/O error, dev hdi, sector 185

Oct 24 18:01:25 unraid kernel: [  195.157651] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  195.157718] Buffer I/O error on device hdi1, logical block 122

Oct 24 18:01:25 unraid kernel: [  196.507452] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  196.507621] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=186

Oct 24 18:01:25 unraid kernel: [  196.507859] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  196.507950] end_request: I/O error, dev hdi, sector 186

Oct 24 18:01:25 unraid kernel: [  197.857817] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  197.857985] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=187

Oct 24 18:01:25 unraid kernel: [  197.858223] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  197.858313] end_request: I/O error, dev hdi, sector 187

Oct 24 18:01:25 unraid kernel: [  199.208181] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  199.208349] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=188

Oct 24 18:01:25 unraid kernel: [  199.208584] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  199.208674] end_request: I/O error, dev hdi, sector 188

Oct 24 18:01:25 unraid kernel: [  199.208741] printk: 2 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  199.208806] Buffer I/O error on device hdi1, logical block 125

Oct 24 18:01:25 unraid kernel: [  200.558547] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  200.558716] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=189

Oct 24 18:01:25 unraid kernel: [  200.558953] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  200.559044] end_request: I/O error, dev hdi, sector 189

Oct 24 18:01:25 unraid kernel: [  201.908900] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  201.909069] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=190

Oct 24 18:01:25 unraid kernel: [  201.909307] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  201.909397] end_request: I/O error, dev hdi, sector 190

Oct 24 18:01:25 unraid kernel: [  203.250983] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  203.251150] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=191, high=0, low=191, sector=191

Oct 24 18:01:25 unraid kernel: [  203.251386] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  203.251477] end_request: I/O error, dev hdi, sector 191

Oct 24 18:01:25 unraid kernel: [  204.593056] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  204.593225] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=192, high=0, low=192, sector=192

Oct 24 18:01:25 unraid kernel: [  204.593463] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  204.593553] end_request: I/O error, dev hdi, sector 192

Oct 24 18:01:25 unraid kernel: [  204.593621] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  204.593687] Buffer I/O error on device hdi1, logical block 129

Oct 24 18:01:25 unraid kernel: [  205.935129] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  205.935298] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=193, high=0, low=193, sector=193

Oct 24 18:01:25 unraid kernel: [  205.935536] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  205.935627] end_request: I/O error, dev hdi, sector 193

Oct 24 18:01:25 unraid kernel: [  207.277205] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  207.277372] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=194, high=0, low=194, sector=194

Oct 24 18:01:25 unraid kernel: [  207.277607] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  207.277697] end_request: I/O error, dev hdi, sector 194

Oct 24 18:01:25 unraid kernel: [  208.619280] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  208.619448] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=195, high=0, low=195, sector=195

Oct 24 18:01:25 unraid kernel: [  208.619686] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  208.619778] end_request: I/O error, dev hdi, sector 195

Oct 24 18:01:25 unraid kernel: [  209.961356] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  209.962269] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=196, high=0, low=196, sector=196

Oct 24 18:01:25 unraid kernel: [  209.962507] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  209.962597] end_request: I/O error, dev hdi, sector 196

Oct 24 18:01:25 unraid kernel: [  209.962665] printk: 3 messages suppressed.

Oct 24 18:01:25 unraid kernel: [  209.962732] Buffer I/O error on device hdi1, logical block 133

Oct 24 18:01:25 unraid kernel: [  211.303422] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  211.303591] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=197, high=0, low=197, sector=197

Oct 24 18:01:25 unraid kernel: [  211.303830] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  211.303921] end_request: I/O error, dev hdi, sector 197

Oct 24 18:01:25 unraid kernel: [  212.645497] hdi: dma_intr: status=0x51 { DriveReady SeekComplete Error }

Oct 24 18:01:25 unraid kernel: [  212.645666] hdi: dma_intr: error=0x40 { UncorrectableError }, LBAsect=198, high=0, low=198, sector=198

Oct 24 18:01:25 unraid kernel: [  212.645905] ide: failed opcode was: unknown

Oct 24 18:01:25 unraid kernel: [  212.645997] end_request: I/O error, dev hdi, sector 198

Oct 24 18:01:25 unraid logger: /etc/rc.d/rc.inet1:  /sbin/ifconfig lo 127.0.0.1

Oct 24 18:01:25 unraid logger: /etc/rc.d/rc.inet1:  /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo

Oct 24 18:01:25 unraid logger: /etc/rc.d/rc.inet1:  /sbin/ifconfig eth0 192.168(.removed) broadcast 192.168.(.removed) netmask 255.255.255.0

Oct 24 18:01:25 unraid kernel: [  223.971962] r8169: eth0: link up

Oct 24 18:01:25 unraid logger: /etc/rc.d/rc.inet1:  /sbin/route add default gw 192.168.(.removed) metric 1

Oct 24 18:01:25 unraid ifplugd(eth0)[1010]: ifplugd 0.28 initializing.

Oct 24 18:01:25 unraid ifplugd(eth0)[1010]: Using interface eth0/00:1A:4D:28:D5:98 with driver <r8169> (version: 2.2LK-NAPI)

Oct 24 18:01:25 unraid ifplugd(eth0)[1010]: Using detection mode: SIOCETHTOOL

Oct 24 18:01:25 unraid ifplugd(eth0)[1010]: Initialization complete, link beat detected.

Oct 24 18:01:25 unraid ifplugd(eth0)[1010]: Executing '/etc/ifplugd/ifplugd.action eth0 up'.

Oct 24 18:01:25 unraid ifplugd(eth0)[1010]: Program executed successfully.

Oct 24 18:01:25 unraid kernel: [  224.397372] fuse init (API version 7.8)

Oct 24 18:01:25 unraid emhttp[1051]: unRAID System Management Utility version 4.2.1

Oct 24 18:01:25 unraid emhttp[1051]: Copyright © 2005-2007, Lime Technology, LLC

Oct 24 18:01:25 unraid emhttp[1051]: Pro key detected, registered to: Mike Morbeto

Oct 24 18:01:25 unraid emhttp[1051]: Device inventory:

Oct 24 18:01:25 unraid emhttp[1051]: pci-0000:00:1f.2-scsi-0:0:1:0 (sdc) scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP301846

Oct 24 18:01:25 unraid emhttp[1051]: pci-0000:00:1f.2-scsi-0:0:0:0 (sdb) scsi-SATA_SAMSUNG_HD501LJS0MUJ1DP301847

Oct 24 18:01:25 unraid emhttp[1051]: pci-0000:00:1f.1-ide-0:0 (hda) ata-MAXTOR_STM3500630A_5QG06KKG

Oct 24 18:01:25 unraid emhttp[1051]: pci-0000:01:01.0-ide-0:0 (hdi) ata-Maxtor_6Y250P0_Y60W2TXE

Oct 24 18:01:25 unraid emhttp[1051]: pci-0000:01:01.0-ide-1:0 (hdk) ata-Maxtor_7Y250P0_Y62B2DJE

Oct 24 18:01:25 unraid emhttp[1051]: pci-0000:01:00.0-ide-1:1 (hdh) ata-Maxtor_6B300R0_B60EQK0H

Oct 24 18:01:25 unraid emhttp[1051]: pci-0000:01:00.0-ide-0:1 (hdf) ata-Maxtor_6Y250P0_Y62HYJZE

Oct 24 18:01:25 unraid emhttp[1051]: assign_device stat /dev/disk/by-path/pci-0000:00:1f.1-scsi-0:0:0:0: 2

Oct 24 18:01:25 unraid emhttp[1051]: shcmd (1): rmmod md-mod >>/var/log/go 2>&1

Oct 24 18:01:25 unraid emhttp[1051]: shcmd (1): exit status: 1

Oct 24 18:01:25 unraid emhttp[1051]: shcmd (2): modprobe md-mod super=/boot/config/super.dat slots=8,32,0,0,8,16,33,64,34,64,56,0,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 >>/var/log/go 2>&1

Oct 24 18:01:26 unraid kernel: [  224.451575] md: unRAID driver 0.92.0 installed

Oct 24 18:01:26 unraid kernel: [  224.795806] md: xor using function: pIII_sse (4498.000 MB/sec)

Oct 24 18:01:26 unraid kernel: [  224.804081] md1: missing

Oct 24 18:01:26 unraid emhttp[1051]: shcmd (3): /usr/sbin/hdparm -S242 /dev/sdc >/dev/null

Oct 24 18:01:26 unraid emhttp[1051]: shcmd (4): /usr/sbin/hdparm -S242 /dev/sdb >/dev/null

Oct 24 18:01:26 unraid emhttp[1051]: shcmd (5): /usr/sbin/hdparm -S242 /dev/hdf >/dev/null

Oct 24 18:01:26 unraid emhttp[1051]: shcmd (6): /usr/sbin/hdparm -S242 /dev/hdh >/dev/null

Oct 24 18:01:26 unraid emhttp[1051]: shcmd (7): /usr/sbin/hdparm -S242 /dev/hdi >/dev/null

Oct 24 18:01:26 unraid emhttp[1051]: shcmd (8): /usr/sbin/hdparm -S242 /dev/hdk >/dev/null

Oct 24 18:01:26 unraid kernel: [  225.665656] md1: missing

Oct 24 18:01:27 unraid emhttp[1051]: shcmd (9): killall -w smbd nmbd

Oct 24 18:01:28 unraid emhttp[1051]: shcmd (10): /usr/sbin/nmbd -D

Oct 24 18:01:28 unraid emhttp[1051]: shcmd (11): /usr/sbin/smbd -D

Oct 24 19:22:31 unraid kernel: [ 5077.833513] md1: missing

Oct 24 19:24:17 unraid in.telnetd[1132]: connect from 192.168.(.removed) (192.168.(.removed))

Oct 24 19:24:41 unraid login[1133]: ROOT LOGIN  on `pts/0' from `192.168.(.removed)'

 

This syslog does not show the unRAID being started, so I cannot tell what unRAID thought of the drives, whether they were readable, formatted, good file system, etc.  But it's very clear that the Maxtor 250 (hdi, serial ending in ...TXE) is having major problems.  It shows Disk1 as missing, probably hda, the Maxtor 500, but there's no evidence of problems with it here, but then, because it is unassigned, unRAID has not examined it in this syslog.  The fact that it is missing shows that unRAID must have had serious problems with it before.  Need to assign it, start the array, and capture the syslog again.  As to hdi, I wouldn't give up on it yet, as it could either be a bad drive, or bad cable, or bad port.  I would first reconnect it to a motherboard port, with a good 80-line flat ribbon cable, start unRAID and check the syslog after, to see if the same DMA errors are still occurring.  If still causing errors, you may need to pull it and try whatever drive diagnostic tools you have on it.

 

Again, don't forget to add that nolapic parameter, it should hopefully fix your occasional loss of network connectivity.

 

Note to Tom:  it would be nice if there was a table in the syslog after the Disk Inventory showing the disk number to drive mapping.  Often it can be deduced, but often it cannot, as in this syslog.  Perhaps a copy of disk.cfg or a drive number to serial number table...  and log it again when it changes.

 

  • Author

 

 

Note to Tom:  it would be nice if there was a table in the syslog after the Disk Inventory showing the disk number to drive mapping.  Often it can be deduced, but often it cannot, as in this syslog.  Perhaps a copy of disk.cfg or a drive number to serial number table...  and log it again when it changes.

 

 

Thanks Rob. Funny, great minds think alike: Tom has been emailing me and he asked me to send him the disk.cfg to look at, so I just sent it to him in reply.

  • Author

Hi- does anyone else have ideas in the interim? I emailed Tom the disk.cfg file the other night but he has not had a chance to write back. I've kept the array offline since I didn't want to ruin my chances of bringing back the data. I see the "missing" disk 1 is unassigned. I could re-add it and start the array back up, but I want to do the proper procedure. I also would have no problem replacing the bad disk 5 but I'd like to try to recover the data if possible. I can also check all the cables and connections of course before re-starting, but again, I'd love to hear the proper troubleshooting steps. Here is the disk.cfg opened in a text program and pasted here:

# Disk configuration

 

spindownDelay=1

 

parity=pci-0000:00:1f.2-scsi-0:0:1:0

 

disk1=pci-0000:00:1f.1-scsi-0:0:0:0

 

disk2=pci-0000:00:1f.2-scsi-0:0:0:0

 

disk3=pci-0000:01:00.0-ide-0:1

 

disk4=pci-0000:01:00.0-ide-1:1

 

disk5=pci-0000:01:01.0-ide-0:0

 

disk6=pci-0000:01:01.0-ide-1:0

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.