UBUNTU 7.04 - אין אפשרות לעשות MOUNT למערך RAID - לינוקס, Mac ומערכות הפעלה אחרות - HWzone פורומים
עבור לתוכן
  • צור חשבון

UBUNTU 7.04 - אין אפשרות לעשות MOUNT למערך RAID


ceyal

Recommended Posts

שלום לכם.

אני חדש בתחום הLINUX ויש לי בעיה.

אני משתמש בRAID של PROMISE בחומרה עם 2 דיסקים של 120 גיגה כל אחד למטרת עריכת וידאו בXP. לוח האם הוא של מדגם P4T533

האובונטו לא מזהה את המערך אלא כל כונן 120 בנפרד כך שאי אפשר להתקין אותה.

חיברתי למחשב דיסק IDE רגיל וההתקנה עברה בשלום.

כרגע המערכת מזהה את מערך ה RAID כדיסק אחד - מצורפת תמונה. חשוב לציין שהדרייבר קיים במערכת והאובונטו מזהה שמדובר בבקר RAID של PROMISE וגם מכיר את הדגם ואת הדיסקים שמחוברים ויודע לומר שמדובר ב NTFS

הבעיה כשאני מנסה לחבר את המערך - מופיעה הודעת שגיאה.

איך (אם בכלל) אפשר לפתור את זה? תודה רבה

[attachment deleted by admin]

קישור לתוכן
שתף באתרים אחרים

במערך הזה יש 2 מחיצות

1 של 174 - מה שהאובונטו מזהה

1 של 49 מגה שאותה האובונטו לא מזהה.

הוא מזהה את הבקר כ sdc0 ו cdc1 - כל אחד 120 גיגה ואת בקר ה IDE כ SD2

משום מה - בתצוגת המחשב הוא כן מצליח לחבר את 2 הבקרים אבל חלקית.

את ההעתקה שביקשת אני אעלה מחר.

קישור לתוכן
שתף באתרים אחרים

התוצאות של cat /etc/mtab

/dev/sdc1 / ext3 rw,errors=remount-ro 0 0

proc /proc proc rw,noexec,nosuid,nodev 0 0

/sys /sys sysfs rw,noexec,nosuid,nodev 0 0

varrun /var/run tmpfs rw,noexec,nosuid,nodev,mode=0755 0 0

varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0

procbususb /proc/bus/usb usbfs rw 0 0

udev /dev tmpfs rw,mode=0755 0 0

devshm /dev/shm tmpfs rw 0 0

devpts /dev/pts devpts rw,gid=5,mode=620 0 0

lrm /lib/modules/2.6.20-16-generic/volatile tmpfs rw 0 0

binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw 0 0

/dev/sdd1 /media/disk vfat rw,nosuid,nodev,noatime,uid=1000,utf8,shortname=lower 0 0

התוצאות של dmesg

[ 0.000000] version 2.6.20-16-generic (root@terranova) (gcc version 4.1

.2 (Ubuntu 4.1.2-0ubuntu4)) #2 SMP Thu Jun 7 20:19:32 UTC 2007 (Ubuntu 2.6.20-16

.29-generic)

[ 0.000000] -provided physical map:

[ 0.000000] sanitize start

[ 0.000000] sanitize end

[ 0.000000] copy_e820_map() start: 0000000000000000 size: 000000000009d400 en

d: 000000000009d400 type: 1

[ 0.000000] copy_e820_map() type is E820_RAM

[ 0.000000] copy_e820_map() start: 000000000009d400 size: 0000000000002c00 en

d: 00000000000a0000 type: 2

[ 0.000000] copy_e820_map() start: 00000000000f0000 size: 0000000000010000 en

d: 0000000000100000 type: 2

[ 0.000000] copy_e820_map() start: 0000000000100000 size: 000000001feec000 en

d: 000000001ffec000 type: 1

[ 0.000000] copy_e820_map() type is E820_RAM

[ 0.000000] copy_e820_map() start: 000000001ffec000 size: 0000000000003000 en

d: 000000001ffef000 type: 3

[ 0.000000] copy_e820_map() start: 000000001ffef000 size: 0000000000010000 en

d: 000000001ffff000 type: 2

[ 0.000000] copy_e820_map() start: 000000001ffff000 size: 0000000000001000 en

d: 0000000020000000 type: 4

[ 0.000000] copy_e820_map() start: 00000000fec00000 size: 0000000000001000 en

d: 00000000fec01000 type: 2

[ 0.000000] copy_e820_map() start: 00000000fee00000 size: 0000000000001000 en

d: 00000000fee01000 type: 2

[ 0.000000] copy_e820_map() start: 00000000ffff0000 size: 0000000000010000 en

d: 0000000100000000 type: 2

[ 0.000000] -e820: 0000000000000000 - 000000000009d400 (usable)

[ 0.000000] -e820: 000000000009d400 - 00000000000a0000 (reserved)

[ 0.000000] -e820: 00000000000f0000 - 0000000000100000 (reserved)

[ 0.000000] BIOS-e820: 0000000000100000 - 000000001ffec000 (usable)

[ 0.000000] BIOS-e820: 000000001ffec000 - 000000001ffef000 (ACPI data)

[ 0.000000] BIOS-e820: 000000001ffef000 - 000000001ffff000 (reserved)

[ 0.000000] BIOS-e820: 000000001ffff000 - 0000000020000000 (ACPI NVS)

[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)

[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)

[ 0.000000] BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)

[ 0.000000] 0MB HIGHMEM available.

[ 0.000000] 511MB LOWMEM available.

[ 0.000000] Entering add_active_range(0, 0, 131052) 0 entries of 256 used

[ 0.000000] Zone PFN ranges:

[ 0.000000] DMA 0 -> 4096

[ 0.000000] Normal 4096 -> 131052

[ 0.000000] HighMem 131052 -> 131052

[ 0.000000] early_node_map[1] active PFN ranges

[ 0.000000] 0: 0 -> 131052

[ 0.000000] On node 0 totalpages: 131052

[ 0.000000] DMA zone: 32 pages used for memmap

[ 0.000000] DMA zone: 0 pages reserved

[ 0.000000] DMA zone: 4064 pages, LIFO batch:0

[ 0.000000] Normal zone: 991 pages used for memmap

[ 0.000000] Normal zone: 125965 pages, LIFO batch:31

[ 0.000000] HighMem zone: 0 pages used for memmap

[ 0.000000] DMI 2.3 present.

[ 0.000000] ACPI: RSDP (v000 ) @ 0x000f

5670

[ 0.000000] ACPI: RSDT (v001 P4T533 0x42302e31 MSFT 0x31313031) @ 0x

1ffec000

[ 0.000000] ACPI: FADT (v001 P4T533 0x42302e31 MSFT 0x31313031) @ 0x

1ffec0c0

[ 0.000000] ACPI: BOOT (v001 P4T533 0x42302e31 MSFT 0x31313031) @ 0x

1ffec030

[ 0.000000] ACPI: MADT (v001 ASUS P4T533 0x42302e31 MSFT 0x31313031) @ 0x

1ffec058

[ 0.000000] ACPI: DSDT (v001 ASUS P4T533 0x00001000 MSFT 0x0100000b) @ 0x

00000000

[ 0.000000] ACPI: PM-Timer IO Port: 0xe408

[ 0.000000] ACPI: Local APIC address 0xfee00000

[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)

[ 0.000000] Processor #0 15:2 APIC version 20

[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])

[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])

