Can't mount second HDD?

# /etc/fstab: static file system information
# <file system>    <dir>    <type>    <options>    <dump>    <pass>
tmpfs        /tmp    tmpfs    nodev,nosuid    0    0
UUID=1f916711-1ee6-41d5-a4b7-df4f091e192b /boot ext2 defaults 0 1
UUID=7fdf5441-124d-4c59-8f70-67de9d2ad477 swap swap defaults 0 0
UUID=9a440287-3955-412a-b82a-9f46da978fa6 /home ext4 defaults 0 1
UUID=aff2d22f-e381-4148-8052-e8a9ee638182 / ext4 defaults 0 1
I was once able to open the hard drive but then the permissions wouldn't let me read or write. So I changed some permissions and the owner and now I can't even access the hard drive.
Just says access denied. Even when it does ask for a password, I'm only able to select between my user and not root.

Ok we got..
total 4
dr--r--r-- 11 root root 4096 Mar 24 01:55 Media
fdisk -l
WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.
Disk /dev/sda: 120.0 GB, 120034123776 bytes
255 heads, 63 sectors/track, 14593 cylinders, total 234441648 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sda1 1 234441647 117220823+ ee GPT
Disk /dev/sdb: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders, total 976773168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x9782cd93
Device Boot Start End Blocks Id System
/dev/sdb1 * 63 417689 208813+ 83 Linux
/dev/sdb2 417690 4514264 2048287+ 82 Linux swap / Solaris
/dev/sdb3 4514265 106928639 51207187+ 83 Linux
/dev/sdb4 106928640 976768064 434919712+ 83 Linux

