Partycje nie montują się po zaniku zasilania
: 24 maja 2011, 14:22
Witam.
Mój problem jest następujący:
Prawdopodobnie podczas burzy dwa dni temu zabrakło prądu przy serwerze, co spowodowało brzydkie wyłączenie systemu.
W sprzętowym RAID-zie mam 4 dyski:
Dysk1 (lustro dysk2) zawiera partycje (ext3) dla:
Teraz system włącza się jedynie w trybie tylko do odczytu, partycja /home, /var się nie montuje (gdzie szukać logów w takiej sytuacji).
To co można zrobić ręcznie to:
Dodam od razu, że zawartość tych partycji wygląda w porządku i chyba wszystko jest sprawne.
Przeprowadziłem sprawdzanie programem fsck na znane mi sposoby:
Pomijając pierwsze sprawdzanie kiedy to zostałem zapytany o kilka opcji, później już za każdym razem było czysto.
/etc/fstab (zamieniałem wszystkie domyślne opcje i errors=remount-ro na errors=continue, ale nic to nie dawało)
/etc/mtab:
dmesg:
Mój problem jest następujący:
Prawdopodobnie podczas burzy dwa dni temu zabrakło prądu przy serwerze, co spowodowało brzydkie wyłączenie systemu.
W sprzętowym RAID-zie mam 4 dyski:
Dysk1 (lustro dysk2) zawiera partycje (ext3) dla:
- / - /dev/sda1
- /home - /dev/sda2
- /var - /dev/sdb1
- Partycja wymiany - /dev/sdb2
Teraz system włącza się jedynie w trybie tylko do odczytu, partycja /home, /var się nie montuje (gdzie szukać logów w takiej sytuacji).
To co można zrobić ręcznie to:
Kod: Zaznacz cały
mount -o remount,rw / #to mi pozwoliło edytować fstab
mount /dev/sda2 /home #wjazd na /home
mount /dev/sdb1 /var #wjazd na /var
Przeprowadziłem sprawdzanie programem fsck na znane mi sposoby:
Kod: Zaznacz cały
fsck <każda partycja po kolei>
fsck -f <każda partycja po kolei>
fsck <każda partycja po kolei> (z poziomu live cd)
fsck <każda partycja po kolei> (w trybie init 1)
/etc/fstab (zamieniałem wszystkie domyślne opcje i errors=remount-ro na errors=continue, ale nic to nie dawało)
Kod: Zaznacz cały
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=f70c3f45-4951-413c-840d-ce841089e511 / ext3 errors=continue 0 1
# /home was on /dev/sda2 during installation
UUID=f1eefb0c-71b0-4911-8799-d1deba44be41 /home ext3 defaults 0 2
# /var was on /dev/sdb1 during installation
UUID=55b9528f-511f-4b99-a1c1-64e8433e2dc8 /var ext3 defaults 0 2
# swap was on /dev/sdb2 during installation
UUID=1d65a31b-39f7-415e-ad58-4b22af4637c3 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
UUID=b0b4430d-7ac1-4342-a0a3-bda34c69c998 /mnt/usbdisk1 ext3 defaults 0 0
/var/lib/tftpboot /export/tftpboot bind bind 0
Kod: Zaznacz cały
/dev/sda1 / ext3 rw,errors=continue 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
/dev/sda2 /home ext3 rw 0 0
/dev/sdb1 /var ext3 rw 0 0
/dev/sdc1 /mnt/usbdisk1 ext3 rw 0 0
nfsd /proc/fs/nfsd nfsd rw 0 0
/var/lib/tftpboot /export/tftpboot none rw,bind 0 0
Kod: Zaznacz cały
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.32-5-686 (Debian 2.6.32-31) (ben@decadent.org.uk) (gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Tue Mar 8 21:36:00 UTC 2011
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] NSC Geode by NSC
[ 0.000000] Cyrix CyrixInstead
[ 0.000000] Centaur CentaurHauls
[ 0.000000] Transmeta GenuineTMx86
[ 0.000000] Transmeta TransmetaCPU
[ 0.000000] UMC UMC UMC UMC
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 00000000000a0000 (usable)
[ 0.000000] BIOS-e820: 0000000000100000 - 00000000efff0000 (usable)
[ 0.000000] BIOS-e820: 00000000efff0000 - 00000000efffec00 (ACPI data)
[ 0.000000] BIOS-e820: 00000000efffec00 - 00000000effff000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee10000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.3 present.
[ 0.000000] last_pfn = 0xefff0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-EBFFF uncachable
[ 0.000000] EC000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 base 080000000 mask FC0000000 write-back
[ 0.000000] 2 base 0C0000000 mask FE0000000 write-back
[ 0.000000] 3 base 0E0000000 mask FF0000000 write-back
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] initial memory mapped : 0 - 01800000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000373fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037000000 page 2M
[ 0.000000] 0037000000 - 00373fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 373fe000 @ 7000-d000
[ 0.000000] RAMDISK: 377d1000 - 37fef254
[ 0.000000] Allocated new RAMDISK: 00100000 - 0091e254
[ 0.000000] Move RAMDISK from 00000000377d1000 - 0000000037fef253 to 00100000 - 0091e253
[ 0.000000] ACPI: RSDP 000fdc60 00014 (v00 DELL )
[ 0.000000] ACPI: RSDT 000fdc74 00030 (v01 DELL PE2650 00000001 MSFT 0100000A)
[ 0.000000] ACPI: FACP 000fdca4 00074 (v01 DELL PE2650 00000001 MSFT 0100000A)
[ 0.000000] ACPI: DSDT efff0000 03509 (v01 DELL PE2650 00000001 MSFT 0100000A)
[ 0.000000] ACPI: FACS effffc00 00040
[ 0.000000] ACPI: APIC 000fdd18 00088 (v01 DELL PE2650 00000001 MSFT 0100000A)
[ 0.000000] ACPI: SPCR 000fdda0 00050 (v01 DELL PE2650 00000001 MSFT 0100000A)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 2955MB HIGHMEM available.
[ 0.000000] 883MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 373fe000
[ 0.000000] low ram: 0 - 373fe000
[ 0.000000] node 0 low ram: 00000000 - 373fe000
[ 0.000000] node 0 bootmap 00009000 - 0000fe80
[ 0.000000] (9 early reservations) ==> bootmem [0000000000 - 00373fe000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
[ 0.000000] #2 [0000006000 - 0000007000] TRAMPOLINE ==> [0000006000 - 0000007000]
[ 0.000000] #3 [0001000000 - 00014cabb4] TEXT DATA BSS ==> [0001000000 - 00014cabb4]
[ 0.000000] #4 [000009f400 - 0000100000] BIOS reserved ==> [000009f400 - 0000100000]
[ 0.000000] #5 [00014cb000 - 00014d1228] BRK ==> [00014cb000 - 00014d1228]
[ 0.000000] #6 [0000007000 - 0000009000] PGTABLE ==> [0000007000 - 0000009000]
[ 0.000000] #7 [0000100000 - 000091e254] NEW RAMDISK ==> [0000100000 - 000091e254]
[ 0.000000] #8 [0000009000 - 0000010000] BOOTMAP ==> [0000009000 - 0000010000]
[ 0.000000] found SMP MP-table at [c00fe710] fe710
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000373fe
[ 0.000000] HighMem 0x000373fe -> 0x000efff0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x000000a0
[ 0.000000] 0: 0x00000100 -> 0x000efff0
[ 0.000000] On node 0 totalpages: 982928
[ 0.000000] free_area_init_node: node 0, pgdat c13b28a0, node_mem_map c14d3000
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3968 pages, LIFO batch:0
[ 0.000000] Normal zone: 1736 pages used for memmap
[ 0.000000] Normal zone: 220470 pages, LIFO batch:31
[ 0.000000] HighMem zone: 5912 pages used for memmap
[ 0.000000] HighMem zone: 750810 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x01] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] disabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x03] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 3, version 17, address 0xfec00000, GSI 0-15
[ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec01000] gsi_base[16])
[ 0.000000] IOAPIC[1]: apic_id 4, version 17, address 0xfec01000, GSI 16-31
[ 0.000000] ACPI: IOAPIC (id[0x05] address[0xfec02000] gsi_base[32])
[ 0.000000] IOAPIC[2]: apic_id 5, version 17, address 0xfec02000, GSI 32-47
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 48
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at effff000 (gap: effff000:ec01000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] NR_CPUS:32 nr_cpumask_bits:32 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 14 pages/cpu @c3400000 s34328 r0 d23016 u1048576
[ 0.000000] pcpu-alloc: s34328 r0 d23016 u1048576 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 975248
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.32-5-686 root=UUID=f70c3f45-4951-413c-840d-ce841089e511 ro quiet
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] Initializing HighMem for node 0 (000373fe:000efff0)
[ 0.000000] Memory: 3885448k/3932096k available (2503k kernel code, 45096k reserved, 1321k data, 380k init, 3026888k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xffd56000 - 0xfffff000 (2724 kB)
[ 0.000000] pkmap : 0xff400000 - 0xff800000 (4096 kB)
[ 0.000000] vmalloc : 0xf7bfe000 - 0xff3fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf73fe000 ( 883 MB)
[ 0.000000] .init : 0xc13bd000 - 0xc141c000 ( 380 kB)
[ 0.000000] .data : 0xc1271cc1 - 0xc13bc4c0 (1321 kB)
[ 0.000000] .text : 0xc1000000 - 0xc1271cc1 (2503 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:1280
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 1989.380 MHz processor.
[ 0.008010] Calibrating delay loop (skipped), value calculated using timer frequency.. 3978.76 BogoMIPS (lpj=7957520)
[ 0.008045] Security Framework initialized
[ 0.008058] SELinux: Disabled at boot.
[ 0.008072] Mount-cache hash table entries: 512
[ 0.008315] Initializing cgroup subsys ns
[ 0.008324] Initializing cgroup subsys cpuacct
[ 0.008332] Initializing cgroup subsys devices
[ 0.008337] Initializing cgroup subsys freezer
[ 0.008341] Initializing cgroup subsys net_cls
[ 0.008387] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 0.008393] CPU: L2 cache: 512K
[ 0.008397] CPU: Hyper-Threading is disabled
[ 0.008403] mce: CPU supports 4 MCE banks
[ 0.008422] CPU0: Thermal monitoring enabled (TM1)
[ 0.008443] Performance Events: no PMU driver, software events only.
[ 0.008456] Checking 'hlt' instruction... OK.
[ 0.025889] ACPI: Core revision 20090903
[ 0.034332] Enabling APIC mode: Flat. Using 3 I/O APICs
[ 0.035193] ..TIMER: vector=0x30 apic1=0 pin1=0 apic2=-1 pin2=-1
[ 0.036001] ..MP-BIOS bug: 8254 timer not connected to IO-APIC
[ 0.036001] ...trying to set up timer (IRQ0) through the 8259A ...
[ 0.036001] ..... (found apic 0 pin 0) ...
[ 0.078653] ....... works.
[ 0.078657] CPU0: Intel(R) Xeon(TM) CPU 2.00GHz stepping 07
[ 0.080001] Booting processor 1 APIC 0x2 ip 0x6000
[ 0.012000] Initializing CPU#1
[ 0.012000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[ 0.012000] CPU: L2 cache: 512K
[ 0.012000] CPU: Hyper-Threading is disabled
[ 0.012000] CPU1: Thermal monitoring enabled (TM1)
[ 0.164055] CPU1: Intel(R) Xeon(TM) CPU 2.00GHz stepping 07
[ 0.164070] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.168158] Brought up 2 CPUs
[ 0.168163] Total of 2 processors activated (7957.40 BogoMIPS).
[ 0.168495] CPU0 attaching sched-domain:
[ 0.168501] domain 0: span 0-1 level CPU
[ 0.168506] groups: 0 1
[ 0.168516] CPU1 attaching sched-domain:
[ 0.168520] domain 0: span 0-1 level CPU
[ 0.168525] groups: 1 0
[ 0.168665] devtmpfs: initialized
[ 0.168665] regulator: core version 0.5
[ 0.168665] NET: Registered protocol family 16
[ 0.168665] ACPI: bus type pci registered
[ 0.188307] PCI: PCI BIOS revision 2.10 entry at 0xfc97e, last bus=5
[ 0.188312] PCI: Using configuration type 1 for base access
[ 0.188944] bio: create slab <bio-0> at 0
[ 0.189138] ACPI: EC: Look up EC in DSDT
[ 0.196725] ACPI: Interpreter enabled
[ 0.196735] ACPI: (supports S0 S4 S5)
[ 0.196763] ACPI: Using IOAPIC for interrupt routing
[ 0.207983] ACPI: No dock devices found.
[ 0.209425] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.209647] pci 0000:00:04.0: reg 10 32bit mmio pref: [0xfeb80000-0xfeb80fff]
[ 0.209659] pci 0000:00:04.0: reg 14 io port: [0xecf8-0xecff]
[ 0.209670] pci 0000:00:04.0: reg 18 io port: [0xece8-0xecef]
[ 0.209700] pci 0000:00:04.0: reg 30 32bit mmio pref: [0xfe000000-0xfe00ffff]
[ 0.209773] pci 0000:00:04.1: reg 10 32bit mmio: [0xfe102000-0xfe102fff]
[ 0.209784] pci 0000:00:04.1: reg 14 io port: [0xec80-0xecbf]
[ 0.209795] pci 0000:00:04.1: reg 18 32bit mmio pref: [0xfeb00000-0xfeb7ffff]
[ 0.209892] pci 0000:00:04.2: reg 10 io port: [0xecf4-0xecf7]
[ 0.210024] pci 0000:00:0e.0: reg 10 32bit mmio: [0xfd000000-0xfdffffff]
[ 0.210035] pci 0000:00:0e.0: reg 14 io port: [0xe800-0xe8ff]
[ 0.210046] pci 0000:00:0e.0: reg 18 32bit mmio: [0xfe101000-0xfe101fff]
[ 0.210075] pci 0000:00:0e.0: reg 30 32bit mmio pref: [0x000000-0x01ffff]
[ 0.210102] pci 0000:00:0e.0: supports D1 D2
[ 0.210197] pci 0000:00:0f.1: reg 10 io port: [0x8c0-0x8c7]
[ 0.210207] pci 0000:00:0f.1: reg 14 io port: [0x8c8-0x8cb]
[ 0.210217] pci 0000:00:0f.1: reg 18 io port: [0x8d0-0x8d7]
[ 0.210227] pci 0000:00:0f.1: reg 1c io port: [0x8d8-0x8db]
[ 0.210237] pci 0000:00:0f.1: reg 20 io port: [0x8b0-0x8bf]
[ 0.210287] pci 0000:00:0f.2: reg 10 32bit mmio: [0xfe100000-0xfe100fff]
[ 0.210719] pci_bus 0000:00: on NUMA node 0
[ 0.210728] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.218688] ACPI: PCI Root Bridge [PCI4] (0000:04)
[ 0.218863] pci 0000:04:08.1: reg 10 32bit mmio pref: [0xf0000000-0xf7ffffff]
[ 0.218904] pci 0000:04:08.1: reg 30 32bit mmio pref: [0xfc700000-0xfc70ffff]
[ 0.219028] pci 0000:05:06.0: reg 10 io port: [0x9c00-0x9cff]
[ 0.219045] pci 0000:05:06.0: reg 14 64bit mmio: [0xfc8ff000-0xfc8fffff]
[ 0.219072] pci 0000:05:06.0: reg 30 32bit mmio pref: [0xfc900000-0xfc91ffff]
[ 0.219135] pci 0000:05:06.1: reg 10 io port: [0x9800-0x98ff]
[ 0.219151] pci 0000:05:06.1: reg 14 64bit mmio: [0xfc8fe000-0xfc8fefff]
[ 0.219178] pci 0000:05:06.1: reg 30 32bit mmio pref: [0xfc900000-0xfc91ffff]
[ 0.219269] pci 0000:04:08.0: bridge io port: [0x9000-0x9fff]
[ 0.219277] pci 0000:04:08.0: bridge 32bit mmio: [0xfc800000-0xfc9fffff]
[ 0.219293] pci_bus 0000:04: on NUMA node 0
[ 0.219300] ACPI: PCI Interrupt Routing Table [\_SB_.PCI4._PRT]
[ 0.219410] ACPI: PCI Interrupt Routing Table [\_SB_.PCI4.ZION._PRT]
[ 0.224839] ACPI: PCI Root Bridge [PCI3] (0000:03)
[ 0.224943] pci 0000:03:06.0: reg 10 64bit mmio: [0xfcb10000-0xfcb1ffff]
[ 0.224997] pci 0000:03:06.0: PME# supported from D3hot D3cold
[ 0.225004] pci 0000:03:06.0: PME# disabled
[ 0.225070] pci 0000:03:08.0: reg 10 64bit mmio: [0xfcb00000-0xfcb0ffff]
[ 0.225123] pci 0000:03:08.0: PME# supported from D3hot D3cold
[ 0.225129] pci 0000:03:08.0: PME# disabled
[ 0.225172] pci_bus 0000:03: on NUMA node 0
[ 0.225179] ACPI: PCI Interrupt Routing Table [\_SB_.PCI3._PRT]
[ 0.231298] ACPI: PCI Root Bridge [PCI2] (0000:02)
[ 0.231400] pci 0000:02:06.0: reg 10 64bit mmio: [0xfcda0000-0xfcdbffff]
[ 0.231415] pci 0000:02:06.0: reg 18 64bit mmio: [0xfcd40000-0xfcd7ffff]
[ 0.231425] pci 0000:02:06.0: reg 20 io port: [0xccc0-0xccff]
[ 0.231439] pci 0000:02:06.0: reg 30 32bit mmio pref: [0xfcc00000-0xfcc3ffff]
[ 0.231468] pci 0000:02:06.0: PME# supported from D0 D3hot D3cold
[ 0.231475] pci 0000:02:06.0: PME# disabled
[ 0.231535] pci 0000:02:06.1: reg 10 64bit mmio: [0xfcd80000-0xfcd9ffff]
[ 0.231550] pci 0000:02:06.1: reg 18 64bit mmio: [0xfcd00000-0xfcd3ffff]
[ 0.231559] pci 0000:02:06.1: reg 20 io port: [0xcc80-0xccbf]
[ 0.231573] pci 0000:02:06.1: reg 30 32bit mmio pref: [0xfcc00000-0xfcc3ffff]
[ 0.231601] pci 0000:02:06.1: PME# supported from D0 D3hot D3cold
[ 0.231608] pci 0000:02:06.1: PME# disabled
[ 0.231662] pci_bus 0000:02: on NUMA node 0
[ 0.231668] ACPI: PCI Interrupt Routing Table [\_SB_.PCI2._PRT]
[ 0.237958] ACPI: PCI Root Bridge [PCI1] (0000:01)
[ 0.238050] pci 0000:01:06.0: reg 10 32bit mmio: [0xfcf03000-0xfcf03fff]
[ 0.238107] pci 0000:01:06.0: supports D1 D2
[ 0.238112] pci 0000:01:06.0: PME# supported from D0 D1 D2 D3hot
[ 0.238118] pci 0000:01:06.0: PME# disabled
[ 0.238163] pci 0000:01:06.1: reg 10 32bit mmio: [0xfcf02000-0xfcf02fff]
[ 0.238219] pci 0000:01:06.1: supports D1 D2
[ 0.238223] pci 0000:01:06.1: PME# supported from D0 D1 D2 D3hot
[ 0.238230] pci 0000:01:06.1: PME# disabled
[ 0.238273] pci 0000:01:06.2: reg 10 32bit mmio: [0xfcf04000-0xfcf040ff]
[ 0.238329] pci 0000:01:06.2: supports D1 D2
[ 0.238334] pci 0000:01:06.2: PME# supported from D0 D1 D2 D3hot
[ 0.238340] pci 0000:01:06.2: PME# disabled
[ 0.238393] pci 0000:01:08.0: reg 10 io port: [0xdc00-0xdcff]
[ 0.238409] pci 0000:01:08.0: reg 14 64bit mmio: [0xfcf01000-0xfcf01fff]
[ 0.238435] pci 0000:01:08.0: reg 30 32bit mmio pref: [0xfce00000-0xfce1ffff]
[ 0.238499] pci 0000:01:08.1: reg 10 io port: [0xd800-0xd8ff]
[ 0.238515] pci 0000:01:08.1: reg 14 64bit mmio: [0xfcf00000-0xfcf00fff]
[ 0.238542] pci 0000:01:08.1: reg 30 32bit mmio pref: [0xfce00000-0xfce1ffff]
[ 0.238620] pci_bus 0000:01: on NUMA node 0
[ 0.238627] ACPI: PCI Interrupt Routing Table [\_SB_.PCI1._PRT]
[ 0.239232] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 *11 12 14)
[ 0.239464] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 *10 11 12 14)
[ 0.239687] ACPI: PCI Interrupt Link [LNK2] (IRQs 3 4 5 6 *7 9 10 11 12 14)
[ 0.239909] ACPI: PCI Interrupt Link [LNK3] (IRQs 3 4 5 6 7 9 10 *11 12 14)
[ 0.240145] ACPI: PCI Interrupt Link [LNK4] (IRQs 3 4 5 6 7 9 10 *11 12 14)
[ 0.240364] ACPI: PCI Interrupt Link [LNK5] (IRQs 3 4 5 6 7 9 *10 11 12 14)
[ 0.240589] ACPI: PCI Interrupt Link [LNK6] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.240812] ACPI: PCI Interrupt Link [LNK7] (IRQs 3 4 5 6 7 9 *10 11 12 14)
[ 0.241032] ACPI: PCI Interrupt Link [LNK8] (IRQs 3 4 5 6 *7 9 10 11 12 14)
[ 0.241252] ACPI: PCI Interrupt Link [LNK9] (IRQs 3 4 5 6 7 9 10 *11 12 14)
[ 0.241477] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.241699] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11 12 14)
[ 0.241919] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14)
[ 0.242139] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 *7 9 10 11 12 14)
[ 0.242360] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11 12 14)
[ 0.242582] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 *10 11 12 14)
[ 0.242801] ACPI: PCI Interrupt Link [LN10] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.243022] ACPI: PCI Interrupt Link [LN11] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.243242] ACPI: PCI Interrupt Link [LN12] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.243464] ACPI: PCI Interrupt Link [LN13] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.243684] ACPI: PCI Interrupt Link [LN14] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.243906] ACPI: PCI Interrupt Link [LN15] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.244144] ACPI: PCI Interrupt Link [LN16] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.244370] ACPI: PCI Interrupt Link [LN17] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.244592] ACPI: PCI Interrupt Link [LN18] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.244814] ACPI: PCI Interrupt Link [LN19] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.245035] ACPI: PCI Interrupt Link [LN1A] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.245257] ACPI: PCI Interrupt Link [LN1B] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.245479] ACPI: PCI Interrupt Link [LN1C] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.245701] ACPI: PCI Interrupt Link [LN1D] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.245923] ACPI: PCI Interrupt Link [LN1E] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.246143] ACPI: PCI Interrupt Link [LN1F] (IRQs 3 4 5 6 7 9 10 11 12 14) *0, disabled.
[ 0.246366] ACPI: PCI Interrupt Link [LUSB] (IRQs 3 4 *5 6 7 10 11 12 14)
[ 0.246594] vgaarb: device added: PCI:0000:00:0e.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.246631] vgaarb: loaded
[ 0.246726] PCI: Using ACPI for IRQ routing
[ 0.246726] Switching to clocksource tsc
[ 0.246726] pnp: PnP ACPI init
[ 0.246726] ACPI: bus type pnp registered
[ 0.281469] pnp: PnP ACPI: found 16 devices
[ 0.281475] ACPI: ACPI bus type pnp unregistered
[ 0.281483] PnPBIOS: Disabled by ACPI PNP
[ 0.281511] system 00:0a: ioport range 0x800-0x89f has been reserved
[ 0.281517] system 00:0a: ioport range 0x8a0-0x8af has been reserved
[ 0.281522] system 00:0a: ioport range 0xc00-0xcd7 has been reserved
[ 0.281528] system 00:0a: ioport range 0xf50-0xf58 has been reserved
[ 0.281533] system 00:0a: ioport range 0x8e0-0x8e3 has been reserved
[ 0.281547] system 00:0b: iomem range 0x0-0x9ffff could not be reserved
[ 0.281553] system 00:0b: iomem range 0x100000-0xefffffff could not be reserved
[ 0.281559] system 00:0b: iomem range 0xf0000-0xfffff could not be reserved
[ 0.281567] system 00:0b: iomem range 0xfec00000-0xfec0ffff could not be reserved
[ 0.281573] system 00:0b: iomem range 0xfee00000-0xfee0ffff has been reserved
[ 0.281579] system 00:0b: iomem range 0xffe00000-0xffffffff could not be reserved
[ 0.316594] pci 0000:05:06.1: BAR 6: address space collision on of device [0xfc900000-0xfc91ffff]
[ 0.316684] pci 0000:02:06.1: BAR 6: address space collision on of device [0xfcc00000-0xfcc3ffff]
[ 0.316762] pci 0000:01:08.1: BAR 6: address space collision on of device [0xfce00000-0xfce1ffff]
[ 0.316848] pci 0000:04:08.0: PCI bridge, secondary bus 0000:05
[ 0.316854] pci 0000:04:08.0: IO window: 0x9000-0x9fff
[ 0.316864] pci 0000:04:08.0: MEM window: 0xfc800000-0xfc9fffff
[ 0.316872] pci 0000:04:08.0: PREFETCH window: 0xf8100000-0xf81fffff
[ 0.316910] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.316915] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[ 0.316921] pci_bus 0000:04: resource 0 io: [0x00-0xffff]
[ 0.316926] pci_bus 0000:04: resource 1 mem: [0x000000-0xffffffff]
[ 0.316931] pci_bus 0000:05: resource 0 io: [0x9000-0x9fff]
[ 0.316936] pci_bus 0000:05: resource 1 mem: [0xfc800000-0xfc9fffff]
[ 0.316942] pci_bus 0000:05: resource 2 pref mem [0xf8100000-0xf81fffff]
[ 0.316947] pci_bus 0000:03: resource 0 io: [0x00-0xffff]
[ 0.316952] pci_bus 0000:03: resource 1 mem: [0x000000-0xffffffff]
[ 0.316957] pci_bus 0000:02: resource 0 io: [0x00-0xffff]
[ 0.316962] pci_bus 0000:02: resource 1 mem: [0x000000-0xffffffff]
[ 0.316967] pci_bus 0000:01: resource 0 io: [0x00-0xffff]
[ 0.316972] pci_bus 0000:01: resource 1 mem: [0x000000-0xffffffff]
[ 0.317035] NET: Registered protocol family 2
[ 0.317209] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.317847] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.319023] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.319815] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.319822] TCP reno registered
[ 0.320078] NET: Registered protocol family 1
[ 0.320133] pci 0000:00:0e.0: Boot video device
[ 0.320370] Unpacking initramfs...
[ 0.749453] Freeing initrd memory: 8312k freed
[ 0.764602] audit: initializing netlink socket (disabled)
[ 0.764631] type=2000 audit(1306164469.760:1): initialized
[ 0.769092] highmem bounce pool size: 64 pages
[ 0.769102] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.771715] VFS: Disk quotas dquot_6.5.2
[ 0.771823] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.771966] msgmni has been set to 1695
[ 0.772408] alg: No test for stdrng (krng)
[ 0.772513] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.772519] io scheduler noop registered
[ 0.772522] io scheduler anticipatory registered
[ 0.772526] io scheduler deadline registered
[ 0.772595] io scheduler cfq registered (default)
[ 0.773003] isapnp: Scanning for PnP cards...
[ 1.127350] isapnp: No Plug & Play device found
[ 1.129990] Linux agpgart interface v0.103
[ 1.130379] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 1.130512] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.130653] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.131107] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 1.131308] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 1.131505] serial 0000:00:04.1: PCI INT B -> GSI 23 (level, low) -> IRQ 23
[ 1.131634] 0000:00:04.1: ttyS2 at I/O 0xec80 (irq = 23) is a 16550A
[ 1.131849] PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 1.134000] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.134014] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.134161] mice: PS/2 mouse device common for all mice
[ 1.134264] rtc_cmos 00:09: RTC can wake from S4
[ 1.134332] rtc_cmos 00:09: rtc core: registered rtc_cmos as rtc0
[ 1.134369] rtc0: alarms up to one day, y3k, 242 bytes nvram
[ 1.134391] cpuidle: using governor ladder
[ 1.134395] cpuidle: using governor menu
[ 1.134403] No iBFT detected.
[ 1.135138] TCP cubic registered
[ 1.135356] NET: Registered protocol family 10
[ 1.136936] Mobile IPv6
[ 1.136943] NET: Registered protocol family 17
[ 1.136986] Using IPI No-Shortcut mode
[ 1.137152] PM: Resume from disk failed.
[ 1.137174] registered taskstats version 1
[ 1.137893] rtc_cmos 00:09: setting system clock to 2011-05-23 15:27:50 UTC (1306164470)
[ 1.137942] Initalizing network drop monitor service
[ 1.137993] Freeing unused kernel memory: 380k freed
[ 1.138586] Write protecting the kernel text: 2504k
[ 1.138633] Write protecting the kernel read-only data: 920k
[ 1.170655] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 1.176535] udev[56]: starting version 164
[ 1.385169] usbcore: registered new interface driver usbfs
[ 1.385219] usbcore: registered new interface driver hub
[ 1.385488] usbcore: registered new device driver usb
[ 1.390758] Intel(R) PRO/1000 Network Driver - version 7.3.21-k5-NAPI
[ 1.390765] Copyright (c) 1999-2006 Intel Corporation.
[ 1.390915] e1000 0000:02:06.0: PCI INT A -> GSI 24 (level, low) -> IRQ 24
[ 1.429147] SCSI subsystem initialized
[ 1.438232] tg3.c:v3.102 (September 1, 2009)
[ 1.438271] tg3 0000:03:06.0: PCI INT A -> GSI 28 (level, low) -> IRQ 28
[ 1.450046] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.450124] ehci_hcd 0000:01:06.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 1.450158] ehci_hcd 0000:01:06.2: EHCI Host Controller
[ 1.450224] ehci_hcd 0000:01:06.2: new USB bus registered, assigned bus number 1
[ 1.451253] Adaptec aacraid driver 1.1-5[2461]-ms
[ 1.451320] aacraid 0000:04:08.1: PCI INT A -> GSI 30 (level, low) -> IRQ 30
[ 1.475068] ehci_hcd 0000:01:06.2: irq 18, io mem 0xfcf04000
[ 1.476165] IRQ 30/aacraid: IRQF_DISABLED is not guaranteed on shared IRQs
[ 1.478011] Floppy drive(s): fd0 is 1.44M
[ 1.512139] ehci_hcd 0000:01:06.2: USB 2.0 started, EHCI 1.00
[ 1.512200] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.512206] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.512211] usb usb1: Product: EHCI Host Controller
[ 1.512215] usb usb1: Manufacturer: Linux 2.6.32-5-686 ehci_hcd
[ 1.512219] usb usb1: SerialNumber: 0000:01:06.2
[ 1.512419] usb usb1: configuration #1 chosen from 1 choice
[ 1.512491] hub 1-0:1.0: USB hub found
[ 1.512533] hub 1-0:1.0: 5 ports detected
[ 1.513367] aic7xxx 0000:01:08.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
[ 1.669165] e1000: 0000:02:06.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:c4:2b:b0
[ 1.669581] FDC 0 is a National Semiconductor PC87306
[ 1.670154] AAC0: kernel 2.7-1[3170]
[ 1.670160] AAC0: monitor 2.7-1[3170]
[ 1.670164] AAC0: bios 2.7-1[3170]
[ 1.670169] AAC0: serial 745810D3
[ 1.672063] scsi0 : percraid
[ 1.678750] scsi 0:0:0:0: Direct-Access DELL Storage1 V1.0 PQ: 0 ANSI: 2
[ 1.679203] scsi 0:0:1:0: Direct-Access DELL Storage2 V1.0 PQ: 0 ANSI: 2
[ 1.680296] libata version 3.00 loaded.
[ 1.684404] scsi1 : pata_serverworks
[ 1.684896] scsi2 : pata_serverworks
[ 1.684984] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x8b0 irq 14
[ 1.684990] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x8b8 irq 15
[ 1.691756] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.692360] ACPI: PCI Interrupt Link [LUSB] enabled at IRQ 11
[ 1.692378] ohci_hcd 0000:00:0f.2: PCI INT A -> Link[LUSB] -> GSI 11 (level, low) -> IRQ 11
[ 1.692423] ohci_hcd 0000:00:0f.2: OHCI Host Controller
[ 1.692457] ohci_hcd 0000:00:0f.2: new USB bus registered, assigned bus number 2
[ 1.692496] ohci_hcd 0000:00:0f.2: irq 11, io mem 0xfe100000
[ 1.718734] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 1.718793] e1000 0000:02:06.1: PCI INT B -> GSI 25 (level, low) -> IRQ 25
[ 1.758573] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.758581] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.758586] usb usb2: Product: OHCI Host Controller
[ 1.758590] usb usb2: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[ 1.758594] usb usb2: SerialNumber: 0000:00:0f.2
[ 1.758773] usb usb2: configuration #1 chosen from 1 choice
[ 1.758838] hub 2-0:1.0: USB hub found
[ 1.758857] hub 2-0:1.0: 4 ports detected
[ 1.932523] usb 1-2: new high speed USB device using ehci_hcd and address 2
[ 1.952718] ata1.01: NODEV after polling detection
[ 1.961117] ata1.00: ATAPI: SAMSUNG CD-ROM SN-124, N102, max UDMA/33
[ 1.970566] scsi 0:1:1:0: Direct-Access SEAGATE ST336754LC D403 PQ: 0 ANSI: 3
[ 1.973015] scsi 0:1:2:0: Direct-Access FUJITSU MAP3367NC 5207 PQ: 0 ANSI: 3
[ 1.976957] ata1.00: configured for UDMA/33
[ 1.977208] scsi: waiting for bus probes to complete ...
[ 1.983639] scsi 0:1:3:0: Direct-Access SEAGATE ST336754LC D403 PQ: 0 ANSI: 3
[ 1.986241] scsi 0:1:4:0: Direct-Access FUJITSU MAP3367NC 5207 PQ: 0 ANSI: 3
[ 1.992845] e1000: 0000:02:06.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:c4:2b:b1
[ 2.034945] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[ 2.253633] scsi 0:1:6:0: Processor PE/PV 1x5 SCSI BP 1.1 PQ: 0 ANSI: 2
[ 2.942472] eth2: Tigon3 [partno(BCM95701A10) rev 0105] (PCIX:133MHz:64-bit) MAC address 00:06:5b:fc:c8:5e
[ 2.942480] eth2: attached PHY is 5701 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[ 2.942485] eth2: RXcsums[1] LinkChgREG[1] MIirq[1] ASF[0] TSOcap[0]
[ 2.942490] eth2: dma_rwctrl[76db000f] dma_mask[64-bit]
[ 2.942539] tg3 0000:03:08.0: PCI INT A -> GSI 29 (level, low) -> IRQ 29
[ 3.470477] usb 1-2: New USB device found, idVendor=058f, idProduct=6391
[ 3.470484] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.470489] usb 1-2: Product: USB TO IDE Bridge
[ 3.470492] usb 1-2: Manufacturer: Generic
[ 3.470666] usb 1-2: configuration #1 chosen from 1 choice
[ 4.128073] Initializing USB Mass Storage driver...
[ 4.128271] scsi4 : SCSI emulation for USB Mass Storage devices
[ 4.128431] usbcore: registered new interface driver usb-storage
[ 4.128437] USB Mass Storage support registered.
[ 4.128448] usb-storage: device found at 2
[ 4.128451] usb-storage: waiting for device to settle before scanning
[ 4.273908] eth3: Tigon3 [partno(BCM95701A10) rev 0105] (PCIX:133MHz:64-bit) MAC address 00:06:5b:fc:c8:5f
[ 4.273914] eth3: attached PHY is 5701 (10/100/1000Base-T Ethernet) (WireSpeed[1])
[ 4.273920] eth3: RXcsums[1] LinkChgREG[1] MIirq[1] ASF[0] TSOcap[0]
[ 4.273924] eth3: dma_rwctrl[76db000f] dma_mask[64-bit]
[ 8.167418] scsi 1:0:0:0: CD-ROM SAMSUNG CD-ROM SN-124 N102 PQ: 0 ANSI: 5
[ 8.185201] sd 0:0:0:0: [sda] 71090176 512-byte logical blocks: (36.3 GB/33.8 GiB)
[ 8.185233] sd 0:0:0:0: [sda] Write Protect is off
[ 8.185240] sd 0:0:0:0: [sda] Mode Sense: 06 00 00 00
[ 8.185297] sd 0:0:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 8.185725] sda: sda1 sda2
[ 8.186914] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 8.187894] sd 0:0:0:0: [sda] Attached SCSI removable disk
[ 8.188035] sd 0:0:1:0: [sdb] 71677440 512-byte logical blocks: (36.6 GB/34.1 GiB)
[ 8.188066] sd 0:0:1:0: [sdb] Write Protect is off
[ 8.188072] sd 0:0:1:0: [sdb] Mode Sense: 06 00 00 00
[ 8.188125] sd 0:0:1:0: [sdb] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 8.188255] sd 0:0:1:0: Attached scsi generic sg1 type 0
[ 8.188461] sdb: sdb1 sdb2
[ 8.189129] scsi 0:1:1:0: Attached scsi generic sg2 type 0
[ 8.189340] scsi 0:1:2:0: Attached scsi generic sg3 type 0
[ 8.189479] scsi 0:1:3:0: Attached scsi generic sg4 type 0
[ 8.189601] scsi 0:1:4:0: Attached scsi generic sg5 type 0
[ 8.190447] scsi 0:1:6:0: Attached scsi generic sg6 type 3
[ 8.190609] scsi 1:0:0:0: Attached scsi generic sg7 type 5
[ 8.210311] sd 0:0:1:0: [sdb] Attached SCSI removable disk
[ 8.354453] sr0: scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 8.354462] Uniform CD-ROM driver Revision: 3.20
[ 8.355121] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 9.128974] usb-storage: device scan complete
[ 9.129579] scsi 4:0:0:0: Direct-Access Generic USB Disk 9.02 PQ: 0 ANSI: 2
[ 9.131444] sd 4:0:0:0: Attached scsi generic sg8 type 0
[ 9.131542] sd 4:0:0:0: [sdc] 488395055 512-byte logical blocks: (250 GB/232 GiB)
[ 9.132285] sd 4:0:0:0: [sdc] Write Protect is off
[ 9.132291] sd 4:0:0:0: [sdc] Mode Sense: 03 00 00 00
[ 9.132296] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 9.133908] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 9.133973] sdc: sdc1
[ 9.248310] sd 4:0:0:0: [sdc] Assuming drive cache: write through
[ 9.248382] sd 4:0:0:0: [sdc] Attached SCSI disk
[ 16.724029] scsi3 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
[ 16.724032] <Adaptec 3960D Ultra160 SCSI adapter>
[ 16.724034] aic7899: Ultra160 Wide Channel A, SCSI Id=7, 32/253 SCBs
[ 16.724037]
[ 16.724505] ohci_hcd 0000:01:06.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 16.724567] ohci_hcd 0000:01:06.0: OHCI Host Controller
[ 16.724595] ohci_hcd 0000:01:06.0: new USB bus registered, assigned bus number 3
[ 16.724638] ohci_hcd 0000:01:06.0: irq 16, io mem 0xfcf03000
[ 16.809826] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 16.809833] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 16.809837] usb usb3: Product: OHCI Host Controller
[ 16.809841] usb usb3: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[ 16.809845] usb usb3: SerialNumber: 0000:01:06.0
[ 16.810616] usb usb3: configuration #1 chosen from 1 choice
[ 16.812043] hub 3-0:1.0: USB hub found
[ 16.812072] hub 3-0:1.0: 3 ports detected
[ 16.812249] aic7xxx 0000:01:08.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 32.024528] scsi5 : Adaptec AIC7XXX EISA/VLB/PCI SCSI HBA DRIVER, Rev 7.0
[ 32.024531] <Adaptec 3960D Ultra160 SCSI adapter>
[ 32.024534] aic7899: Ultra160 Wide Channel B, SCSI Id=7, 32/253 SCBs
[ 32.024536]
[ 32.025280] ohci_hcd 0000:01:06.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
[ 32.025348] ohci_hcd 0000:01:06.1: OHCI Host Controller
[ 32.025378] ohci_hcd 0000:01:06.1: new USB bus registered, assigned bus number 4
[ 32.025427] ohci_hcd 0000:01:06.1: irq 17, io mem 0xfcf02000
[ 32.110993] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 32.111000] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 32.111006] usb usb4: Product: OHCI Host Controller
[ 32.111010] usb usb4: Manufacturer: Linux 2.6.32-5-686 ohci_hcd
[ 32.111014] usb usb4: SerialNumber: 0000:01:06.1
[ 32.111229] usb usb4: configuration #1 chosen from 1 choice
[ 32.111306] hub 4-0:1.0: USB hub found
[ 32.111326] hub 4-0:1.0: 2 ports detected
[ 32.160870] PM: Starting manual resume from disk
[ 32.160879] PM: Resume from partition 8:18
[ 32.160882] PM: Checking hibernation image.
[ 32.161470] PM: Error -22 checking image file
[ 32.161474] PM: Resume from disk failed.
[ 32.208112] kjournald starting. Commit interval 5 seconds
[ 32.208132] EXT3-fs: mounted filesystem with ordered data mode.
[ 32.944956] loop: module loaded
[ 33.154646] udev[425]: starting version 164
[ 33.461739] processor LNXCPU:00: registered as cooling_device0
[ 33.461821] processor LNXCPU:01: registered as cooling_device1
[ 33.463462] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 33.463479] ACPI: Power Button [PWRF]
[ 33.506743] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 33.549407] input: PC Speaker as /devices/platform/pcspkr/input/input2
[ 33.571958] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 33.591413] piix4_smbus 0000:00:0f.0: SMBus Host Controller at 0x8a0, revision 0
[ 33.650411] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
[ 33.748819] Error: Driver 'pcspkr' is already registered, aborting...
[ 336.633373] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 337.113558] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 337.114161] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 337.114167] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 337.114171] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 1341.908017] usb 2-3: new full speed USB device using ohci_hcd and address 2
[ 1342.108899] usb 2-3: not running at top speed; connect to a high speed hub
[ 1342.126895] usb 2-3: New USB device found, idVendor=125f, idProduct=c03a
[ 1342.126900] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1342.126905] usb 2-3: Product: ADATA USB Flash Drive
[ 1342.126909] usb 2-3: Manufacturer: ADATA
[ 1342.126913] usb 2-3: SerialNumber: 0000000B41E3F7
[ 1342.127094] usb 2-3: configuration #1 chosen from 1 choice
[ 1342.130081] scsi6 : SCSI emulation for USB Mass Storage devices
[ 1342.130281] usb-storage: device found at 2
[ 1342.130285] usb-storage: waiting for device to settle before scanning
[ 1347.129696] usb-storage: device scan complete
[ 1347.136673] scsi 6:0:0:0: Direct-Access ADATA USB Flash Drive 0.00 PQ: 0 ANSI: 2
[ 1347.137452] sd 6:0:0:0: Attached scsi generic sg9 type 0
[ 1347.147659] sd 6:0:0:0: [sdd] 7892992 512-byte logical blocks: (4.04 GB/3.76 GiB)
[ 1347.154644] sd 6:0:0:0: [sdd] Write Protect is off
[ 1347.154650] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[ 1347.154655] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[ 1347.187633] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[ 1347.187711] sdd: sdd1
[ 1347.215627] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[ 1347.215704] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[ 1377.959857] FAT: utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!