[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23

[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl edge)

[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)

[ 0.000000] ACPI: IRQ0 used by override.

[ 0.000000] ACPI: IRQ2 used by override.

[ 0.000000] ACPI: IRQ9 used by override.

[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs

[ 0.000000] Using ACPI (MADT) for SMP configuration information

[ 0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:dec0

0000)

[ 0.000000] Detected 2405.521 MHz processor.

[ 51.697412] Built 1 zonelists. Total pages: 130029

[ 51.697416] Kernel command line: root=UUID=90a05d68-0e90-4946-aaa8-89588d29b7

28 ro quiet splash

[ 51.697587] mapped APIC to ffffd000 (fee00000)

[ 51.697590] mapped IOAPIC to ffffc000 (fec00000)

[ 51.697594] Enabling fast FPU save and restore... done.

[ 51.697597] Enabling unmasked SIMD FPU exception support... done.

[ 51.697608] Initializing CPU#0

[ 51.697685] PID hash table entries: 2048 (order: 11, 8192 bytes)

[ 51.698540] Console: colour VGA+ 80x25

[ 51.698838] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)

[ 51.699114] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)

[ 51.709501] Memory: 508592k/524208k available (1992k kernel code, 14976k rese

rved, 900k data, 328k init, 0k highmem)

[ 51.709512] virtual kernel memory layout:

[ 51.709513] fixmap : 0xfff4e000 - 0xfffff000 ( 708 kB)

[ 51.709514] pkmap : 0xff800000 - 0xffc00000 (4096 kB)

[ 51.709515] vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)

[ 51.709517] lowmem : 0xc0000000 - 0xdffec000 ( 511 MB)

[ 51.709518] .init : 0xc03d9000 - 0xc042b000 ( 328 kB)

[ 51.709519] .data : 0xc02f2374 - 0xc03d36d4 ( 900 kB)

[ 51.709520] .text : 0xc0100000 - 0xc02f2374 (1992 kB)

[ 51.709523] Checking if this processor honours the WP bit even in supervisor

mode... Ok.

[ 51.785552] Calibrating delay using timer specific routine.. 4815.05 BogoMIPS

(lpj=9630102)

[ 51.785598] Security Framework v1.0.0 initialized

[ 51.785605] SELinux: Disabled at boot.

[ 51.785624] Mount-cache hash table entries: 512

[ 51.785780] CPU: After generic identify, caps: bfebfbff 00000000 00000000 000

00000 00004400 00000000 00000000

[ 51.785793] CPU: Trace cache: 12K uops, L1 D cache: 8K

[ 51.785796] CPU: L2 cache: 512K

[ 51.785799] CPU: Hyper-Threading is disabled

[ 51.785801] CPU: After all inits, caps: bfebfbff 00000000 00000000 00003080 0

0004400 00000000 00000000

[ 51.785813] Compat vDSO mapped to ffffe000.

[ 51.785816] Remapping vsyscall page to ffffe000

[ 51.785829] Checking 'hlt' instruction... OK.

[ 51.801626] SMP alternatives: switching to UP code

[ 51.801803] Freeing SMP alternatives: 11k freed

[ 51.802011] Early unpacking initramfs... done

[ 52.115912] ACPI: revision 20060707

[ 52.116820] ACPI: Looking for DSDT in initramfs... file /DSDT.aml not found,

using machine DSDT.

[ 52.118080] CPU0: Intel® Pentium® 4 CPU 2.40GHz stepping 07

[ 52.118126] Total of 1 processors activated (4815.05 BogoMIPS).

[ 52.118261] ENABLING IO-APIC IRQs

[ 52.118446] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1

[ 52.264833] Brought up 1 CPUs

[ 52.265095] Booting paravirtualized kernel on bare hardware

[ 52.265171] Time: 22:13:04 Date: 07/11/107

[ 52.265203] NET: Registered protocol family 16

[ 52.265299] EISA bus registered

[ 52.265304] ACPI: bus type pci registered

[ 52.266934] PCI: PCI BIOS revision 2.10 entry at 0xf1220, last bus=2

[ 52.266936] PCI: Using configuration type 1

[ 52.266938] Setting up standard PCI resources

[ 52.280344] ACPI: Interpreter enabled

[ 52.280348] ACPI: Using IOAPIC for interrupt routing

[ 52.281099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 14 15

)

[ 52.281326] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 11 12 14 15)

*0, disabled.

[ 52.281564] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 12 14 15

)

[ 52.281804] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 7 9 10 11 12 14 15

)

[ 52.282028] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15)

*0, disabled.

[ 52.282253] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15)

*0, disabled.

[ 52.282488] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 *9 10 11 12 14 15

)

[ 52.282732] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *9 10 11 12 14 15

)

[ 52.282846] ACPI: PCI Root Bridge [PCI0] (0000:00)

[ 52.282854] PCI: Probing PCI hardware (bus 00)

[ 52.283217] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0

[ 52.283532] PCI: Enabled i801 SMBus device

[ 52.283539] PCI quirk: region e400-e47f claimed by ICH4 ACPI/GPIO/TCO

[ 52.283542] PCI quirk: region ec00-ec3f claimed by ICH4 GPIO

[ 52.283827] Boot video device is 0000:01:00.0

[ 52.284249] PCI: Firmware left 0000:02:0b.0 e100 interrupts enabled, disablin

g

[ 52.284543] PCI: Transparent bridge - 0000:00:1e.0

[ 52.284571] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]

[ 52.285921] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI1._PRT]

[ 52.286070] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCI2._PRT]

[ 52.291107] Plug and Play Support v0.97 © Adam Belay

[ 52.291119] pnp: PnP ACPI init

[ 52.295917] pnp: PnP ACPI: found 14 devices

[ 52.295923] PnPBIOS: Disabled by ACPI PNP

[ 52.295980] PCI: Using ACPI for IRQ routing

[ 52.295984] PCI: If a device doesn't work, try "pci=routeirq". If it helps,

post a report

[ 52.306800] NET: Registered protocol family 8

[ 52.306802] NET: Registered protocol family 20

[ 52.307092] pnp: 00:02: ioport range 0xe400-0xe47f could not be reserved

[ 52.307096] pnp: 00:02: ioport range 0xe800-0xe81f could not be reserved

[ 52.307099] pnp: 00:02: ioport range 0xec00-0xec3f has been reserved

[ 52.307102] pnp: 00:02: ioport range 0x4d6-0x4d6 has been reserved

[ 52.307116] pnp: 00:0d: ioport range 0x3f0-0x3f1 has been reserved

[ 52.307448] PCI: Bridge: 0000:00:01.0

[ 52.307451] IO window: d000-dfff

[ 52.307456] MEM window: bd000000-be6fffff

[ 52.307460] PREFETCH window: c0000000-f7ffffff

[ 52.307470] PCI: Bridge: 0000:00:1e.0

[ 52.307474] IO window: 7000-bfff

[ 52.307480] MEM window: b9000000-bcffffff

[ 52.307485] PREFETCH window: be700000-bfffffff

[ 52.307498] PCI: Setting latency timer of device 0000:00:01.0 to 64

[ 52.307508] PCI: Setting latency timer of device 0000:00:1e.0 to 64

[ 52.307544] NET: Registered protocol family 2

[ 52.344744] IP route cache hash table entries: 4096 (order: 2, 16384 bytes)

[ 52.344835] TCP established hash table entries: 16384 (order: 5, 131072 bytes

)

[ 52.344910] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)

[ 52.344949] TCP: Hash tables configured (established 16384 bind 8192)

[ 52.344952] TCP reno registered

[ 52.356780] checking if image is initramfs... it is

[ 52.979917] Freeing initrd memory: 6780k freed

[ 52.980106] Simple Boot Flag at 0x3a set to 0x1

[ 52.980350] audit: initializing netlink socket (disabled)

[ 52.980363] audit(1186870384.364:1): initialized

[ 52.980520] VFS: Disk quotas dquot_6.5.1

[ 52.980542] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

[ 52.980593] io scheduler noop registered