Similar Messages

  • Can't see second HDD in the BIOS boot sequence choice menu

    we have 2 HDDs in a X2170 x86 server
    we've installed Solaris 10 on one, and RH on the other.
    however, when accessing the BIOS, we can't select which one to boot from in the boot sequence (the "second" HDD does not appear as a choice in the boot sequence menu), and must therefore manually swap the drives into the primary drive slot to boot on our OS of choice...
    what are we doing wrong ? how come our second HDD does not appear ?

    Hi,
    Really appreciate your continued support - OK, here's detailed response/update:
    1. Both disks are the originals and I've checked both with another PC in external caddy and both seem A1.
    2. Have tried doing as you suggested with the BIOS, but no can do. The BIOS seems to be very limited - it is as follows:
    ACPI version 1.2
    Disks are listed as follows : Current State Built-in HDD1 = 2RAID-0
    Built-in HDD2 = 2RAID-0
    Create State Built-in HDD1 = 2RAID-0
    Built-in HDD2 = 2RAID-0
    It lists both disks at the end with their Toshiba Part Nrs, capacity, etc
    3. +When you install recovery image (WXP with recovery discs) both HDDs are recognized properly but after SP3 installation the second one is not visible for Windows explorer and disc management+
    +Can you confirm this?+
    Sequence of events was :
    Installed XP (checked config and both disks recognised by Windows)
    Installed SP2 (successfully)
    Tried install SP3 - was not successful and machine shut itself down.
    After unsuccessfully trying to get it back up, re-installed XP
    Checked config and now D: drive not seen by Windows
    Swapped disks over in slots to check for slot failure - C: disk worked aok in D: disk slot - but D: disk not seen in the other
    Again removed the D: disk and checked it in external caddy on other PC - no probs works aok
    And that's where I'm left.
    Seems that there's something about the current state of the D: disk drive that is preventing XP from seeing it - yet the BIOS does ......
    Is there any utility I can download that could help sort ??
    Again, many TIA
    Logis

  • [Solved]Can't mount external hdd at boot!

    Hi!
    I'm trying to mount my new external hdd (Lacie USB2) at boot, but without success.
    To avoid random device name (sdx, sdy), I would like to use UUID in my fstab file.
    I've read this wiki.
    I think my configuration is ok, but there's an error at boot saying "Device with UUID xxxxxxxx doesn't exist, can't mount it", or something like that.
    Here are some commands:
    [eko@nodrom ~]$ fdisk -l
    Disque /dev/sdb: 500.1 Go, 500107862016 octets
    255 têtes, 63 secteurs/piste, 60801 cylindres
    Unités = cylindres de 16065 * 512 = 8225280 octets
    Périphérique Amorce    Début         Fin      Blocs    Id  Système
    /dev/sdb1   *           1       60801   488384001    c  W95 FAT32 (LBA)
    [eko@nodrom ~]$ /bin/ls -lF /dev/disk/by-uuid/
    total 0
    lrwxrwxrwx 1 root root 10 jui 26 13:06 1da8b247-2a03-4a00-817c-d4da8df63488 -> ../../sda2
    lrwxrwxrwx 1 root root 10 jui 26 13:06 485e9b10-fce5-4cbd-b23a-81f232d23bc5 -> ../../sda1
    lrwxrwxrwx 1 root root 10 jui 26 13:06 6853-5BA9 -> ../../sdb1
    lrwxrwxrwx 1 root root 10 jui 26 13:06 8aa3ce4c-5e2a-48c8-b3c3-38d02b4c0e68 -> ../../sda3
    And my fstab file:
    # /etc/fstab: static file system information
    # <file system>        <dir>         <type>    <options>          <dump> <pass>
    none                   /dev/pts      devpts    defaults            0      0
    none                   /dev/shm      tmpfs     defaults            0      0
    /dev/cdrom /mnt/cdrom   iso9660   ro,user,noauto,unhide   0      0
    /dev/dvd /mnt/dvd   udf   ro,user,noauto,unhide   0      0
    /dev/sda1 / ext3 defaults 0 1
    /dev/sda2 swap swap defaults 0 0
    /dev/sda3 home ext3 defaults 0 1
    #Disque dur externe
    UUID=6853-5BA9    /media/hdd    vfat    rw,user,auto,exec,gid=100,uid=1000,umask=002,iocharset=utf8,codepage=850,shortname=mixed    0    0
    Could someone help me?
    Thanks in advance!
    Last edited by vomix (2007-08-09 17:56:28)

    Hi,
    Thanks for your reply.
    But even with /dev/disk/by-uuid/6853-5BA9 in my fstab file, it fails to automount it.
    It says "Special device with UUID=6853-5BA9 does not exist".
    The weird thing is that I can mount it manually without problems.
    (In fact, that's not true, I've the same problem than steven.  May it be a kernel-related problem?)
    Or maybe there's a fault in the rest of my fstab line? (iocharset, guid, etc?)
    In the case of a kernel related bug, how could I downgrade it?
    I've tried with "pacman -U kernel26-2.6.21.6-1.pkg.tar.gz" in /var/cache/pacman/pkg but it broke my xorg server at reboot.

  • Mac mini: OS can not "see" second HDD.

    Hello:
    Through a series of unfortunate events I messed up the partition table of my Mac mini server. The OS can not "see" one of the 02 HDDs included in this mini server. Even trying to install the OS from the original DVD fails to see the second HDD, which used to have the boot partition and most of my data.
    I boot up using the DVD into Disk Utilities, then I use the Terminal utility:
    diskutil list
    /dev/disk0 => 500 GB
    /dev/disk1 => 500 GB
    Please see screenshots here:
    http://www.nihpo.com/static/images/01.jpg
    http://www.nihpo.com/static/images/02.jpg
    But here seems to be the problem:
    /dev/disk2 => 1.3 GB
    And partition "2" in this disk has the label "Apple_HFS Mac OS X Base System"
    Shouldn't partition disk0s2 have the label "Apple_HFS Mac OS X Base System" instead?
    Running OS X 10.8
    Any suggestions on how to get the OS to "see" and boot from partition disk0s2 will be appreciated. Thanks.

    And partition "2" in this disk has the label "Apple_HFS Mac OS X Base System"
    Shouldn't partition disk0s2 have the label "Apple_HFS Mac OS X Base System" instead?
    I'm not on 10.8 to be certain right now, but I don't think so...
    diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     Apple_partition_scheme                        *596.2 Gi   disk0
       1:        Apple_partition_map                         31.5 Ki    disk0s1
       2:                 Apple_Boot Boot OSX                128.0 Mi   disk0s2
       3:                 Apple_RAID                         596.0 Gi   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     Apple_partition_scheme                        *596.2 Gi   disk1
       1:        Apple_partition_map                         31.5 Ki    disk1s1
       2:                 Apple_Boot Boot OSX                128.0 Mi   disk1s2
       3:                 Apple_RAID                         596.0 Gi   disk1s3
    /dev/disk2
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:     Apple_partition_scheme                        *1.8 Ti     disk2
       1:        Apple_partition_map                         31.5 Ki    disk2s1
       2:             Apple_Driver43                         28.0 Ki    disk2s2
       3:             Apple_Driver43                         28.0 Ki    disk2s3
       4:           Apple_Driver_ATA                         28.0 Ki    disk2s4
       5:           Apple_Driver_ATA                         28.0 Ki    disk2s5
       6:             Apple_FWDriver                         256.0 Ki   disk2s6
       7:         Apple_Driver_IOKit                         256.0 Ki   disk2s7
       8:              Apple_Patches                         256.0 Ki   disk2s8
       9:                  Apple_HFS Mac OS X Install DVD    16.0 Gi    disk2s10
      10:                  Apple_HFS Tiger                   825.0 Gi   disk2s12
      11:                  Apple_HFS Leopard                 1021.6 Gi  disk2s14
    Have you tried Repairing that drive with Disk Utility?

  • Can't mount external HDD? "usb 1-1: Device not accepting address"

    I just bought a Medion HDDRIVE2GO (Full Speed) from Aldi, and at first when I plugged it in, everything went fine (well, I thought so). Appearently it had some errors with HAL not being able to read the HDD (error name="(unset)").
    I gave it a reboot, and now it does not work at all! In dmesg, I have this output (the bottom is the most important I guess)
    [dell@linuxnas ~]$ dmesg
    Initializing cgroup subsys cpuset
    Initializing cgroup subsys cpu
    Linux version 2.6.33-ARCH (thomas@evey) (gcc version 4.5.0 (GCC) ) #1 SMP PREEMPT Thu May 13 12:06:25 CEST 2010
    BIOS-provided physical RAM map:
    BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    BIOS-e820: 0000000000100000 - 000000001ffe2800 (usable)
    BIOS-e820: 000000001ffe2800 - 0000000020000000 (reserved)
    BIOS-e820: 00000000feda0000 - 00000000fee00000 (reserved)
    BIOS-e820: 00000000ffb80000 - 0000000100000000 (reserved)
    Notice: NX (Execute Disable) protection missing in CPU or disabled in BIOS!
    DMI 2.3 present.
    last_pfn = 0x1ffe2 max_arch_pfn = 0x100000
    MTRR default type: uncachable
    MTRR fixed ranges enabled:
    00000-9FFFF write-back
    A0000-BFFFF uncachable
    C0000-CFFFF write-protect
    D0000-EFFFF uncachable
    F0000-FFFFF write-protect
    MTRR variable ranges enabled:
    0 base 000000000 mask FE0000000 write-back
    1 base 0FEDA0000 mask FFFFE0000 write-combining
    2 disabled
    3 disabled
    4 disabled
    5 disabled
    6 disabled
    7 disabled
    x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    e820 update range: 0000000000002000 - 0000000000010000 (usable) ==> (reserved)
    Scanning 1 areas for low memory corruption
    modified physical RAM map:
    modified: 0000000000000000 - 0000000000002000 (usable)
    modified: 0000000000002000 - 0000000000010000 (reserved)
    modified: 0000000000010000 - 000000000009fc00 (usable)
    modified: 000000000009fc00 - 00000000000a0000 (reserved)
    modified: 0000000000100000 - 000000001ffe2800 (usable)
    modified: 000000001ffe2800 - 0000000020000000 (reserved)
    modified: 00000000feda0000 - 00000000fee00000 (reserved)
    modified: 00000000ffb80000 - 0000000100000000 (reserved)
    initial memory mapped : 0 - 01800000
    init_memory_mapping: 0000000000000000-000000001ffe2000
    0000000000 - 0000400000 page 4k
    0000400000 - 001fc00000 page 2M
    001fc00000 - 001ffe2000 page 4k
    kernel direct mapping tables up to 1ffe2000 @ 15000-1a000
    RAMDISK: 1fe3b000 - 1ffd2770
    ACPI: RSDP 000fde50 00014 (v00 DELL )
    ACPI: RSDT 000fde64 00028 (v01 DELL CPi R 27D4010C ASL 00000061)
    ACPI: FACP 000fde90 00074 (v01 DELL CPi R 27D4010C ASL 00000061)
    ACPI: DSDT fffe4000 0319C (v01 INT430 SYSFexxx 00001001 MSFT 0100000E)
    ACPI: FACS 1ffff800 00040
    0MB HIGHMEM available.
    511MB LOWMEM available.
    mapped low ram: 0 - 1ffe2000
    low ram: 0 - 1ffe2000
    node 0 low ram: 00000000 - 1ffe2000
    node 0 bootmap 00016000 - 0001a000
    (10 early reservations) ==> bootmem [0000000000 - 001ffe2000]
    #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
    #1 [0000001000 - 0000002000] EX TRAMPOLINE ==> [0000001000 - 0000002000]
    #2 [0001000000 - 0001550444] TEXT DATA BSS ==> [0001000000 - 0001550444]
    #3 [001fe3b000 - 001ffd2770] RAMDISK ==> [001fe3b000 - 001ffd2770]
    #4 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
    #5 [0001551000 - 0001557198] BRK ==> [0001551000 - 0001557198]
    #6 [0000010000 - 0000011000] TRAMPOLINE ==> [0000010000 - 0000011000]
    #7 [0000011000 - 0000015000] ACPI WAKEUP ==> [0000011000 - 0000015000]
    #8 [0000015000 - 0000016000] PGTABLE ==> [0000015000 - 0000016000]
    #9 [0000016000 - 000001a000] BOOTMAP ==> [0000016000 - 000001a000]
    Zone PFN ranges:
    DMA 0x00000000 -> 0x00001000
    Normal 0x00001000 -> 0x0001ffe2
    HighMem 0x0001ffe2 -> 0x0001ffe2
    Movable zone start PFN for each node
    early_node_map[3] active PFN ranges
    0: 0x00000000 -> 0x00000002
    0: 0x00000010 -> 0x0000009f
    0: 0x00000100 -> 0x0001ffe2
    On node 0 totalpages: 130931
    free_area_init_node: node 0, pgdat c13f9880, node_mem_map c1559000
    DMA zone: 32 pages used for memmap
    DMA zone: 0 pages reserved
    DMA zone: 3953 pages, LIFO batch:0
    Normal zone: 992 pages used for memmap
    Normal zone: 125954 pages, LIFO batch:31
    Using APIC driver default
    ACPI: PM-Timer IO Port: 0x808
    SMP: Allowing 1 CPUs, 0 hotplug CPUs
    Local APIC disabled by BIOS -- you can enable it with "lapic"
    APIC: disable apic facility
    APIC: switched to apic NOOP
    nr_irqs_gsi: 16
    PM: Registered nosave memory: 0000000000002000 - 0000000000010000
    PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    PM: Registered nosave memory: 00000000000a0000 - 0000000000100000
    Allocating PCI resources starting at 20000000 (gap: 20000000:deda0000)
    Booting paravirtualized kernel on bare hardware
    setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:1 nr_node_ids:1
    PERCPU: Embedded 14 pages/cpu @c1c00000 s34776 r0 d22568 u4194304
    pcpu-alloc: s34776 r0 d22568 u4194304 alloc=1*4194304
    pcpu-alloc: [0] 0
    Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129907
    Kernel command line: root=/dev/disk/by-uuid/5501fa6d-1664-41e3-ac30-9a475cc6843d ro vga=773
    PID hash table entries: 2048 (order: 1, 8192 bytes)
    Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
    Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
    Enabling fast FPU save and restore... done.
    Enabling unmasked SIMD FPU exception support... done.
    Initializing CPU#0
    allocated 2620840 bytes of page_cgroup
    please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Initializing HighMem for node 0 (00000000:00000000)
    Memory: 509220k/524168k available (2895k kernel code, 14260k reserved, 1208k data, 408k init, 0k highmem)
    virtual kernel memory layout:
    fixmap : 0xfff1e000 - 0xfffff000 ( 900 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xe07e2000 - 0xff7fe000 ( 496 MB)
    lowmem : 0xc0000000 - 0xdffe2000 ( 511 MB)
    .init : 0xc1403000 - 0xc1469000 ( 408 kB)
    .data : 0xc12d3f1e - 0xc14022e0 (1208 kB)
    .text : 0xc1000000 - 0xc12d3f1e (2895 kB)
    Checking if this processor honours the WP bit even in supervisor mode...Ok.
    SLUB: Genslabs=13, HWalign=128, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    Hierarchical RCU implementation.
    NR_IRQS:512
    Console: colour dummy device 80x25
    console [tty0] enabled
    Fast TSC calibration using PIT
    Detected 1993.528 MHz processor.
    Calibrating delay loop (skipped), value calculated using timer frequency.. 3988.18 BogoMIPS (lpj=6645093)
    Security Framework initialized
    Mount-cache hash table entries: 512
    Initializing cgroup subsys ns
    Initializing cgroup subsys cpuacct
    Initializing cgroup subsys memory
    Initializing cgroup subsys devices
    Initializing cgroup subsys freezer
    Initializing cgroup subsys net_cls
    CPU0: Hyper-Threading is disabled
    mce: CPU supports 4 MCE banks
    Performance Events: no PMU driver, software events only.
    Checking 'hlt' instruction... OK.
    SMP alternatives: switching to UP code
    Freeing SMP alternatives: 11k freed
    ACPI: Core revision 20091214
    ACPI: setting ELCR to 0200 (from 0800)
    weird, boot CPU (#0) not listed by the BIOS.
    SMP motherboard not detected.
    Local APIC not detected. Using dummy APIC emulation.
    SMP disabled
    Brought up 1 CPUs
    Total of 1 processors activated (3988.18 BogoMIPS).
    NET: Registered protocol family 16
    ACPI: bus type pci registered
    PCI: PCI BIOS revision 2.10 entry at 0xfbfee, last bus=2
    PCI: Using configuration type 1 for base access
    bio: create slab <bio-0> at 0
    ACPI: EC: Look up EC in DSDT
    ACPI: Interpreter enabled
    ACPI: (supports S0 S1 S3 S4 S5)
    ACPI: Using PIC for interrupt routing
    ACPI: Power Resource [PADA] (on)
    ACPI: ACPI Dock Station Driver: 1 docks/bays found
    ACPI: PCI Root Bridge [PCI0] (0000:00)
    pci_root PNP0A03:00: ignoring host bridge windows from ACPI; boot with "pci=use_crs" to use them
    pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0x20000000-0xfed9ffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0xfee00000-0xffb7ffff] (ignored)
    pci_root PNP0A03:00: host bridge window [mem 0xffc00000-0xfff7ffff] (ignored)
    pci 0000:00:00.0: reg 10: [mem 0xe8000000-0xebffffff pref]
    pci 0000:00:1d.0: reg 20: [io 0xbf80-0xbf9f]
    pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH4 ACPI/GPIO/TCO
    pci 0000:00:1f.0: quirk: [io 0x0880-0x08bf] claimed by ICH4 GPIO
    pci 0000:00:1f.1: reg 10: [io 0x01f0-0x01f7]
    pci 0000:00:1f.1: reg 14: [io 0x03f4-0x03f7]
    pci 0000:00:1f.1: reg 18: [io 0x0170-0x0177]
    pci 0000:00:1f.1: reg 1c: [io 0x0374-0x0377]
    pci 0000:00:1f.1: reg 20: [io 0xbfa0-0xbfaf]
    pci 0000:00:1f.1: reg 24: [mem 0x00000000-0x000003ff]
    pci 0000:00:1f.5: reg 10: [io 0xd800-0xd8ff]
    pci 0000:00:1f.5: reg 14: [io 0xdc80-0xdcbf]
    pci 0000:00:1f.6: reg 10: [io 0xd400-0xd4ff]
    pci 0000:00:1f.6: reg 14: [io 0xdc00-0xdc7f]
    pci 0000:01:00.0: reg 10: [mem 0xe0000000-0xe7ffffff pref]
    pci 0000:01:00.0: reg 14: [io 0xc000-0xc0ff]
    pci 0000:01:00.0: reg 18: [mem 0xfcff0000-0xfcffffff]
    pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    pci 0000:01:00.0: supports D1 D2
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfdffffff]
    pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
    pci 0000:02:00.0: reg 10: [io 0xec80-0xecff]
    pci 0000:02:00.0: reg 14: [mem 0xf8fffc00-0xf8fffc7f]
    pci 0000:02:00.0: reg 30: [mem 0xf9000000-0xf901ffff pref]
    pci 0000:02:00.0: supports D1 D2
    pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:00.0: PME# disabled
    pci 0000:02:01.0: reg 10: [mem 0x00000000-0x00000fff]
    pci 0000:02:01.0: supports D1 D2
    pci 0000:02:01.0: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:01.0: PME# disabled
    pci 0000:02:01.1: reg 10: [mem 0x00000000-0x00000fff]
    pci 0000:02:01.1: supports D1 D2
    pci 0000:02:01.1: PME# supported from D0 D1 D2 D3hot D3cold
    pci 0000:02:01.1: PME# disabled
    pci 0000:00:1e.0: PCI bridge to [bus 02-10] (subtractive decode)
    pci 0000:00:1e.0: bridge window [io 0xe000-0xffff]
    pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xfbffffff]
    pci_bus 0000:00: on NUMA node 0
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
    ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIE._PRT]
    ACPI: PCI Interrupt Link [LNKA] (IRQs 9 10 *11)
    ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7) *11
    ACPI: PCI Interrupt Link [LNKC] (IRQs 9 10 *11)
    ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 9 10 *11)
    vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    vgaarb: loaded
    PCI: Using ACPI for IRQ routing
    PCI: pci_cache_line_size set to 64 bytes
    NetLabel: Initializing
    NetLabel: domain hash size = 128
    NetLabel: protocols = UNLABELED CIPSOv4
    NetLabel: unlabeled traffic allowed by default
    Switching to clocksource tsc
    pnp: PnP ACPI init
    ACPI: bus type pnp registered
    pnp 00:02: disabling [io 0x0800-0x0805] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
    pnp 00:02: disabling [io 0x0808-0x080f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
    pnp 00:03: disabling [io 0x0806-0x0807] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
    pnp 00:03: disabling [io 0x0810-0x085f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
    pnp 00:03: disabling [io 0x0860-0x087f] because it overlaps 0000:00:1f.0 BAR 13 [io 0x0800-0x087f]
    pnp 00:04: disabling [io 0xf000-0xf0fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xf100-0xf1fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xf200-0xf2fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xf400-0xf4fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xf500-0xf5fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xf600-0xf6fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xf800-0xf8fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xf900-0xf9fe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xfa00-0xfafe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xfc00-0xfcfe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xfd00-0xfdfe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [io 0xfe00-0xfefe] because it overlaps 0000:00:1e.0 BAR 13 [io 0xe000-0xffff]
    pnp 00:04: disabling [mem 0xfa000000-0xfbffffff] because it overlaps 0000:00:1e.0 BAR 14 [mem 0xf4000000-0xfbffffff]
    pnp: PnP ACPI: found 17 devices
    ACPI: ACPI bus type pnp unregistered
    system 00:00: [mem 0x00000000-0x0009fbff] could not be reserved
    system 00:00: [mem 0x0009fc00-0x0009ffff] could not be reserved
    system 00:00: [mem 0x000c0000-0x000cffff] could not be reserved
    system 00:00: [mem 0x000e0000-0x000fffff] could not be reserved
    system 00:00: [mem 0x00100000-0x1ffeffff] could not be reserved
    system 00:00: [mem 0x1fff0000-0x1fffffff] has been reserved
    system 00:00: [mem 0xfeda0000-0xfedfffff] has been reserved
    system 00:00: [mem 0xfff80000-0xffffffff] has been reserved
    system 00:02: [io 0x04d0-0x04d1] has been reserved
    system 00:03: [io 0x0880-0x08bf] has been reserved
    system 00:03: [io 0x08c0-0x08df] has been reserved
    system 00:03: [io 0x08e0-0x08ff] has been reserved
    system 00:09: [io 0x0900-0x091f] has been reserved
    system 00:09: [io 0x03f0-0x03f1] has been reserved
    system 00:0f: [io 0xbf40-0xbf5f] has been reserved
    system 00:0f: [io 0xbf20-0xbf3f] has been reserved
    system 00:10: [mem 0xfebffc00-0xfebfffff] has been reserved
    pci 0000:00:1e.0: BAR 15: assigned [mem 0x20000000-0x27ffffff pref]
    pci 0000:00:1f.1: BAR 5: assigned [mem 0x28000000-0x280003ff]
    pci 0000:00:1f.1: BAR 5: set to [mem 0x28000000-0x280003ff] (PCI address [0x28000000-0x280003ff]
    pci 0000:01:00.0: BAR 6: assigned [mem 0xfc000000-0xfc01ffff pref]
    pci 0000:00:01.0: PCI bridge to [bus 01-01]
    pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
    pci 0000:00:01.0: bridge window [mem 0xfc000000-0xfdffffff]
    pci 0000:00:01.0: bridge window [mem 0xe0000000-0xe7ffffff pref]
    pci 0000:02:01.0: BAR 15: assigned [mem 0x20000000-0x23ffffff pref]
    pci 0000:02:01.0: BAR 16: assigned [mem 0xf4000000-0xf7ffffff]
    pci 0000:02:01.1: BAR 15: assigned [mem 0x24000000-0x27ffffff pref]
    pci 0000:02:01.1: BAR 16: assigned [mem 0x2c000000-0x2fffffff]
    pci 0000:02:01.0: BAR 0: assigned [mem 0xf8000000-0xf8000fff]
    pci 0000:02:01.0: BAR 0: set to [mem 0xf8000000-0xf8000fff] (PCI address [0xf8000000-0xf8000fff]
    pci 0000:02:01.1: BAR 0: assigned [mem 0xf8001000-0xf8001fff]
    pci 0000:02:01.1: BAR 0: set to [mem 0xf8001000-0xf8001fff] (PCI address [0xf8001000-0xf8001fff]
    pci 0000:02:01.0: BAR 13: assigned [io 0xe000-0xe0ff]
    pci 0000:02:01.0: BAR 14: assigned [io 0xe400-0xe4ff]
    pci 0000:02:01.1: BAR 13: assigned [io 0xe800-0xe8ff]
    pci 0000:02:01.1: BAR 14: assigned [io 0xf000-0xf0ff]
    pci 0000:02:01.0: CardBus bridge to [bus 03-06]
    pci 0000:02:01.0: bridge window [io 0xe000-0xe0ff]
    pci 0000:02:01.0: bridge window [io 0xe400-0xe4ff]
    pci 0000:02:01.0: bridge window [mem 0x20000000-0x23ffffff pref]
    pci 0000:02:01.0: bridge window [mem 0xf4000000-0xf7ffffff]
    pci 0000:02:01.1: CardBus bridge to [bus 07-0a]
    pci 0000:02:01.1: bridge window [io 0xe800-0xe8ff]
    pci 0000:02:01.1: bridge window [io 0xf000-0xf0ff]
    pci 0000:02:01.1: bridge window [mem 0x24000000-0x27ffffff pref]
    pci 0000:02:01.1: bridge window [mem 0x2c000000-0x2fffffff]
    pci 0000:00:1e.0: PCI bridge to [bus 02-10]
    pci 0000:00:1e.0: bridge window [io 0xe000-0xffff]
    pci 0000:00:1e.0: bridge window [mem 0xf4000000-0xfbffffff]
    pci 0000:00:1e.0: bridge window [mem 0x20000000-0x27ffffff pref]
    pci 0000:00:1e.0: setting latency timer to 64
    pci 0000:02:01.0: enabling device (0000 -> 0003)
    ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
    PCI: setting IRQ 11 as level-triggered
    pci 0000:02:01.0: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
    pci 0000:02:01.1: enabling device (0000 -> 0003)
    pci 0000:02:01.1: PCI INT A -> Link[LNKD] -> GSI 11 (level, low) -> IRQ 11
    pci_bus 0000:00: resource 0 [io 0x0000-0xffff]
    pci_bus 0000:00: resource 1 [mem 0x00000000-0xffffffff]
    pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
    pci_bus 0000:01: resource 1 [mem 0xfc000000-0xfdffffff]
    pci_bus 0000:01: resource 2 [mem 0xe0000000-0xe7ffffff pref]
    pci_bus 0000:02: resource 0 [io 0xe000-0xffff]
    pci_bus 0000:02: resource 1 [mem 0xf4000000-0xfbffffff]
    pci_bus 0000:02: resource 2 [mem 0x20000000-0x27ffffff pref]
    pci_bus 0000:02: resource 3 [io 0x0000-0xffff]
    pci_bus 0000:02: resource 4 [mem 0x00000000-0xffffffff]
    pci_bus 0000:03: resource 0 [io 0xe000-0xe0ff]
    pci_bus 0000:03: resource 1 [io 0xe400-0xe4ff]
    pci_bus 0000:03: resource 2 [mem 0x20000000-0x23ffffff pref]
    pci_bus 0000:03: resource 3 [mem 0xf4000000-0xf7ffffff]
    pci_bus 0000:07: resource 0 [io 0xe800-0xe8ff]
    pci_bus 0000:07: resource 1 [io 0xf000-0xf0ff]
    pci_bus 0000:07: resource 2 [mem 0x24000000-0x27ffffff pref]
    pci_bus 0000:07: resource 3 [mem 0x2c000000-0x2fffffff]
    NET: Registered protocol family 2
    IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
    TCP established hash table entries: 16384 (order: 5, 131072 bytes)
    TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
    TCP: Hash tables configured (established 16384 bind 16384)
    TCP reno registered
    UDP hash table entries: 256 (order: 1, 8192 bytes)
    UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
    NET: Registered protocol family 1
    pci 0000:01:00.0: Boot video device
    PCI: CLS 32 bytes, default 64
    Unpacking initramfs...
    Freeing initrd memory: 1629k freed
    apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
    apm: overridden by ACPI.
    Scanning for low memory corruption every 60 seconds
    audit: initializing netlink socket (disabled)
    type=2000 audit(1274299821.609:1): initialized
    VFS: Disk quotas dquot_6.5.2
    Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    msgmni has been set to 998
    alg: No test for stdrng (krng)
    Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    io scheduler noop registered
    io scheduler deadline registered
    io scheduler cfq registered (default)
    vesafb: framebuffer at 0xe0000000, mapped to 0xe0800000, using 1536k, total 32768k
    vesafb: mode is 1024x768x8, linelength=1024, pages=41
    vesafb: protected mode interface info at c000:549f
    vesafb: pmi: set display start = c00c5533, set palette = c00c557f
    vesafb: pmi: ports = c010 c016 c054 c038 c03c c05c c000 c004 c0b0 c0b2 c0b4
    vesafb: scrolling: redraw
    vesafb: Pseudocolor: size=8:8:8:8, shift=0:0:0:0
    Console: switching to colour frame buffer device 128x48
    fb0: VESA VGA frame buffer device
    isapnp: Scanning for PnP cards...
    isapnp: No Plug & Play device found
    Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    00:0d: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 5
    PCI: setting IRQ 5 as level-triggered
    serial 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    serial 0000:00:1f.6: PCI INT B disabled
    input: Macintosh mouse button emulation as /devices/virtual/input/input0
    PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    serio: i8042 KBD port at 0x60,0x64 irq 1
    serio: i8042 AUX port at 0x60,0x64 irq 12
    mice: PS/2 mouse device common for all mice
    cpuidle: using governor ladder
    cpuidle: using governor menu
    TCP cubic registered
    NET: Registered protocol family 17
    Using IPI No-Shortcut mode
    PM: Resume from disk failed.
    registered taskstats version 1
    Initalizing network drop monitor service
    Freeing unused kernel memory: 408k freed
    input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
    Floppy drive(s): fd0 is 1.44M
    SCSI subsystem initialized
    FDC 0 is a post-1991 82077
    libata version 3.00 loaded.
    ata_piix 0000:00:1f.1: version 2.13
    ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
    ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
    ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    ata_piix 0000:00:1f.1: setting latency timer to 64
    scsi0 : ata_piix
    scsi1 : ata_piix
    ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xbfa0 irq 14
    ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xbfa8 irq 15
    ata2.01: NODEV after polling detection
    ata1.00: ATA-6: HTS548040M9AT00, MG2OA5EA, max UDMA/100
    ata1.00: 78140160 sectors, multi 8: LBA48
    ata2.00: ATAPI: HL-DT-STDVD-ROM GDR8081N, 0108, max MWDMA2
    ata2.00: configured for MWDMA2
    ata1.00: configured for UDMA/100
    scsi 0:0:0:0: Direct-Access ATA HTS548040M9AT00 MG2O PQ: 0 ANSI: 5
    scsi 1:0:0:0: CD-ROM HL-DT-ST DVD-ROM GDR8081N 0108 PQ: 0 ANSI: 5
    sd 0:0:0:0: [sda] 78140160 512-byte logical blocks: (40.0 GB/37.2 GiB)
    sd 0:0:0:0: [sda] Write Protect is off
    sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    sda:sr0: scsi3-mmc drive: 10x/24x cd/rw xa/form2 cdda tray
    Uniform CD-ROM driver Revision: 3.20
    sda1 sda2 sda3 sda4
    sr 1:0:0:0: Attached scsi CD-ROM sr0
    sd 0:0:0:0: [sda] Attached SCSI disk
    EXT4-fs (sda3): mounted filesystem with ordered data mode
    rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
    rtc0: alarms up to one day, 114 bytes nvram
    udev: starting version 151
    pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    intel_rng: FWH not detected
    usbcore: registered new interface driver usbfs
    usbcore: registered new interface driver hub
    usbcore: registered new device driver usb
    Linux agpgart interface v0.103
    Marking TSC unstable due to TSC halts in idle
    input: PC Speaker as /devices/platform/pcspkr/input/input2
    ACPI: AC Adapter [AC] (on-line)
    dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
    input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input3
    ACPI: Lid Switch [LID]
    input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
    ACPI: Power Button [PBTN]
    input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input5
    ACPI: Sleep Button [SBTN]
    shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Switching to clocksource acpi_pm
    sd 0:0:0:0: Attached scsi generic sg0 type 0
    sr 1:0:0:0: Attached scsi generic sg1 type 5
    parport_pc 00:0e: reported by Plug and Play ACPI
    parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRISTATE,COMPAT,ECP,DMA]
    iTCO_vendor_support: vendor-support=0
    agpgart-intel 0000:00:00.0: Intel 845G Chipset
    lp: driver loaded but no devices found
    lp0: using parport0 (interrupt-driven).
    agpgart-intel 0000:00:00.0: AGP aperture is 64M @ 0xe8000000
    ppdev: user-space parallel port driver
    ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    thermal LNXTHERM:01: registered as thermal_zone0
    ACPI: Thermal Zone [THM] (57 C)
    Synaptics Touchpad, model: 1, fw: 5.9, id: 0x9b4cb1, caps: 0x884793/0x0
    serio: Synaptics pass-through port at isa0060/serio1/input0
    input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input6
    ACPI: Battery Slot [BAT0] (battery present)
    ACPI: Battery Slot [BAT1] (battery absent)
    yenta_cardbus 0000:02:01.0: CardBus bridge found [1028:012a]
    yenta_cardbus 0000:02:01.0: Using CSCINT to route CSC interrupts to PCI
    yenta_cardbus 0000:02:01.0: Routing CardBus interrupts to PCI
    yenta_cardbus 0000:02:01.0: TI: mfunc 0x01261222, devctl 0x64
    iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
    iTCO_wdt: Found a ICH3-M TCO device (Version=1, TCOBASE=0x0860)
    iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    uhci_hcd: USB Universal Host Controller Interface driver
    uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    uhci_hcd 0000:00:1d.0: setting latency timer to 64
    uhci_hcd 0000:00:1d.0: UHCI Host Controller
    uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    uhci_hcd 0000:00:1d.0: irq 11, io base 0x0000bf80
    hub 1-0:1.0: USB hub found
    hub 1-0:1.0: 2 ports detected
    input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/device:15/LNXVIDEO:00/input/input7
    ACPI: Video Device [VID] (multi-head: yes rom: no post: no)
    Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
    yenta_cardbus 0000:02:01.0: ISA IRQ mask 0x0418, PCI irq 11
    yenta_cardbus 0000:02:01.0: Socket status: 30000006
    yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge I/O window: 0xe000 - 0xffff
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0xe000-0xffff: clean.
    yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge Memory window: 0xf4000000 - 0xfbffffff
    yenta_cardbus 0000:02:01.0: pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x27ffffff
    ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 11
    3c59x 0000:02:00.0: PCI INT A -> Link[LNKC] -> GSI 11 (level, low) -> IRQ 11
    3c59x: Donald Becker and others.
    0000:02:00.0: 3Com PCI 3c905C Tornado at e0c6ac00.
    Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 5 (level, low) -> IRQ 5
    Intel ICH 0000:00:1f.5: setting latency timer to 64
    yenta_cardbus 0000:02:01.1: CardBus bridge found [1028:012a]
    yenta_cardbus 0000:02:01.1: Using CSCINT to route CSC interrupts to PCI
    yenta_cardbus 0000:02:01.1: Routing CardBus interrupts to PCI
    yenta_cardbus 0000:02:01.1: TI: mfunc 0x01261222, devctl 0x64
    usb 1-1: new full speed USB device using uhci_hcd and address 2
    [drm] Initialized drm 1.1.0 20060810
    yenta_cardbus 0000:02:01.1: ISA IRQ mask 0x0418, PCI irq 11
    yenta_cardbus 0000:02:01.1: Socket status: 30000006
    yenta_cardbus 0000:02:01.1: pcmcia: parent PCI bridge I/O window: 0xe000 - 0xffff
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0xe000-0xffff: clean.
    yenta_cardbus 0000:02:01.1: pcmcia: parent PCI bridge Memory window: 0xf4000000 - 0xfbffffff
    yenta_cardbus 0000:02:01.1: pcmcia: parent PCI bridge Memory window: 0x20000000 - 0x27ffffff
    usb 1-1: device descriptor read/64, error -71
    usb 1-1: device descriptor read/64, error -71
    [drm] radeon defaulting to kernel modesetting.
    [drm] radeon kernel modesetting enabled.
    radeon 0000:01:00.0: PCI INT A -> Link[LNKA] -> GSI 11 (level, low) -> IRQ 11
    [drm] radeon: Initializing kernel modesetting.
    [drm] register mmio base: 0xFCFF0000
    [drm] register mmio size: 65536
    [drm] GPU reset succeed (RBBM_STATUS=0x00000140)
    agpgart-intel 0000:00:00.0: AGP 2.0 bridge
    agpgart-intel 0000:00:00.0: putting AGP V2 device into 4x mode
    radeon 0000:01:00.0: putting AGP V2 device into 4x mode
    [drm] radeon: VRAM 64M
    [drm] radeon: VRAM from 0x00000000 to 0x03FFFFFF
    [drm] radeon: GTT 64M
    [drm] radeon: GTT from 0xE8000000 to 0xEBFFFFFF
    [drm] radeon: irq initialized.
    [drm] Detected VRAM RAM=64M, BAR=128M
    [drm] RAM width 64bits DDR
    [TTM] Zone kernel: Available graphics memory: 255756 kiB.
    [drm] radeon: 32M of VRAM memory ready
    [drm] radeon: 64M of GTT memory ready.
    [drm] radeon: cp idle (0x00008383)
    [drm] Loading R100 Microcode
    platform radeon_cp.0: firmware: requesting radeon/R100_cp.bin
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0x100-0x3af: clean.
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0x3e0-0x4ff: clean.
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0x820-0x8ff: clean.
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0xc00-0xcf7:
    usb 1-1: new full speed USB device using uhci_hcd and address 3
    clean.
    pcmcia_socket pcmcia_socket0: cs: IO port probe 0xa00-0xaff: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0x100-0x3af: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0x3e0-0x4ff: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0x820-0x8ff: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0xc00-0xcf7: clean.
    pcmcia_socket pcmcia_socket1: cs: IO port probe 0xa00-0xaff: clean.
    [drm] radeon: ring at 0x00000000E8000000
    [drm] ring test succeeded in 1 usecs
    intel8x0_measure_ac97_clock: measured 52675 usecs (2532 samples)
    intel8x0: clocking to 48000
    [drm] radeon: ib pool ready.
    [drm] ib test succeeded in 0 usecs
    [drm] Panel ID String: QDI141X1LH03
    [drm] Panel Size 1024x768
    [drm] Default TV standard: NTSC
    [drm] 27.000000000 MHz TV ref clk
    [drm] No TV DAC info found in BIOS
    [drm] Default TV standard: NTSC
    [drm] 27.000000000 MHz TV ref clk
    [drm] Radeon Display Connectors
    [drm] Connector 0:
    [drm] VGA
    [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
    [drm] Encoders:
    [drm] CRT1: INTERNAL_DAC1
    [drm] Connector 1:
    [drm] LVDS
    [drm] Encoders:
    [drm] LCD1: INTERNAL_LVDS
    [drm] Connector 2:
    [drm] S-video
    [drm] Encoders:
    [drm] TV1: INTERNAL_DAC2
    usb 1-1: device descriptor read/64, error -71
    [drm] fb mappable at 0xE0040000
    [drm] vram apper at 0xE0000000
    [drm] size 786432
    [drm] fb depth is 8
    [drm] pitch is 1024
    fb: conflicting fb hw usage radeondrmfb vs VESA VGA - removing generic driver
    Console: switching to colour dummy device 80x25
    Console: switching to colour frame buffer device 128x48
    fb0: radeondrmfb frame buffer device
    registered panic notifier
    [drm] Initialized radeon 2.0.0 20080528 for 0000:01:00.0 on minor 0
    usb 1-1: device descriptor read/64, error -71
    usb 1-1: new full speed USB device using uhci_hcd and address 4
    usb 1-1: device not accepting address 4, error -71
    EXT4-fs (sda4): mounted filesystem with ordered data mode
    usb 1-1: new full speed USB device using uhci_hcd and address 5
    Adding 265064k swap on /dev/sda2. Priority:-1 extents:1 across:265064k
    psmouse serio2: ID: 10 00 64
    usb 1-1: device not accepting address 5, error -71
    hub 1-0:1.0: unable to enumerate USB device on port 1
    eth0: setting full-duplex.
    input: PS/2 Generic Mouse as /devices/platform/i8042/serio1/serio2/input/input8
    NET: Registered protocol family 10
    lo: Disabled Privacy Extensions
    eth0: no IPv6 routers present
    lspci (Is this useable info?)
    [dell@linuxnas ~]$ lspci
    00:00.0 Host bridge: Intel Corporation 82845 845 [Brookdale] Chipset Host Bridge (rev 04)
    00:01.0 PCI bridge: Intel Corporation 82845 845 [Brookdale] Chipset AGP Bridge (rev 04)
    00:1d.0 USB Controller: Intel Corporation 82801CA/CAM USB Controller #1 (rev 02)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 42)
    00:1f.0 ISA bridge: Intel Corporation 82801CAM ISA Bridge (LPC) (rev 02)
    00:1f.1 IDE interface: Intel Corporation 82801CAM IDE U100 Controller (rev 02)
    00:1f.5 Multimedia audio controller: Intel Corporation 82801CA/CAM AC'97 Audio Controller (rev 02)
    00:1f.6 Modem: Intel Corporation 82801CA/CAM AC'97 Modem Controller (rev 02)
    01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
    02:00.0 Ethernet controller: 3Com Corporation 3c905C-TX/TX-M [Tornado] (rev 78)
    02:01.0 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller
    02:01.1 CardBus bridge: Texas Instruments PCI1420 PC card Cardbus Controller

    I found this post on linux forums which say It's a HAL related problem.
    "rmmod ehci_hcd" made it work for some of these guys Which one of them explains It's a data speed issue. Cables.., 2.0 1.0, that sort of things. Read it, I bet you'll get more out of it, It's old though.
    Try removing the module, plugging the drive, check dmesg, and mount manually.
    Last edited by Ekimino (2010-05-20 01:23:54)

  • Can't Mount Second Partition on External Hard Drive

    I have a 1 TB Seagate External HD that I have two partitions on...a 700 GB one for Time Machine and 300 GB for my personal files (called Nick's External). I was initially having trouble with it and transferred the files from the Nick's External partition to a Western Digital external. I then reformatted the Seagate one into two partitions (Mac OS Extended) and transferred everything back. After attempting a time machine backup and it seizing up, I attempted to eject both partitions. It wasn't done correctly, and now when I plug in the external I can see the drive in Disk Utility and see the first Time Machine partition, but the second partition only comes up as the disk identifier (disk2s3). It cannot be repaired.
    I've tried running Disk Warrior but it only sees the first partition (Time Machine) and not the partition I actually have files on (Nick's External). I am also unable to mount the second partition, either through Disk Utility or Terminal.
    Any ideas would be greatly appreciated!!

    Brad Cook wrote:
    Disk Utility stopped reparing "Time Machine." Disk Utility can't repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    Does this mean the drive itself is failing?
    Possibly, but not necessarily.  The File System on the disk was so badly corrupted that Disk Utility couldn't fix it.  That might indicate a problem with the drive.  It's not unusual for consumer-quality (ie, inexpensive) drives to fail after 2-3 years, although many will run for several years.  It's a bit of a crapshoot.
    Before this problem happened, both partitions dropped off the Finder and the light on the drive went off.
    Whatever caused that is another good possibility -- if a drive is improperly disconnected, OSX can't "close it out" properly, and that can cause damage to the file system.  Sometimes Disk Utility can fix it, sometimes it can't.  And sometimes heavy-duty 3rd-party disk repair apps like DiskWarrior can fix things Disk Utility can't.
    A power dip or spike could have caused it, or an overheated electronic component, etc.  If it has it's own power supply, be sure it's on a good (ie, not cheap) surge protector or U.P.S. system.
    Otherwise, keep an eye on it.  If you don't have "secondary" backups, this would be an excellent time to get another drive for that purpose.  See #27 in Time Machine - Frequently Asked Questions for some suggestions.
    Bottom line:  personally, I'd not trust my only backups to that drive.
    (But then, I'd never trust my backups to any single drive, no matter how new or high-quality.)

  • Can't mount second internal drive

    After two weeks off, my Mac can't spin up the second drive, which I installed two years ago and which has been no problem until now. I've done a clean system install and tried all kinds of boots with extensions off, etc. Drive Setup, TechTool Pro, and Disk First Aid do not see the drive. Retrospect sees it: "Bus 1, SCSI ID 2, IBM DDYS-T36958M, version S96H--no driver." SCSIProbe sees same thing, doesn't mount it: "Trying Device 1.2.0--FAILED: SCSI Error: -7932 (2): Sense 4(0). Trying Device 1.2.1--FAILED: Logical Units not supported." Norton Disk Doctor shows location after "Add Custom Disks" command, no volume name (the drive has--or had--three partitions.
    Disk First Aid (v. 8.6.1) and Disk Doctor (1.0.5) both say everything is copacetic on the startup disk. TechTool (3.0.4) says all's fine except the system is missing a file called Enabler.
    The drive came with an adapter which went between the SCSI cable and the drive. Directions say don't use jumpers with this adapter, which has worked fine up until now. The vendor appears to be out of business--phones disconnected, etc.
    Any suggestions appreciated. Thanks, Fletcher

    When drives won't come ready, they may be dead, or there may be termination problems. No termination often causes a Mac to hang during startup. Too much termination can cause drive not ready, or data errors, or occasionally work fine.
    The usual method of providing termination with a 68-pin controller and 68-pin cable is with a large discrete terminator at the end of the cable. If your SCSI card is original, that is how I would expect it to be set up. In mine, the terminator was stuck to the top of the last drive with double-stick tape.
    Recent 80-pin drives often do not have any way of providing termination. They take their address from the jumpers on the 68-to-80 adapter. Some older (generally SE-only) drives can still provide SE termination, and having a drive set for termination while using the end-of-cable termination can sometimes cause problems.

  • Can't read second HDD

    I just installed a SSD(via a enclosure which replaces the optical drive) into my 2009 iMac in addition to the 3TB drive I already have. I've install 10.8 onto the new SSD and am using it as my boot drive.  I want to now use my existing 3TB drive(which I have not formatted and still has OSX loaded on it) as a storage drive, however, I cannot see the drive in Finder when running off my SSD but I can see it if I run Disk Utility.  If I boot off my old 3TB drive I can see the new SSD in Finder without a issue.
    Any ideas what's stopping Finder from seeing the existing 3TB drive when booting from the SSD?
    Thanks in advance.

    Are you runnig from a new install of OS X? Where are you looking for it, are you only looking on the Desktop?
    Open /Volumes by entering it into the Finder 'Go menu > Go to Folder…' dialog.
    Can you see it there? Also look in the 'Computer' item in that menu.
    Disks are hidden on the Desktop by default, so perhaps it is just a preference that needs tweaking. 'Finder Preferences > General' should allow you to enable the showing of disks.
    Disk Utility also has a blue link for mounted volumes, select the volume in the list & see if the link exists at the bottom of the window, that should open the disk too.

  • Is second HDD in Satellite A300D possible?

    Hello.
    I found in the laptop compartment for a second hard drive, but did not understand whether it pop in a second hard drive.
    Maybe someone is trying to turn. Thanks in advance.
    PS: Sorry for English - interpreter)

    Hi
    There are different A300D on the market with different motherboards and different hardware specifications. But the cover and the bottom is always the same.
    Therefore you can find an second HDD bay but not all A300D models would support the second HDD.
    You can try to remove the cover which secures the second HDD bay to check the HDD connectors. If there are no connectors, then the second HDD is not possible!

  • Can I mount another instance of standby database

    1. If I have a RAC physical standby database and instance 1 is mounted and is applying redo, can i mount second instance if I wish for example to perform a backup using rman?
    2. If instance 1 is mounted and applying redo can I stop it and start instance 2 and continue to apply redo??
    Thank you.
    Regards.
    Cristina.

    1. If I have a RAC physical standby database and instance 1 is mounted and is applying redo, can i mount second instance if I wish for example to perform a backup using rman?Yes as Emre mentioned, you can mount all of the instances in cluster.
    2. If instance 1 is mounted and applying redo can I stop it and start instance 2 and continue to apply redo??Redo apply will active only on one node, remaining standby instances will be idle
    So you can start recovery any instance where you wish.

  • Re: Satellite P775-11P and upgrade with second HDD

    I know that you can have a second HDD in higher models, but ist it possible to add a second HDD to my P775-11P???
    Because the place/bay is already there, only the cables are missing....
    Please help.....

    I agree with Macius
    If the connectors are missing, the second HDD is not possible.
    The point is that all the notebooks use the same plastic covers but the motherboards might be different and this is the reason why the second bay is available but the 2nd HDD is not possible.

  • Second HDD for Portege A600

    Can I insert second HDD instead of DVD drive in my Portege A600-157 ?

    Hi
    As far as I know this is not possible with Portege A600 series.
    From my knowledge some other Portege series like Portege M400 or Portege M7xx series supports an Ultra Slim Bay HDD adaptor in order to insert an second HDD in place of the CD/DVD drive but A600 does not support this

  • How to mount second ntfs HDD?

    I have two HDD in my PC, one for operating systems and the other for all the large files which is formatted with NTFS (for Windows compatibility). I already have ntfs-3g installed and can mount my other operating system partition, but I have no clue how to mount my second HDD in my PC.

    Assuming you only have these 2 drives hooked up (no external drives etc), your second drive is likely /dev/sdb. You can get a partition list by doing as root:
    fdisk -l /dev/sdb
    Then run ntfs-3g /dev/sdbX where X is the partition number you want to mount.

  • Satellite A300-15M - Can I install a second HDD?

    Hi there.
    I own a SatelliteA300-15M. I bought the laptop 2 years ago. I have already 250GB hard drive which came with the laptop. Recently I got my laptop serviced from local shop. I noticed that it has an additional slot for another hard drive. I saw a post that some of the A300/A305 laptops have the space for second hard drive but not the connectors.
    If anyone owns A300-15M can they please tell me if i can install a second internal hard drive in my model? Is there a sure way to find if I can really install a second hard drive?

    Hello
    > but not the connectors.
    So the case is claer: If you dont have a second SATA connector, you cant install a second HDD.
    Check also the forum regarding such questions. The point is that one notebook series (e. g. Satellite A300) is always equipped with the same case but the hardware is different. So not all models have the same features. ;)

  • Satellite X200-245 can i install a second HDD

    on satellite X200-245 : can i install a second hard drive ?
    is it possible ?
    There is a place for it but no sata connection on the mother board where can i find this connector

    No you cannot install the second HDD because there is no HDD connector which would allows to connect the HDD to the mobo.
    And No, its not possible to upgrade the mobo with such connector.
    The X200 has the two HDD bays because some X200 support 2 HDDs and some dont support it.
    Your X200 doesnt support 2 HDD

Maybe you are looking for