[ 52.980597] io scheduler anticipatory registered

[ 52.980599] io scheduler deadline registered

[ 52.980612] io scheduler cfq registered (default)

[ 52.980915] isapnp: Scanning for PnP cards...

[ 53.334424] isapnp: No Plug & Play device found

[ 53.363870] Real Time Clock Driver v1.12ac

[ 53.363924] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing

enabled

[ 53.364042] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

[ 53.364900] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

[ 53.365139] PCI: Enabling device 0000:02:0c.0 (0094 -> 0097)

[ 53.365150] ACPI: PCI Interrupt 0000:02:0c.0[A] -> GSI 20 (level, low) -> IRQ

16

[ 53.365529] 0000:02:0c.0: ttyS1 at I/O 0x9408 (irq = 16) is a 16450

[ 53.365772] 0000:02:0c.0: ttyS2 at I/O 0x9410 (irq = 16) is a 8250

[ 53.366006] 0000:02:0c.0: ttyS3 at I/O 0x9418 (irq = 16) is a 16450

[ 53.366131] Couldn't register serial port 0000:02:0c.0: -28

[ 53.366212] mice: PS/2 mouse device common for all mice

[ 53.366861] RAMDISK driver initialized: 16 disks of 65536K size 1024 bloc

ksize

[ 53.367176] input: Macintosh mouse button emulation as /class/input/input0

[ 53.367217] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2

[ 53.367221] ide: Assuming 33MHz system bus speed for PIO modes; override with

idebus=xx

[ 53.367474] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq

1,12

[ 53.371210] serio: i8042 KBD port at 0x60,0x64 irq 1

[ 53.371217] serio: i8042 AUX port at 0x60,0x64 irq 12

[ 53.371389] EISA: Probing bus 0 at eisa.0

[ 53.371415] Cannot allocate resource for EISA slot 6

[ 53.371418] Cannot allocate resource for EISA slot 7

[ 53.371420] Cannot allocate resource for EISA slot 8

[ 53.371422] EISA: Detected 0 cards.

[ 53.401478] TCP cubic registered

[ 53.401487] NET: Registered protocol family 1

[ 53.401513] Using IPI No-Shortcut mode

[ 53.401579] ACPI: (supports S0 S1 S4 S5)

[ 53.401628] Magic number: 3:341:249

[ 53.401674] hash matches device ttyw5

[ 53.402107] Freeing unused kernel memory: 328k freed

[ 53.402985] Time: tsc clocksource has been installed.

[ 53.415028] input: AT Translated Set 2 keyboard as /class/input/input1

[ 54.637120] Capability LSM initialized

[ 54.735351] ACPI: Invalid PBLK length [5]

[ 54.735388] ACPI Exception (acpi_processor-0677): AE_NOT_FOUND, Processor Dev

ice is not present [20060707]

[ 55.338076] SCSI subsystem initialized

[ 55.343619] libata version 2.20 loaded.

[ 55.345017] pata_pdc2027x 0000:02:02.0: version 0.8

[ 55.345042] ACPI: PCI Interrupt 0000:02:02.0[A] -> GSI 22 (level, low) -> IRQ

17

[ 55.444200] pata_pdc2027x 0000:02:02.0: PLL input clock 16586 kHz

[ 55.527756] ata1: PATA max UDMA/133 cmd 0xe08597c0 ctl 0xe0859fda bmdma 0xe08

59000 irq 17

[ 55.527790] ata2: PATA max UDMA/133 cmd 0xe08595c0 ctl 0xe0859dda bmdma 0xe08

59008 irq 17

[ 55.527804] scsi0 : pata_pdc2027x

[ 55.539756] usbcore: registered new interface driver usbfs

[ 55.539784] usbcore: registered new interface driver hub

[ 55.539811] usbcore: registered new device driver usb

[ 55.540665] ohci_hcd: 2006 August 04 1.1 'Open' Host Controller (OHCI) Dr

iver

[ 55.555205] e100: Intel® PRO/100 Network Driver, 3.5.17-k2-NAPI

[ 55.555209] e100: Copyright© 1999-2006 Corporation

[ 55.608593] Universal Host Controller Interface driver v3.0

[ 55.692893] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234

441648

[ 55.692899] ata1.00: ATA-6: WDC WD1200JB-00EVA0, 15.05R15, max UDMA/100

[ 55.692902] ata1.00: 234441648 sectors, multi 16: LBA48

[ 55.696877] Floppy drive(s): fd0 is 1.44M

[ 55.700755] ata1.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234

441648

[ 55.700762] ata1.00: configured for UDMA/100

[ 55.700779] scsi1 : pata_pdc2027x

[ 55.753760] FDC 0 is a post-1991 82077

[ 55.864383] ata2.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234

441648

[ 55.864388] ata2.00: ATA-6: WDC WD1200JB-00DUA0, 65.13G65, max UDMA/100

[ 55.864391] ata2.00: 234441648 sectors, multi 16: LBA48

[ 55.872245] ata2.00: ata_hpa_resize 1: sectors = 234441648, hpa_sectors = 234

441648

[ 55.872248] ata2.00: configured for UDMA/100

[ 55.872378] scsi 0:0:0:0: Direct-Access ATA WDC WD1200JB-00E 15.0 PQ

: 0 ANSI: 5

[ 55.872781] scsi 1:0:0:0: Direct-Access ATA WDC WD1200JB-00D 65.1 PQ

: 0 ANSI: 5

[ 55.872966] PCI: Enabling device 0000:02:04.0 (0014 -> 0016)

[ 55.872977] ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 21 (level, low) -> IRQ

18

[ 55.872992] ohci_hcd 0000:02:04.0: OHCI Host Controller

[ 55.873146] ohci_hcd 0000:02:04.0: new bus registered, assigned bus numbe

r 1

[ 55.873164] ohci_hcd 0000:02:04.0: irq 18, io mem 0xbc000000

[ 55.885686] SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)

[ 55.885709] sda: Write Protect is off

[ 55.885712] sda: Mode Sense: 00 3a 00 00

[ 55.885733] SCSI device sda: write cache: enabled, read cache: enabled, doesn

't support DPO or FUA

[ 55.885794] SCSI device sda: 234441648 512-byte hdwr sectors (120034 MB)

[ 55.885805] sda: Write Protect is off

[ 55.885808] sda: Mode Sense: 00 3a 00 00

[ 55.885828] SCSI device sda: write cache: enabled, read cache: enabled, doesn

't support DPO or FUA

[ 55.885832] sda: unknown partition table

[ 55.907528] sd 0:0:0:0: Attached scsi disk sda

[ 55.907702] SCSI device sdb: 234441648 512-byte hdwr sectors (120034 MB)

[ 55.907716] sdb: Write Protect is off

[ 55.907719] sdb: Mode Sense: 00 3a 00 00

[ 55.907740] SCSI device sdb: write cache: enabled, read cache: enabled, doesn

't support DPO or FUA

[ 55.907788] SCSI device sdb: 234441648 512-byte hdwr sectors (120034 MB)

[ 55.907799] sdb: Write Protect is off

[ 55.907802] sdb: Mode Sense: 00 3a 00 00

[ 55.907822] SCSI device sdb: write cache: enabled, read cache: enabled, doesn

't support DPO or FUA

[ 55.907825] sdb: sdb1 sdb2 < >

[ 55.924202] sdb: p1 exceeds device capacity

[ 55.924213] sdb: p2 exceeds device capacity

[ 55.924600] sd 1:0:0:0: Attached scsi disk sdb

[ 56.436429] sd 0:0:0:0: Attached scsi generic sg0 type 0

[ 56.436567] sd 1:0:0:0: Attached scsi generic sg1 type 0

[ 56.472414] usb1: configuration #1 chosen from 1 choice

[ 56.472455] hub 1-0:1.0: USB hub found

[ 56.472466] hub 1-0:1.0: 3 ports detected

[ 56.508401] attempt to access beyond end of device

[ 56.508407] sdb: rw=0, want=366458563, limit=234441648

[ 56.508411] Buffer I/O error on device sdb1, logical block 91614624

[ 56.508416] attempt to access beyond end of device

[ 56.508419] sdb: rw=0, want=366458567, limit=234441648

[ 56.508421] Buffer I/O error on device sdb1, logical block 91614625

[ 56.508426] attempt to access beyond end of device

[ 56.508429] sdb: rw=0, want=366458563, limit=234441648

[ 56.508431] Buffer I/O error on device sdb1, logical block 91614624

[ 56.508434] attempt to access beyond end of device

[ 56.508437] sdb: rw=0, want=366458567, limit=234441648

[ 56.508440] Buffer I/O error on device sdb1, logical block 91614625

[ 56.508454] attempt to access beyond end of device

[ 56.508458] sdb: rw=0, want=366458715, limit=234441648

[ 56.508461] Buffer I/O error on device sdb1, logical block 91614662

[ 56.508464] attempt to access beyond end of device

[ 56.508467] sdb: rw=0, want=366458715, limit=234441648

[ 56.508470] Buffer I/O error on device sdb1, logical block 91614662

[ 56.508479] attempt to access beyond end of device

[ 56.508482] sdb: rw=0, want=366458715, limit=234441648

[ 56.508485] Buffer I/O error on device sdb1, logical block 91614662

[ 56.508493] attempt to access beyond end of device

[ 56.508496] sdb: rw=0, want=366458715, limit=234441648

[ 56.508499] Buffer I/O error on device sdb1, logical block 91614662

[ 56.508508] attempt to access beyond end of device

[ 56.508511] sdb: rw=0, want=366458715, limit=234441648

[ 56.508514] Buffer I/O error on device sdb1, logical block 91614662

[ 56.508523] attempt to access beyond end of device

[ 56.508526] sdb: rw=0, want=366458715, limit=234441648

[ 56.508528] Buffer I/O error on device sdb1, logical block 91614662

[ 56.508539] attempt to access beyond end of device

[ 56.508542] sdb: rw=0, want=366458651, limit=234441648

[ 56.508545] attempt to access beyond end of device

[ 56.508548] sdb: rw=0, want=366458655, limit=234441648

[ 56.508558] attempt to access beyond end of device

[ 56.508561] sdb: rw=0, want=366458707, limit=234441648

[ 56.508564] attempt to access beyond end of device

[ 56.508567] sdb: rw=0, want=366458711, limit=234441648

[ 56.508576] attempt to access beyond end of device

[ 56.508579] sdb: rw=0, want=366458715, limit=234441648

[ 56.508589] attempt to access beyond end of device

[ 56.508592] sdb: rw=0, want=366458715, limit=234441648

[ 56.510769] attempt to access beyond end of device

[ 56.510775] sdb: rw=0, want=366458717, limit=234441648

[ 56.510781] attempt to access beyond end of device

[ 56.510784] sdb: rw=0, want=366458717, limit=234441648

[ 56.510797] attempt to access beyond end of device

[ 56.510800] sdb: rw=0, want=366458717, limit=234441648

[ 56.510810] attempt to access beyond end of device

[ 56.510813] sdb: rw=0, want=366458717, limit=234441648

[ 56.510823] attempt to access beyond end of device

[ 56.510827] sdb: rw=0, want=366458717, limit=234441648

[ 56.510834] attempt to access beyond end of device

[ 56.510836] sdb: rw=0, want=366458717, limit=234441648

[ 56.510844] attempt to access beyond end of device

[ 56.510847] sdb: rw=0, want=366458717, limit=234441648

[ 56.510857] attempt to access beyond end of device

[ 56.510860] sdb: rw=0, want=366458717, limit=234441648

[ 56.510869] attempt to access beyond end of device

[ 56.510873] sdb: rw=0, want=366458717, limit=234441648

[ 56.510880] attempt to access beyond end of device

[ 56.510883] sdb: rw=0, want=366458717, limit=234441648

[ 56.510891] attempt to access beyond end of device

[ 56.510894] sdb: rw=0, want=366458717, limit=234441648

[ 56.510902] attempt to access beyond end of device

[ 56.510905] sdb: rw=0, want=366458717, limit=234441648

[ 56.510912] attempt to access beyond end of device

[ 56.510915] sdb: rw=0, want=366458717, limit=234441648

[ 56.510923] attempt to access beyond end of device

[ 56.510926] sdb: rw=0, want=366458717, limit=234441648

[ 56.510933] attempt to access beyond end of device

[ 56.510936] sdb: rw=0, want=366458717, limit=234441648

[ 56.510945] attempt to access beyond end of device

[ 56.510948] sdb: rw=0, want=366458717, limit=234441648

[ 56.510956] attempt to access beyond end of device

[ 56.510958] sdb: rw=0, want=366458717, limit=234441648

[ 56.510966] attempt to access beyond end of device

[ 56.510969] sdb: rw=0, want=366458717, limit=234441648

[ 56.510976] attempt to access beyond end of device

[ 56.510979] sdb: rw=0, want=366458717, limit=234441648

[ 56.510987] attempt to access beyond end of device

[ 56.510990] sdb: rw=0, want=366458717, limit=234441648

[ 56.510997] attempt to access beyond end of device

[ 56.511000] sdb: rw=0, want=366458717, limit=234441648

[ 56.511008] attempt to access beyond end of device

[ 56.511011] sdb: rw=0, want=366458717, limit=234441648

[ 56.511018] attempt to access beyond end of device

[ 56.511021] sdb: rw=0, want=366458717, limit=234441648

[ 56.511029] attempt to access beyond end of device

[ 56.511031] sdb: rw=0, want=366458717, limit=234441648

[ 56.511039] attempt to access beyond end of device

[ 56.511042] sdb: rw=0, want=366458717, limit=234441648

[ 56.511049] attempt to access beyond end of device

[ 56.511052] sdb: rw=0, want=366458717, limit=234441648

[ 56.511060] attempt to access beyond end of device

[ 56.511063] sdb: rw=0, want=366458717, limit=234441648

[ 56.511071] attempt to access beyond end of device

[ 56.511074] sdb: rw=0, want=366458717, limit=234441648

[ 56.511081] attempt to access beyond end of device

[ 56.511084] sdb: rw=0, want=366458717, limit=234441648

[ 56.985430] PCI: Enabling device 0000:02:04.1 (0014 -> 0016)

[ 56.985439] ACPI: PCI Interrupt 0000:02:04.1 -> GSI 22 (level, low) -> IRQ

17

[ 56.985456] ohci_hcd 0000:02:04.1: OHCI Host Controller

[ 56.985481] ohci_hcd 0000:02:04.1: new USB bus registered, assigned bus numbe

r 2

[ 56.985495] ohci_hcd 0000:02:04.1: irq 17, io mem 0xbb800000

[ 57.547907] usb usb2: configuration #1 chosen from 1 choice

[ 57.548082] hub 2-0:1.0: USB hub found

[ 57.548093] hub 2-0:1.0: 2 ports detected

[ 57.784041] usb 1-1: new full speed USB device using ohci_hcd and address 2

[ 58.000134] usb 1-1: configuration #1 chosen from 1 choice

[ 58.060806] ACPI: PCI Interrupt 0000:02:0b.0[A] -> GSI 23 (level, low) -> IRQ

19

[ 58.084430] e100: eth0: e100_probe: addr 0xba800000, irq 19, addr 00:07:E

9:19:6A:E0

[ 58.085291] ACPI: PCI Interrupt 0000:00:1f.2[D] -> GSI 19 (level, low) -> IRQ

20

[ 58.085305] PCI: Setting latency timer of device 0000:00:1f.2 to 64

[ 58.085312] uhci_hcd 0000:00:1f.2: UHCI Host Controller

[ 58.085532] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus numbe

r 3

[ 58.085561] uhci_hcd 0000:00:1f.2: irq 20, io base 0x00006400

[ 58.086106] usb usb3: configuration #1 chosen from 1 choice

[ 58.086325] hub 3-0:1.0: USB hub found

[ 58.086337] hub 3-0:1.0: 2 ports detected

[ 58.187530] ACPI: PCI Interrupt 0000:00:1f.4[C] -> GSI 23 (level, low) -> IRQ

19

[ 58.187542] PCI: Setting latency timer of device 0000:00:1f.4 to 64

[ 58.187546] uhci_hcd 0000:00:1f.4: UHCI Host Controller

[ 58.187574] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus numbe

r 4

[ 58.187602] uhci_hcd 0000:00:1f.4: irq 19, io base 0x00006000

[ 58.187704] usb usb4: configuration #1 chosen from 1 choice

[ 58.187733] hub 4-0:1.0: USB hub found

[ 58.187742] hub 4-0:1.0: 2 ports detected

[ 58.291464] sata_sil 0000:02:0e.0: version 2.2

[ 58.291489] ACPI: PCI Interrupt 0000:02:0e.0[A] -> GSI 18 (level, low) -> IRQ

21

[ 58.291505] sata_sil 0000:02:0e.0: Applying R_ERR on DMA activate FIS errata

fix

[ 58.291549] ata3: SATA max UDMA/100 cmd 0xe0848080 ctl 0xe084808a bmdma 0xe08

48000 irq 21

[ 58.291582] ata4: SATA max UDMA/100 cmd 0xe08480c0 ctl 0xe08480ca bmdma 0xe08

48008 irq 21

[ 58.291595] scsi2 : sata_sil

[ 58.530853] -2: new full speed USB device using uhci_hcd and address 2

[ 58.602742] ata3: SATA link down (SStatus 0 SControl 310)

[ 58.602770] scsi3 : sata_sil

[ 58.704786] -2: configuration #1 chosen from 1 choice

[ 58.914247] ata4: SATA link down (SStatus 0 SControl 310)

[ 58.916496] ata_piix 0000:00:1f.1: version 2.10ac1

[ 58.916526] PCI: Setting latency timer of device 0000:00:1f.1 to 64

[ 58.916562] ata5: PATA max UDMA/100 cmd 0x000101f0 ctl 0x000103f6 bmdma 0x000

16800 irq 14

[ 58.916595] ata6: PATA max UDMA/100 cmd 0x00010170 ctl 0x00010376 bmdma 0x000

16808 irq 15

[ 58.916617] scsi4 : ata_piix

[ 59.233957] ata5.00: ATAPI, max UDMA/66

[ 59.397695] ata5.00: configured for UDMA/66

[ 59.397708] scsi5 : ata_piix

[ 59.561566] ata6.00: ata_hpa_resize 1: sectors = 80293248, hpa_sectors = 8029

3248

[ 59.561571] ata6.00: ATA-7: Maxtor 2F040J0, VAM51JJ0, max UDMA/133

[ 59.561574] ata6.00: 80293248 sectors, multi 16: LBA

[ 59.569556] ata6.00: ata_hpa_resize 1: sectors = 80293248, hpa_sectors = 8029

3248

[ 59.569559] ata6.00: configured for UDMA/100

[ 59.570485] scsi 4:0:0:0: CD-ROM Optiarc RW AD-5170A 1.11 PQ

: 0 ANSI: 5

[ 59.570894] scsi 4:0:0:0: Attached scsi generic sg2 type 5

[ 59.571061] scsi 5:0:0:0: Direct-Access ATA Maxtor 2F040J0 VAM5 PQ

: 0 ANSI: 5

[ 59.571318] SCSI device sdc: 80293248 512-byte hdwr sectors (41110 MB)

[ 59.571332] sdc: Write Protect is off

[ 59.571335] sdc: Mode Sense: 00 3a 00 00

[ 59.571355] SCSI device sdc: write cache: enabled, read cache: enabled, doesn

't support DPO or FUA

[ 59.571406] SCSI device sdc: 80293248 512-byte hdwr sectors (41110 MB)

[ 59.571418] sdc: Write Protect is off

[ 59.571421] sdc: Mode Sense: 00 3a 00 00

[ 59.571440] SCSI device sdc: write cache: enabled, read cache: enabled, doesn

't support DPO or FUA

[ 59.571444] sdc: sdc1 sdc2 < sdc5 >

[ 59.615494] sd 5:0:0:0: Attached scsi disk sdc

[ 59.615713] sd 5:0:0:0: Attached scsi generic sg3 type 0

[ 59.617468] PCI: Enabling device 0000:02:04.2 (0014 -> 0016)

[ 59.617476] ACPI: PCI Interrupt 0000:02:04.2[C] -> GSI 23 (level, low) -> IRQ

19

[ 59.617490] ehci_hcd 0000:02:04.2: EHCI Host Controller

[ 59.617702] ehci_hcd 0000:02:04.2: new USB bus registered, assigned bus numbe

r 5

[ 59.641134] ehci_hcd 0000:02:04.2: irq 19, io mem 0xbb000000

[ 59.641160] ehci_hcd 0000:02:04.2: USB 2.0 started, EHCI 0.95, driver 10 Dec

2004

[ 59.641177] usb 1-1: USB disconnect, address 2

[ 59.641435] usb usb5: configuration #1 chosen from 1 choice

[ 59.641465] hub 5-0:1.0: USB hub found

[ 59.641475] hub 5-0:1.0: 5 ports detected

[ 59.661259] sr0: scsi3-mmc drive: 48x/48x writer cd/rw xa/form2 cdda tray

[ 59.661266] Uniform CD-ROM driver Revision: 3.20

[ 59.661484] sr 4:0:0:0: Attached scsi CD-ROM sr0

[ 59.911771] EXT3-fs: INFO: recovery required on readonly filesystem.

[ 59.911775] EXT3-fs: write access will be enabled during recovery.

[ 60.008509] usb 5-1: new high speed USB device using ehci_hcd and address 2

[ 60.145151] usb 5-1: configuration #1 chosen from 1 choice

[ 66.639355] kjournald starting. Commit interval 5 seconds

[ 66.639374] EXT3-fs: sdc1: orphan cleanup on readonly fs

[ 66.639381] ext3_orphan_cleanup: deleting unreferenced inode 737315

[ 66.639408] EXT3-fs: sdc1: 1 orphan inode deleted

[ 66.639410] EXT3-fs: recovery complete.

[ 66.711978] EXT3-fs: mounted filesystem with ordered data mode.

[ 79.084449] attempt to access beyond end of device

[ 79.084455] sdb: rw=0, want=366458563, limit=234441648

[ 79.084459] printk: 35 messages suppressed.

[ 79.084462] Buffer I/O error on device sdb1, logical block 91614624

[ 79.084468] attempt to access beyond end of device

[ 79.084471] sdb: rw=0, want=366458567, limit=234441648

[ 79.084473] Buffer I/O error on device sdb1, logical block 91614625

[ 79.084478] attempt to access beyond end of device

[ 79.084481] sdb: rw=0, want=366458563, limit=234441648

[ 79.084484] Buffer I/O error on device sdb1, logical block 91614624

[ 79.084487] attempt to access beyond end of device

[ 79.084490] sdb: rw=0, want=366458567, limit=234441648

[ 79.084492] Buffer I/O error on device sdb1, logical block 91614625

[ 79.084506] attempt to access beyond end of device

[ 79.084509] sdb: rw=0, want=366458715, limit=234441648

[ 79.084513] attempt to access beyond end of device

[ 79.084515] sdb: rw=0, want=366458715, limit=234441648

[ 79.084524] attempt to access beyond end of device

[ 79.084527] sdb: rw=0, want=366458715, limit=234441648

[ 79.084535] attempt to access beyond end of device

[ 79.084538] sdb: rw=0, want=366458715, limit=234441648

[ 79.084546] attempt to access beyond end of device

[ 79.084548] sdb: rw=0, want=366458715, limit=234441648

[ 79.084556] attempt to access beyond end of device

[ 79.084559] sdb: rw=0, want=366458715, limit=234441648

[ 79.084568] attempt to access beyond end of device

[ 79.084571] sdb: rw=0, want=366458651, limit=234441648

[ 79.084574] attempt to access beyond end of device

[ 79.084577] sdb: rw=0, want=366458655, limit=234441648

[ 79.084586] attempt to access beyond end of device

[ 79.084589] sdb: rw=0, want=366458707, limit=234441648

[ 79.084592] attempt to access beyond end of device

[ 79.084595] sdb: rw=0, want=366458711, limit=234441648

[ 79.084603] attempt to access beyond end of device

[ 79.084606] sdb: rw=0, want=366458715, limit=234441648

[ 79.084614] attempt to access beyond end of device

[ 79.084617] sdb: rw=0, want=366458715, limit=234441648

[ 79.088506] attempt to access beyond end of device

[ 79.088512] sdb: rw=0, want=366458717, limit=234441648

[ 79.088518] attempt to access beyond end of device

[ 79.088521] sdb: rw=0, want=366458717, limit=234441648

[ 79.088531] attempt to access beyond end of device

[ 79.088534] sdb: rw=0, want=366458717, limit=234441648

[ 79.088542] attempt to access beyond end of device

[ 79.088545] sdb: rw=0, want=366458717, limit=234441648

[ 79.088554] attempt to access beyond end of device

[ 79.088557] sdb: rw=0, want=366458717, limit=234441648

[ 79.088563] attempt to access beyond end of device

[ 79.088566] sdb: rw=0, want=366458717, limit=234441648

[ 79.088573] attempt to access beyond end of device

[ 79.088576] sdb: rw=0, want=366458717, limit=234441648

[ 79.088586] attempt to access beyond end of device

[ 79.088589] sdb: rw=0, want=366458717, limit=234441648

[ 79.088598] attempt to access beyond end of device

[ 79.088601] sdb: rw=0, want=366458717, limit=234441648

[ 79.088608] attempt to access beyond end of device

[ 79.088611] sdb: rw=0, want=366458717, limit=234441648

[ 79.088618] attempt to access beyond end of device

[ 79.088621] sdb: rw=0, want=366458717, limit=234441648

[ 79.088628] attempt to access beyond end of device

[ 79.088631] sdb: rw=0, want=366458717, limit=234441648

[ 79.088638] attempt to access beyond end of device

[ 79.088641] sdb: rw=0, want=366458717, limit=234441648

[ 79.088648] attempt to access beyond end of device

[ 79.088651] sdb: rw=0, want=366458717, limit=234441648

[ 79.088658] attempt to access beyond end of device

[ 79.088661] sdb: rw=0, want=366458717, limit=234441648

[ 79.088670] attempt to access beyond end of device

[ 79.088673] sdb: rw=0, want=366458717, limit=234441648

[ 79.088680] attempt to access beyond end of device

[ 79.088683] sdb: rw=0, want=366458717, limit=234441648

[ 79.088691] attempt to access beyond end of device

[ 79.088694] sdb: rw=0, want=366458717, limit=234441648

[ 79.088702] attempt to access beyond end of device

[ 79.088704] sdb: rw=0, want=366458717, limit=234441648

[ 79.088711] attempt to access beyond end of device

[ 79.088714] sdb: rw=0, want=366458717, limit=234441648

[ 79.088721] attempt to access beyond end of device

[ 79.088723] sdb: rw=0, want=366458717, limit=234441648

[ 79.088730] attempt to access beyond end of device

[ 79.088733] sdb: rw=0, want=366458717, limit=234441648

[ 79.088740] attempt to access beyond end of device

[ 79.088743] sdb: rw=0, want=366458717, limit=234441648

[ 79.088750] attempt to access beyond end of device

[ 79.088752] sdb: rw=0, want=366458717, limit=234441648

[ 79.088759] attempt to access beyond end of device

[ 79.088762] sdb: rw=0, want=366458717, limit=234441648

[ 79.088769] attempt to access beyond end of device

[ 79.088772] sdb: rw=0, want=366458717, limit=234441648

[ 79.088778] attempt to access beyond end of device

[ 79.088781] sdb: rw=0, want=366458717, limit=234441648

[ 79.088788] attempt to access beyond end of device

[ 79.088791] sdb: rw=0, want=366458717, limit=234441648

[ 79.088798] attempt to access beyond end of device

[ 79.088800] sdb: rw=0, want=366458717, limit=234441648

[ 79.186265] e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex

[ 80.766966] NET: Registered protocol family 17

[ 80.885169] pci_hotplug: PCI Hot Plug PCI version: 0.5

[ 80.888700] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4

[ 80.987505] iTCO_vendor_support: vendor-support=0

[ 81.010106] iTCO_wdt: TCO WatchDog Timer Driver v1.01 (11-Nov-2006)

[ 81.010206] iTCO_wdt: failed to reset NO_REBOOT flag, reboot disabled by hard

ware

[ 81.010216] iTCO_wdt: No card detected

[ 81.032998] agpgart interface v0.102 © Dave Jones

[ 81.033792] intel_rng: FWH not detected

[ 81.036787] agpgart: Detected an i850 Chipset.

[ 81.039763] agpgart: AGP aperture is 64M @ 0xf8000000

[ 82.031745] input: Speaker as /class/input/input2

[ 82.319060] parport: PnPBIOS parport detected.

[ 82.319112] parport0: -style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE

,COMPAT,ECP,DMA]

[ 82.356060] video capture interface: v2.00

[ 82.530137] bttv: driver version 0.9.16 loaded

[ 82.530141] bttv: using 8 buffers with 2080k (520 pages) each for capture

[ 82.530206] bttv: Bt8xx card found (0).

[ 82.530226] PCI: Enabling device 0000:02:0d.0 (0004 -> 0006)

[ 82.530232] ACPI: PCI Interrupt 0000:02:0d.0[A] -> GSI 21 (level, low) -> IRQ

18

[ 82.530245] bttv0: Bt878 (rev 17) at 0000:02:0d.0, irq: 18, latency: 32, mmio

: 0xbf000000

[ 82.530255] bttv0: detected: Pinnacle PCTV [card=39], PCI subsystem ID is 11b

d:0012

[ 82.530259] bttv0: using: Pinnacle PCTV Studio/Rave [card=39,autodetected]

[ 82.530287] bttv0: gpio: en=00000000, out=00000000 in=00ffffff [init]

[ 82.530799] bttv0: i2c: checking for MSP34xx @ 0x80... not found

[ 82.531608] bttv0: pinnacle/mt: id=1 info="PAL / mono" radio=no

[ 82.531610] bttv0: using tuner=33

[ 82.531613] bttv0: i2c: checking for MSP34xx @ 0x80... not found

[ 82.532428] bttv0: i2c: checking for TDA9875 @ 0xb0... not found

[ 82.533247] bttv0: i2c: checking for TDA7432 @ 0x8a... not found

[ 82.564831] tuner 0-0043: chip found @ 0x86 (bt878 #0 [sw])

[ 82.564869] tda9887 0-0043: tda988[5/6/7] found @ 0x43 (tuner)

[ 82.567793] tuner 0-0060: Chip ID is not zero. It is not a TEA5767

[ 82.567796] tuner 0-0060: chip found @ 0xc0 (bt878 #0 [sw])

[ 82.571149] tuner 0-0060: microtune: companycode=4d54 part=04 rev=04

[ 82.617684] tuner 0-0060: microtune MT2032 found, OK

[ 82.621016] tuner 0-0060: microtune: companycode=4d54 part=04 rev=04

[ 82.667468] tuner 0-0060: microtune MT2032 found, OK

[ 82.679778] bttv0: registered device video0

[ 82.679812] bttv0: registered device vbi0

[ 82.679833] bttv0: PLL: 28636363 => 35468950 .. ok

[ 82.799900] input: ImPS/2 Wheel Mouse as /class/input/input3

[ 82.826639] drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev

2 if 0 alt 0 proto 2 vid 0x04A9 pid 0x2679

[ 82.826658] usbcore: registered new interface driver usblp

[ 82.826661] drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver

[ 82.829281] bt878: AUDIO driver version 0.0.0 loaded

[ 82.829316] bt878: Bt878 AUDIO function found (0).

[ 82.829334] PCI: Enabling device 0000:02:0d.1 (0004 -> 0006)

[ 82.829341] ACPI: PCI Interrupt 0000:02:0d.1[A] -> GSI 21 (level, low) -> IRQ

18

[ 82.829348] bt878_probe: card id=[0x1211bd], Unknown card.

[ 82.829350] Exiting..

[ 82.829355] ACPI: PCI interrupt for device 0000:02:0d.1 disabled

[ 82.829360] bt878: probe of 0000:02:0d.1 failed with error -22

[ 83.160571] PCI: Enabling device 0000:02:03.0 (0084 -> 0085)

[ 83.160580] ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 21 (level, low) -> IRQ

18

[ 83.329383] lp0: using parport0 (interrupt-driven).

[ 83.372167] fuse init (API version 7.8)

[ 83.494091] Adding 1510068k swap on /dev/disk/by-uuid/39f1a9f4-228c-4ca6-9f97

-67fe347dcd50. Priority:-1 extents:1 across:1510068k

[ 83.605885] EXT3 FS on sdc1, internal journal

[ 83.717606] attempt to access beyond end of device

[ 83.717613] sdb: rw=0, want=366458563, limit=234441648

[ 83.717617] printk: 41 messages suppressed.

[ 83.717620] Buffer I/O error on device sdb1, logical block 91614624

[ 83.717624] attempt to access beyond end of device

[ 83.717627] sdb: rw=0, want=366458567, limit=234441648

[ 83.717631] attempt to access beyond end of device

[ 83.717634] sdb: rw=0, want=366458563, limit=234441648

[ 83.717637] attempt to access beyond end of device

[ 83.717640] sdb: rw=0, want=366458567, limit=234441648

[ 83.874273] NET: Registered protocol family 10

[ 83.874368] lo: Disabled Privacy Extensions

[ 84.337436] No dock devices found.

[ 84.354603] Using specific hotkey driver

[ 84.539623] ibm_acpi: ec object not found

[ 84.610993] input: Power Button (FF) as /class/input/input4

[ 84.615788] ACPI: Power Button (FF) [PWRF]

[ 84.652770] input: Power Button (CM) as /class/input/input5

[ 84.657477] ACPI: Power Button (CM) [PWRB]

[ 84.733844] pcc_acpi: loading...

[ 86.504557] attempt to access beyond end of device

[ 86.504565] sdb: rw=0, want=366458563, limit=234441648

[ 86.504568] printk: 3 messages suppressed.

[ 86.504572] Buffer I/O error on device sdb1, logical block 91614624

[ 86.505231] attempt to access beyond end of device

[ 86.505236] sdb: rw=0, want=366458567, limit=234441648

[ 86.505572] attempt to access beyond end of device

[ 86.505576] sdb: rw=0, want=366458563, limit=234441648

[ 86.505877] attempt to access beyond end of device

[ 86.505882] sdb: rw=0, want=366458567, limit=234441648

[ 86.506192] attempt to access beyond end of device

[ 86.506196] sdb: rw=0, want=366458715, limit=234441648

[ 86.506515] attempt to access beyond end of device

[ 86.506520] sdb: rw=0, want=366458715, limit=234441648

[ 86.506828] attempt to access beyond end of device

[ 86.506833] sdb: rw=0, want=366458715, limit=234441648

[ 86.507155] attempt to access beyond end of device

[ 86.507159] sdb: rw=0, want=366458715, limit=234441648

[ 86.507468] attempt to access beyond end of device

[ 86.507472] sdb: rw=0, want=366458715, limit=234441648

[ 86.507777] attempt to access beyond end of device

[ 86.507781] sdb: rw=0, want=366458715, limit=234441648

[ 86.508089] attempt to access beyond end of device

[ 86.508094] sdb: rw=0, want=366458651, limit=234441648

[ 86.508393] attempt to access beyond end of device

[ 86.508397] sdb: rw=0, want=366458655, limit=234441648

[ 86.508704] attempt to access beyond end of device

[ 86.508708] sdb: rw=0, want=366458707, limit=234441648

[ 86.509006] attempt to access beyond end of device

[ 86.509010] sdb: rw=0, want=366458711, limit=234441648

[ 86.509315] attempt to access beyond end of device

[ 86.509319] sdb: rw=0, want=366458715, limit=234441648

[ 86.509625] attempt to access beyond end of device

[ 86.509629] sdb: rw=0, want=366458715, limit=234441648

[ 86.544139] attempt to access beyond end of device

[ 86.544148] sdb: rw=0, want=366458717, limit=234441648

[ 86.544542] attempt to access beyond end of device

[ 86.544546] sdb: rw=0, want=366458717, limit=234441648

[ 86.544868] attempt to access beyond end of device

[ 86.544872] sdb: rw=0, want=366458717, limit=234441648

[ 86.545190] attempt to access beyond end of device

[ 86.545194] sdb: rw=0, want=366458717, limit=234441648

[ 86.545511] attempt to access beyond end of device

[ 86.545516] sdb: rw=0, want=366458717, limit=234441648

[ 86.545828] attempt to access beyond end of device

[ 86.545832] sdb: rw=0, want=366458717, limit=234441648

[ 86.546147] attempt to access beyond end of device

[ 86.546151] sdb: rw=0, want=366458717, limit=234441648

[ 86.546489] attempt to access beyond end of device

[ 86.546494] sdb: rw=0, want=366458717, limit=234441648

[ 86.546812] attempt to access beyond end of device

[ 86.546817] sdb: rw=0, want=366458717, limit=234441648

[ 86.547131] attempt to access beyond end of device

[ 86.547135] sdb: rw=0, want=366458717, limit=234441648

[ 86.547473] attempt to access beyond end of device

[ 86.547478] sdb: rw=0, want=366458717, limit=234441648

[ 86.547794] attempt to access beyond end of device

[ 86.547798] sdb: rw=0, want=366458717, limit=234441648

[ 86.548113] attempt to access beyond end of device

[ 86.548117] sdb: rw=0, want=366458717, limit=234441648

[ 86.548430] attempt to access beyond end of device

[ 86.548434] sdb: rw=0, want=366458717, limit=234441648

[ 86.548748] attempt to access beyond end of device

[ 86.548752] sdb: rw=0, want=366458717, limit=234441648

[ 86.549083] attempt to access beyond end of device

[ 86.549088] sdb: rw=0, want=366458717, limit=234441648

[ 86.549404] attempt to access beyond end of device

[ 86.549409] sdb: rw=0, want=366458717, limit=234441648

[ 86.549723] attempt to access beyond end of device

[ 86.549728] sdb: rw=0, want=366458717, limit=234441648

[ 86.550043] attempt to access beyond end of device

[ 86.550048] sdb: rw=0, want=366458717, limit=234441648

[ 86.550379] attempt to access beyond end of device

[ 86.550384] sdb: rw=0, want=366458717, limit=234441648

[ 86.550699] attempt to access beyond end of device

[ 86.550704] sdb: rw=0, want=366458717, limit=234441648

[ 86.551018] attempt to access beyond end of device

[ 86.551022] sdb: rw=0, want=366458717, limit=234441648

[ 86.551336] attempt to access beyond end of device

[ 86.551341] sdb: rw=0, want=366458717, limit=234441648

[ 86.551654] attempt to access beyond end of device

[ 86.551658] sdb: rw=0, want=366458717, limit=234441648

[ 86.551988] attempt to access beyond end of device

[ 86.551992] sdb: rw=0, want=366458717, limit=234441648

[ 86.552306] attempt to access beyond end of device

[ 86.552311] sdb: rw=0, want=366458717, limit=234441648

[ 86.552625] attempt to access beyond end of device

[ 86.552629] sdb: rw=0, want=366458717, limit=234441648

[ 86.552941] attempt to access beyond end of device

[ 86.552946] sdb: rw=0, want=366458717, limit=234441648

[ 86.553260] attempt to access beyond end of device

[ 86.553265] sdb: rw=0, want=366458717, limit=234441648

[ 87.371491] ppdev: user-space parallel port driver

[ 88.403427] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)

[ 88.403432] apm: overridden by ACPI.

[ 89.508531] vboxdrv: Trying to deactivate NMI watchdog permanently...

[ 89.508538] vboxdrv: Successfully done.

[ 89.839817] Bluetooth: ver 2.11

[ 89.839876] NET: Registered protocol family 31

[ 89.839879] Bluetooth: HCI device and connection manager initialized

[ 89.839882] Bluetooth: HCI socket layer initialized

[ 89.865923] Bluetooth: L2CAP ver 2.8

[ 89.865928] Bluetooth: L2CAP socket layer initialized

[ 90.092740] Bluetooth: RFCOMM socket layer initialized

[ 90.092753] Bluetooth: RFCOMM TTY layer initialized

[ 90.092755] Bluetooth: RFCOMM ver 1.8

[ 92.472429] fglrx: module license 'Proprietary. © 2002 - ATI Technologies,

Starnberg, GERMANY' taints kernel.

[ 92.480071] [fglrx] Maximum main memory to use for locked dma buffers: 431 MB

ytes.

[ 92.480077] [fglrx] USWC is disabled in module parameters

[ 92.480080] [fglrx] PAT is disabled!

[ 92.480656] [fglrx] module loaded - fglrx 8.39.4 [Jul 20 2007] on minor 0

[ 92.777612] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ

22

[ 95.525561] [fglrx] Internal AGP support requested, but kernel AGP support ac

tive.

[ 95.525568] [fglrx] Have to use kernel AGP support to avoid conflicts.

[ 95.525573] [fglrx] AGP detected, AgpState = 0x1f000217 (hardware caps of c

hipset)

[ 95.526346] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.

[ 95.526562] agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode

[ 95.526765] agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode

[ 95.527051] [fglrx] AGP enabled, AgpCommand = 0x1f000314 (selected caps)

[ 95.535799] [fglrx] total GART = 67108864

[ 95.535807] [fglrx] free GART = 51113984

[ 95.535810] [fglrx] max single GART = 51113984

[ 95.535812] [fglrx] total LFB = 134217728

[ 95.535814] [fglrx] free LFB = 70361088

[ 95.535816] [fglrx] max single LFB = 70361088

[ 95.535819] [fglrx] total Inv = 134217728

[ 95.535821] [fglrx] free Inv = 134217728

[ 95.535823] [fglrx] max single Inv = 134217728

[ 95.535825] [fglrx] total TIM = 0

[ 101.063312] eth0: no IPv6 routers present

[ 4136.299891] usb 5-4: new high speed USB device using ehci_hcd and address 3

[ 4136.450359] usb 5-4: configuration #1 chosen from 1 choice

[ 4136.925658] usbcore: registered new interface driver libusual

[ 4136.950264] Initializing USB Mass Storage driver...

[ 4136.950342] scsi6 : SCSI emulation for USB Mass Storage devices

[ 4136.950399] usbcore: registered new interface driver usb-storage

[ 4136.950403] USB Mass Storage support registered.

[ 4136.950530] usb-storage: device found at 3

[ 4136.950532] usb-storage: waiting for device to settle before scanning

[ 4141.940222] usb-storage: device scan complete

[ 4141.941723] scsi 6:0:0:0: Direct-Access Generic STORAGE DEVICE 9139 PQ

: 0 ANSI: 0

[ 4142.600340] scsi 6:0:0:1: Direct-Access Generic STORAGE DEVICE 9139 PQ : 0 ANSI: 0

[ 4142.601819] scsi 6:0:0:2: Direct-Access Generic STORAGE DEVICE 9139 PQ : 0 ANSI: 0

[ 4142.603325] scsi 6:0:0:3: Direct-Access Generic STORAGE DEVICE 9139 PQ : 0 ANSI: 0

[ 4142.605296] SCSI device sdd: 4001760 512-byte hdwr sectors (2049 MB)

[ 4142.606545] sdd: Write Protect is off

[ 4142.606550] sdd: Mode Sense: 02 00 00 00

[ 4142.606552] sdd: assuming drive cache: write through

[ 4142.609660] SCSI device sdd: 4001760 512-byte hdwr sectors (2049 MB)

[ 4142.611047] sdd: Write Protect is off

[ 4142.611054] sdd: Mode Sense: 02 00 00 00

[ 4142.611056] sdd: assuming drive cache: write through

[ 4142.611062] sdd: sdd1

[ 4142.613467] sd 6:0:0:0: Attached scsi removable disk sdd

[ 4142.613517] sd 6:0:0:0: Attached scsi generic sg4 type 0

[ 4142.615145] sd 6:0:0:1: Attached scsi removable disk sde

[ 4142.615195] sd 6:0:0:1: Attached scsi generic sg5 type 0

[ 4142.616711] sd 6:0:0:2: Attached scsi removable disk sdf

[ 4142.616765] sd 6:0:0:2: Attached scsi generic sg6 type 0

[ 4142.618367] sd 6:0:0:3: Attached scsi removable disk sdg

[ 4142.618418] sd 6:0:0:3: Attached scsi generic sg7 type 0

התוצאה של cat /etc/fstab

# /etc/fstab: static file system information.

#

# <file system> <mount point> <type> <options> <dump> <pass>

proc /proc proc defaults 0 0

# /dev/sda1

UUID=90a05d68-0e90-4946-aaa8-89588d29b728 / ext3 defaults,errors=remount-ro 0 1

# /dev/sda5

UUID=39f1a9f4-228c-4ca6-9f97-67fe347dcd50 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

# Generated by Automatix

## End of Automatix mounted partitions

התוצאה של df -h

Filesystem Size Used Avail Use% Mounted on

/dev/sdc1 37G 6.4G 29G 19% /

varrun 252M 112K 252M 1% /var/run

varlock 252M 0 252M 0% /var/lock

procbususb 252M 140K 252M 1% /proc/bus/usb

udev 252M 140K 252M 1% /dev

devshm 252M 16K 252M 1% /dev/shm

lrm 252M 33M 220M 13% /lib/modules/2.6.20-16-generic/volatile

/dev/sdd1 2.0G 1.7G 286M 86% /media/disk

מקווה שזה יצא ברור ::)

קישור לתוכן
שתף באתרים אחרים

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

×
  • צור חדש...