Mounting separate /home partition

So I have a separate /home partition.
It's /dev/sda1 and a EXT3 partition.
How would I mount this as /home in the /etc/fstab?

sand_man wrote:
Arm-the-Homeless wrote:
So I have a separate /home partition.
It's /dev/sda1 and a EXT3 partition.
How would I mount this as /home in the /etc/fstab?
I understand that this is the Newbie Corner but this should have already been done in the Arch Setup. Or are you doing a manual install?
I already had a separate /home partition and when I selected it, it said to pick a filesystem.
So I thought that meant it would be overwritten.

Similar Messages

  • Separate home partition

    Hi, I would like my /home directory on a seperate partition.  It is going to be shared with Ubuntu 10.10.  I already have it set up in Ubuntu 10.10, but now I need to set it up in Arch Linux.  Since all my home contents are already on the new /home partition, I just need to tell Arch Linux to mount that partition automatically. 
    How can I do just that?
    Im assuming I would generally follow this: https://help.ubuntu.com/community/Parti … ome/Moving  except for any steps that invlove copying home directories.  Is this right?
    I just want to make sure, just so I don't screw things up.

    TWILisawesome wrote:
    Update:
    I issued the cat command in both OS's and they report almost the same message.  In Ubuntu:
    james:x:1000:1000:/home/james:/bin/bash
    In Arch:
    james:x:1000:100:/home/james:/bin/bash
    There is one less zero in the arch command.  Could this be a concern?
    Any file you create will have its group the same as default group of your user. So, in order to make them similar just change one of these users default group. See man useradd about -g parameter.

  • Home partition problem after messing with permisions

    As I have a separate home partiton, and as I was trying a little experiment with permissions (trying to make the home directory a bit more restrictive than necesarry), I can't make it to work properly anymore, even if I've changed the permissions back.
    The thing is, the boot process stops after loading all the modules and daemons and it just freezes, no error no nothing. I have to edit fstab in fallback , and comment the line with the home partition, so it won't mount automatically, and only after that when I boot normally first I have to log in as root, mount the partition manually, exit root and than I have to log in as a normal user and do startx.
    My current home permisions are
    drwxr-xr-x 5 root root 4096 Apr 8 22:59 home
    I've pretty much tryied everything, changing permissions and owners to home directory, but with the same result. I also had to delete ~/.Xauthority as when I was trying to startx the graphical enviroment I was geting some messages saying
    error in locking authority file .Xauthority
    I have to admit I never fully understood how permissions/owners work in linux, except for how to manage them lightly with chmod and chown.
    Anyway I'm out of ideas and any suggestions would be great.
    Thanks for your time
    Last edited by I'mGeorge (2012-04-05 08:34:59)

    toad wrote:
    A typical entry for your ~ probably looks like <youruser>:root now. If so, try chown -R <youruser>:users /home/youruser
    Also check you fstab entry for ~, should be "defaults 0 1" at the end.
    Sorry for my late response, I've been gone for a while. Anyway I've tried it and it didn't worked, still stucks in the boot process.
    cfr wrote:What does ls -al /home give you?
    What does dmesg show?
    ls -al /home
    total 36
    drwxr-xr-x 5 root root 4096 Apr 8 22:59 .
    drwxr-xr-x 22 root root 4096 Apr 9 02:14 ..
    drwxrwxr-x 30 user_name users 4096 Apr 21 16:46 user_name
    dr-x--x--x 3 ftpuse users 4096 Apr 8 11:38 ftpuse
    drwx------ 2 root root 16384 Mar 24 17:05 lost+found
    -rw------- 1 1000 users 51 Apr 8 19:12 .Xauthority
    dmesg
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.2.13-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.3 (GCC) ) #1 SMP PREEMPT Sat Mar 24 09:10:39 CET 2012
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-uuid/48a39dbb-8a54-4374-bfa8-02ce6934f53f ro quiet splash
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    [ 0.000000] BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 000000007fee0000 (usable)
    [ 0.000000] BIOS-e820: 000000007fee0000 - 000000007fee3000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 000000007fee3000 - 000000007fef0000 (ACPI data)
    [ 0.000000] BIOS-e820: 000000007fef0000 - 000000007ff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fec00000 - 0000000100000000 (reserved)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI 2.4 present.
    [ 0.000000] DMI: System manufacturer System Product Name/M2A-VM, BIOS ASUS M2A-VM ACPI BIOS Revision 1301 09/11/2007
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x7fee0 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-C7FFF write-protect
    [ 0.000000] C8000-FFFFF uncachable
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask FF80000000 write-back
    [ 0.000000] 1 base 007FF00000 mask FFFFF00000 uncachable
    [ 0.000000] 2 disabled
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [ffff8800000f6530] f6530
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] init_memory_mapping: 0000000000000000-000000007fee0000
    [ 0.000000] 0000000000 - 007fe00000 page 2M
    [ 0.000000] 007fe00000 - 007fee0000 page 4k
    [ 0.000000] kernel direct mapping tables up to 7fee0000 @ 1fffc000-20000000
    [ 0.000000] RAMDISK: 03cd3000 - 04080000
    [ 0.000000] ACPI: RSDP 00000000000f81e0 00024 (v02 ATI )
    [ 0.000000] ACPI: XSDT 000000007fee3100 00044 (v01 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP 000000007fee8400 000F4 (v03 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT 000000007fee3280 05136 (v01 ATI ASUSACPI 00001000 MSFT 03000000)
    [ 0.000000] ACPI: FACS 000000007fee0000 00040
    [ 0.000000] ACPI: SSDT 000000007fee8640 00248 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    [ 0.000000] ACPI: MCFG 000000007fee8980 0003C (v01 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC 000000007fee8540 00084 (v01 ATI ASUSACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] Scanning NUMA topology in Northbridge 24
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at 0000000000000000-000000007fee0000
    [ 0.000000] Initmem setup node 0 0000000000000000-000000007fee0000
    [ 0.000000] NODE_DATA [000000007fedb000 - 000000007fedffff]
    [ 0.000000] [ffffea0000000000-ffffea0001ffffff] PMD -> [ffff88007d600000-ffff88007f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal empty
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] early_node_map[2] active PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x0007fee0
    [ 0.000000] On node 0 totalpages: 523887
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 8124 pages used for memmap
    [ 0.000000] DMA32 zone: 511780 pages, LIFO batch:31
    [ 0.000000] Detected use of extended apic ids on hypertransport bus
    [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    [ 0.000000] Allocating PCI resources starting at 7ff00000 (gap: 7ff00000:60100000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88007fc00000 s82176 r8192 d24320 u524288
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 u524288 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 515694
    [ 0.000000] Policy zone: DMA32
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/disk/by-uuid/48a39dbb-8a54-4374-bfa8-02ce6934f53f ro quiet splash
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ 10e000000 size 32 MB
    [ 0.000000] Aperture beyond 4GB. Ignoring.
    [ 0.000000] Memory: 2047368k/2096000k available (4491k kernel code, 452k absent, 48180k reserved, 4412k data, 736k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:712 16
    [ 0.000000] spurious 8259A interrupt: IRQ7.
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 16777216 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Fast TSC calibration using PIT
    [ 0.000000] Detected 2300.015 MHz processor.
    [ 0.000000] Marking TSC unstable due to TSCs unsynchronized
    [ 0.006672] Calibrating delay loop (skipped), value calculated using timer frequency.. 4601.69 BogoMIPS (lpj=7666716)
    [ 0.006677] pid_max: default: 32768 minimum: 301
    [ 0.006707] Security Framework initialized
    [ 0.006713] AppArmor: AppArmor disabled by boot time parameter
    [ 0.006947] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    [ 0.008306] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    [ 0.008841] Mount-cache hash table entries: 256
    [ 0.009006] Initializing cgroup subsys cpuacct
    [ 0.009013] Initializing cgroup subsys memory
    [ 0.009023] Initializing cgroup subsys devices
    [ 0.009026] Initializing cgroup subsys freezer
    [ 0.009029] Initializing cgroup subsys net_cls
    [ 0.009031] Initializing cgroup subsys blkio
    [ 0.009065] tseg: 007ff00000
    [ 0.009068] CPU: Physical Processor ID: 0
    [ 0.009070] CPU: Processor Core ID: 0
    [ 0.009072] mce: CPU supports 5 MCE banks
    [ 0.009084] using AMD E400 aware idle routine
    [ 0.010229] ACPI: Core revision 20110623
    [ 0.013366] ftrace: allocating 17401 entries in 69 pages
    [ 0.020688] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.055168] CPU0: AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ stepping 02
    [ 0.056663] Performance Events: AMD PMU driver.
    [ 0.056663] ... version: 0
    [ 0.056663] ... bit width: 48
    [ 0.056663] ... generic registers: 4
    [ 0.056663] ... value mask: 0000ffffffffffff
    [ 0.056663] ... max period: 00007fffffffffff
    [ 0.056663] ... fixed-purpose events: 0
    [ 0.056663] ... event mask: 000000000000000f
    [ 0.073427] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.100010] Booting Node 0, Processors #1
    [ 0.100013] smpboot cpu 1: start_ip = 9a000
    [ 0.193393] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.199991] Brought up 2 CPUs
    [ 0.199993] Total of 2 processors activated (9203.89 BogoMIPS).
    [ 0.200537] devtmpfs: initialized
    [ 0.201644] PM: Registering ACPI NVS region at 7fee0000 (12288 bytes)
    [ 0.201644] print_constraints: dummy:
    [ 0.201644] NET: Registered protocol family 16
    [ 0.203423] node 0 link 0: io port [c000, ffff]
    [ 0.203426] TOM: 0000000080000000 aka 2048M
    [ 0.203429] node 0 link 0: mmio [a0000, bffff]
    [ 0.203432] node 0 link 0: mmio [80000000, dfffffff]
    [ 0.203435] node 0 link 0: mmio [f0000000, fe02ffff]
    [ 0.203437] node 0 link 0: mmio [e0000000, e03fffff]
    [ 0.203440] bus: [00, 03] on node 0 link 0
    [ 0.203443] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.203445] bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    [ 0.203448] bus: 00 index 2 [mem 0x80000000-0xefffffff]
    [ 0.203450] bus: 00 index 3 [mem 0xf0000000-0xfcffffffff]
    [ 0.203461] ACPI: bus type pci registered
    [ 0.203528] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.203532] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.222697] PCI: Using configuration type 1 for base access
    [ 0.223354] bio: create slab <bio-0> at 0
    [ 0.223388] ACPI: Added _OSI(Module Device)
    [ 0.223388] ACPI: Added _OSI(Processor Device)
    [ 0.223388] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.223388] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.224098] ACPI: EC: Look up EC in DSDT
    [ 0.227787] ACPI: Interpreter enabled
    [ 0.227792] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.227810] ACPI: Using IOAPIC for interrupt routing
    [ 0.231361] ACPI: No dock devices found.
    [ 0.231364] HEST: Table not found.
    [ 0.231368] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.231430] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.231560] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.231563] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.231566] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.231569] pci_root PNP0A03:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
    [ 0.231572] pci_root PNP0A03:00: host bridge window [mem 0x80000000-0xfebfffff] (ignored)
    [ 0.231581] pci 0000:00:00.0: [1002:7910] type 0 class 0x000600
    [ 0.231617] pci 0000:00:02.0: [1002:7913] type 1 class 0x000604
    [ 0.231655] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.231659] pci 0000:00:02.0: PME# disabled
    [ 0.231679] pci 0000:00:07.0: [1002:7917] type 1 class 0x000604
    [ 0.231716] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.231719] pci 0000:00:07.0: PME# disabled
    [ 0.231752] pci 0000:00:12.0: [1002:4380] type 0 class 0x000101
    [ 0.231772] pci 0000:00:12.0: reg 10: [io 0xff00-0xff07]
    [ 0.231783] pci 0000:00:12.0: reg 14: [io 0xfe00-0xfe03]
    [ 0.231794] pci 0000:00:12.0: reg 18: [io 0xfd00-0xfd07]
    [ 0.231805] pci 0000:00:12.0: reg 1c: [io 0xfc00-0xfc03]
    [ 0.231816] pci 0000:00:12.0: reg 20: [io 0xfb00-0xfb0f]
    [ 0.231827] pci 0000:00:12.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    [ 0.231851] pci 0000:00:12.0: set SATA to AHCI mode
    [ 0.231895] pci 0000:00:13.0: [1002:4387] type 0 class 0x000c03
    [ 0.231911] pci 0000:00:13.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    [ 0.231986] pci 0000:00:13.1: [1002:4388] type 0 class 0x000c03
    [ 0.232001] pci 0000:00:13.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    [ 0.232076] pci 0000:00:13.2: [1002:4389] type 0 class 0x000c03
    [ 0.232091] pci 0000:00:13.2: reg 10: [mem 0xfe02c000-0xfe02cfff]
    [ 0.232166] pci 0000:00:13.3: [1002:438a] type 0 class 0x000c03
    [ 0.232181] pci 0000:00:13.3: reg 10: [mem 0xfe02b000-0xfe02bfff]
    [ 0.232255] pci 0000:00:13.4: [1002:438b] type 0 class 0x000c03
    [ 0.232271] pci 0000:00:13.4: reg 10: [mem 0xfe02a000-0xfe02afff]
    [ 0.232351] pci 0000:00:13.5: [1002:4386] type 0 class 0x000c03
    [ 0.232373] pci 0000:00:13.5: reg 10: [mem 0xfe029000-0xfe0290ff]
    [ 0.232467] pci 0000:00:13.5: supports D1 D2
    [ 0.232470] pci 0000:00:13.5: PME# supported from D0 D1 D2 D3hot
    [ 0.232475] pci 0000:00:13.5: PME# disabled
    [ 0.232587] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.232947] pci 0000:00:14.0: reg 10: [io 0x0b00-0x0b0f]
    [ 0.235329] pci 0000:00:14.1: [1002:438c] type 0 class 0x000101
    [ 0.235345] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.235355] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.235367] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.235378] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.235389] pci 0000:00:14.1: reg 20: [io 0xf900-0xf90f]
    [ 0.235435] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.235460] pci 0000:00:14.2: reg 10: [mem 0xfe020000-0xfe023fff 64bit]
    [ 0.235535] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.235540] pci 0000:00:14.2: PME# disabled
    [ 0.235555] pci 0000:00:14.3: [1002:438d] type 0 class 0x000601
    [ 0.235640] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.235694] pci 0000:00:18.0: [1022:1100] type 0 class 0x000600
    [ 0.235720] pci 0000:00:18.1: [1022:1101] type 0 class 0x000600
    [ 0.235739] pci 0000:00:18.2: [1022:1102] type 0 class 0x000600
    [ 0.235760] pci 0000:00:18.3: [1022:1103] type 0 class 0x000600
    [ 0.235792] PCI: peer root bus 00 res updated from pci conf
    [ 0.235831] pci 0000:01:00.0: [1002:94c1] type 0 class 0x000300
    [ 0.235847] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.235859] pci 0000:01:00.0: reg 18: [mem 0xfdde0000-0xfddeffff 64bit]
    [ 0.235867] pci 0000:01:00.0: reg 20: [io 0xde00-0xdeff]
    [ 0.235881] pci 0000:01:00.0: reg 30: [mem 0xfddc0000-0xfdddffff pref]
    [ 0.235915] pci 0000:01:00.0: supports D1 D2
    [ 0.235940] pci 0000:01:00.1: [1002:aa10] type 0 class 0x000403
    [ 0.235954] pci 0000:01:00.1: reg 10: [mem 0xfddfc000-0xfddfffff 64bit]
    [ 0.236018] pci 0000:01:00.1: supports D1 D2
    [ 0.240002] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.240006] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.240009] pci 0000:00:02.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.240014] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.240061] pci 0000:02:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.240076] pci 0000:02:00.0: reg 10: [io 0xee00-0xeeff]
    [ 0.240103] pci 0000:02:00.0: reg 18: [mem 0xfdcff000-0xfdcfffff 64bit]
    [ 0.240133] pci 0000:02:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    [ 0.240199] pci 0000:02:00.0: supports D1 D2
    [ 0.240201] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.240206] pci 0000:02:00.0: PME# disabled
    [ 0.240225] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.240233] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.240237] pci 0000:00:07.0: bridge window [io 0xe000-0xefff]
    [ 0.240240] pci 0000:00:07.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.240245] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.240286] pci 0000:03:06.0: [14f1:8800] type 0 class 0x000400
    [ 0.240313] pci 0000:03:06.0: reg 10: [mem 0xfc000000-0xfcffffff]
    [ 0.240454] pci 0000:03:06.1: [14f1:8801] type 0 class 0x000480
    [ 0.240478] pci 0000:03:06.1: reg 10: [mem 0xfb000000-0xfbffffff]
    [ 0.240641] pci 0000:00:14.4: PCI bridge to [bus 03-03] (subtractive decode)
    [ 0.240646] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.240651] pci 0000:00:14.4: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.240656] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff pref]
    [ 0.240659] pci 0000:00:14.4: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.240662] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.240665] pci 0000:00:14.4: bridge window [mem 0x80000000-0xefffffff] (subtractive decode)
    [ 0.240667] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfcffffffff] (subtractive decode)
    [ 0.240682] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.240844] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
    [ 0.240904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.240939] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
    [ 0.240970] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.240974] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.240976] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.254436] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254479] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254520] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254561] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254602] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254642] ACPI: PCI Interrupt Link [LNKF] (IRQs *3 4 5 6 7 10 11)
    [ 0.254682] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 *11)
    [ 0.254722] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    [ 0.254821] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.254821] vgaarb: loaded
    [ 0.254821] vgaarb: bridge control possible 0000:01:00.0
    [ 0.254821] PCI: Using ACPI for IRQ routing
    [ 0.264861] PCI: pci_cache_line_size set to 64 bytes
    [ 0.265125] reserve RAM buffer: 000000000009f000 - 000000000009ffff
    [ 0.265127] reserve RAM buffer: 000000007fee0000 - 000000007fffffff
    [ 0.265240] NetLabel: Initializing
    [ 0.265242] NetLabel: domain hash size = 128
    [ 0.265243] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.265258] NetLabel: unlabeled traffic allowed by default
    [ 0.272897] pnp: PnP ACPI init
    [ 0.272921] ACPI: bus type pnp registered
    [ 0.273043] pnp 00:00: [bus 00-ff]
    [ 0.273046] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.273048] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.273050] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.273053] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.273055] pnp 00:00: [mem 0x000c0000-0x000dffff window]
    [ 0.273057] pnp 00:00: [mem 0x80000000-0xfebfffff window]
    [ 0.273118] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.273185] pnp 00:01: [io 0x4100-0x411f]
    [ 0.273188] pnp 00:01: [io 0x0228-0x022f]
    [ 0.273190] pnp 00:01: [io 0x040b]
    [ 0.273192] pnp 00:01: [io 0x04d6]
    [ 0.273194] pnp 00:01: [io 0x0c00-0x0c01]
    [ 0.273196] pnp 00:01: [io 0x0c14]
    [ 0.273198] pnp 00:01: [io 0x0c50-0x0c52]
    [ 0.273200] pnp 00:01: [io 0x0c6c-0x0c6d]
    [ 0.273202] pnp 00:01: [io 0x0c6f]
    [ 0.273204] pnp 00:01: [io 0x0cd0-0x0cd1]
    [ 0.273206] pnp 00:01: [io 0x0cd2-0x0cd3]
    [ 0.273208] pnp 00:01: [io 0x0cd4-0x0cdf]
    [ 0.273210] pnp 00:01: [io 0x4000-0x40fe]
    [ 0.273212] pnp 00:01: [io 0x4210-0x4217]
    [ 0.273214] pnp 00:01: [io 0x0b00-0x0b0f]
    [ 0.273216] pnp 00:01: [io 0x0b10-0x0b1f]
    [ 0.273218] pnp 00:01: [mem 0x00000000-0x00000fff window]
    [ 0.273221] pnp 00:01: [mem 0xfee00400-0xfee00fff window]
    [ 0.273266] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:02:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    [ 0.273305] system 00:01: [io 0x4100-0x411f] has been reserved
    [ 0.273324] system 00:01: [io 0x0228-0x022f] has been reserved
    [ 0.273327] system 00:01: [io 0x040b] has been reserved
    [ 0.273329] system 00:01: [io 0x04d6] has been reserved
    [ 0.273332] system 00:01: [io 0x0c00-0x0c01] has been reserved
    [ 0.273335] system 00:01: [io 0x0c14] has been reserved
    [ 0.273338] system 00:01: [io 0x0c50-0x0c52] has been reserved
    [ 0.273344] system 00:01: [io 0x0c6c-0x0c6d] has been reserved
    [ 0.273347] system 00:01: [io 0x0c6f] has been reserved
    [ 0.273350] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.273352] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.273355] system 00:01: [io 0x0cd4-0x0cdf] has been reserved
    [ 0.273358] system 00:01: [io 0x4000-0x40fe] has been reserved
    [ 0.273361] system 00:01: [io 0x4210-0x4217] has been reserved
    [ 0.273364] system 00:01: [io 0x0b00-0x0b0f] has been reserved
    [ 0.273366] system 00:01: [io 0x0b10-0x0b1f] has been reserved
    [ 0.273370] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
    [ 0.273374] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.273472] pnp 00:02: [dma 4]
    [ 0.273474] pnp 00:02: [io 0x0000-0x000f]
    [ 0.273477] pnp 00:02: [io 0x0080-0x0090]
    [ 0.273479] pnp 00:02: [io 0x0094-0x009f]
    [ 0.273481] pnp 00:02: [io 0x00c0-0x00df]
    [ 0.273514] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.273556] pnp 00:03: [io 0x0070-0x0073]
    [ 0.273576] pnp 00:03: [irq 8]
    [ 0.273604] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.273613] pnp 00:04: [io 0x0061]
    [ 0.273642] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.273651] pnp 00:05: [io 0x00f0-0x00ff]
    [ 0.273660] pnp 00:05: [irq 13]
    [ 0.273690] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.273724] pnp 00:06: [io 0x0010-0x001f]
    [ 0.273726] pnp 00:06: [io 0x0022-0x003f]
    [ 0.273728] pnp 00:06: [io 0x0044-0x005f]
    [ 0.273730] pnp 00:06: [io 0x0062-0x0063]
    [ 0.273732] pnp 00:06: [io 0x0065-0x006f]
    [ 0.273734] pnp 00:06: [io 0x0074-0x007f]
    [ 0.273737] pnp 00:06: [io 0x0091-0x0093]
    [ 0.273739] pnp 00:06: [io 0x00a2-0x00bf]
    [ 0.273741] pnp 00:06: [io 0x00e0-0x00ef]
    [ 0.273743] pnp 00:06: [io 0x04d0-0x04d1]
    [ 0.273745] pnp 00:06: [io 0x0220-0x0225]
    [ 0.273803] system 00:06: [io 0x04d0-0x04d1] has been reserved
    [ 0.273807] system 00:06: [io 0x0220-0x0225] has been reserved
    [ 0.273810] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.273948] pnp 00:07: [io 0x03f0-0x03f5]
    [ 0.273950] pnp 00:07: [io 0x03f7]
    [ 0.273960] pnp 00:07: [irq 6]
    [ 0.273962] pnp 00:07: [dma 2]
    [ 0.274012] pnp 00:07: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.274189] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.274199] pnp 00:08: [irq 4]
    [ 0.274262] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.274536] pnp 00:09: [io 0x0378-0x037f]
    [ 0.274545] pnp 00:09: [irq 7]
    [ 0.274598] pnp 00:09: Plug and Play ACPI device, IDs PNP0400 (active)
    [ 0.274701] pnp 00:0a: [irq 12]
    [ 0.274742] pnp 00:0a: Plug and Play ACPI device, IDs PNP0f13 (active)
    [ 0.274766] pnp 00:0b: [io 0x0060]
    [ 0.274768] pnp 00:0b: [io 0x0064]
    [ 0.274777] pnp 00:0b: [irq 1]
    [ 0.274820] pnp 00:0b: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
    [ 0.274854] pnp 00:0c: [mem 0xe0000000-0xefffffff]
    [ 0.274910] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.274914] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.275052] pnp 00:0d: [mem 0x000cf000-0x000cffff]
    [ 0.275054] pnp 00:0d: [mem 0x000f0000-0x000f7fff]
    [ 0.275057] pnp 00:0d: [mem 0x000f8000-0x000fbfff]
    [ 0.275059] pnp 00:0d: [mem 0x000fc000-0x000fffff]
    [ 0.275061] pnp 00:0d: [mem 0x7fef0000-0x7ffeffff]
    [ 0.275064] pnp 00:0d: [mem 0xfed00000-0xfed000ff]
    [ 0.275066] pnp 00:0d: [mem 0x7fee0000-0x7fefffff]
    [ 0.275068] pnp 00:0d: [mem 0xffff0000-0xffffffff]
    [ 0.275070] pnp 00:0d: [mem 0x00000000-0x0009ffff]
    [ 0.275072] pnp 00:0d: [mem 0x00100000-0x7fedffff]
    [ 0.275075] pnp 00:0d: [mem 0x00000000-0xffffffffffffffff disabled]
    [ 0.275078] pnp 00:0d: [mem 0xfec00000-0xfec00fff]
    [ 0.275080] pnp 00:0d: [mem 0xfee00000-0xfee00fff]
    [ 0.275082] pnp 00:0d: [mem 0xfff80000-0xfffeffff]
    [ 0.275148] system 00:0d: [mem 0x000cf000-0x000cffff] has been reserved
    [ 0.275151] system 00:0d: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.275154] system 00:0d: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.275157] system 00:0d: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.275160] system 00:0d: [mem 0x7fef0000-0x7ffeffff] could not be reserved
    [ 0.275163] system 00:0d: [mem 0xfed00000-0xfed000ff] has been reserved
    [ 0.275166] system 00:0d: [mem 0x7fee0000-0x7fefffff] could not be reserved
    [ 0.275169] system 00:0d: [mem 0xffff0000-0xffffffff] has been reserved
    [ 0.275172] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.275175] system 00:0d: [mem 0x00100000-0x7fedffff] could not be reserved
    [ 0.275178] system 00:0d: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.275181] system 00:0d: [mem 0xfee00000-0xfee00fff] could not be reserved
    [ 0.275184] system 00:0d: [mem 0xfff80000-0xfffeffff] has been reserved
    [ 0.275188] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.275195] pnp: PnP ACPI: found 14 devices
    [ 0.275197] ACPI: ACPI bus type pnp unregistered
    [ 0.281954] Switching to clocksource acpi_pm
    [ 0.281989] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.282011] pci 0000:00:02.0: PCI bridge to [bus 01-01]
    [ 0.282014] pci 0000:00:02.0: bridge window [io 0xd000-0xdfff]
    [ 0.282018] pci 0000:00:02.0: bridge window [mem 0xfdd00000-0xfddfffff]
    [ 0.282022] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282029] pci 0000:02:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf1ffff pref]
    [ 0.282032] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.282035] pci 0000:00:07.0: bridge window [io 0xe000-0xefff]
    [ 0.282039] pci 0000:00:07.0: bridge window [mem 0xfdc00000-0xfdcfffff]
    [ 0.282042] pci 0000:00:07.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.282047] pci 0000:00:14.4: PCI bridge to [bus 03-03]
    [ 0.282051] pci 0000:00:14.4: bridge window [io 0xc000-0xcfff]
    [ 0.282057] pci 0000:00:14.4: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.282062] pci 0000:00:14.4: bridge window [mem 0xfde00000-0xfdefffff pref]
    [ 0.282076] pci 0000:00:02.0: setting latency timer to 64
    [ 0.282081] pci 0000:00:07.0: setting latency timer to 64
    [ 0.282090] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.282093] pci_bus 0000:00: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.282095] pci_bus 0000:00: resource 6 [mem 0x80000000-0xefffffff]
    [ 0.282098] pci_bus 0000:00: resource 7 [mem 0xf0000000-0xfcffffffff]
    [ 0.282101] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.282103] pci_bus 0000:01: resource 1 [mem 0xfdd00000-0xfddfffff]
    [ 0.282106] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.282109] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.282111] pci_bus 0000:02: resource 1 [mem 0xfdc00000-0xfdcfffff]
    [ 0.282114] pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    [ 0.282117] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    [ 0.282119] pci_bus 0000:03: resource 1 [mem 0xfb000000-0xfcffffff]
    [ 0.282122] pci_bus 0000:03: resource 2 [mem 0xfde00000-0xfdefffff pref]
    [ 0.282124] pci_bus 0000:03: resource 4 [io 0x0000-0xffff]
    [ 0.282127] pci_bus 0000:03: resource 5 [mem 0x000a0000-0x000bffff]
    [ 0.282129] pci_bus 0000:03: resource 6 [mem 0x80000000-0xefffffff]
    [ 0.282132] pci_bus 0000:03: resource 7 [mem 0xf0000000-0xfcffffffff]
    [ 0.282179] NET: Registered protocol family 2
    [ 0.282300] IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.283192] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    [ 0.283471] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.284012] TCP: Hash tables configured (established 262144 bind 65536)
    [ 0.284015] TCP reno registered
    [ 0.284027] UDP hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.284052] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    [ 0.284174] NET: Registered protocol family 1
    [ 0.284222] pci 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 0.410029] pci 0000:00:13.0: PCI INT A disabled
    [ 0.410046] pci 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.470028] pci 0000:00:13.1: PCI INT B disabled
    [ 0.470045] pci 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.520028] pci 0000:00:13.2: PCI INT C disabled
    [ 0.520037] pci 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 0.556694] pci 0000:00:13.3: PCI INT B disabled
    [ 0.556703] pci 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 0.580027] pci 0000:00:13.4: PCI INT C disabled
    [ 0.580045] pci 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 0.580063] pci 0000:00:13.5: PCI INT D disabled
    [ 0.580091] pci 0000:01:00.0: Boot video device
    [ 0.580104] PCI: CLS 32 bytes, default 64
    [ 0.580175] Unpacking initramfs...
    [ 0.670340] Freeing initrd memory: 3764k freed
    [ 0.674168] audit: initializing netlink socket (disabled)
    [ 0.674181] type=2000 audit(1335015865.673:1): initialized
    [ 0.682167] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.699702] VFS: Disk quotas dquot_6.5.2
    [ 0.699770] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.699895] msgmni has been set to 4006
    [ 0.700181] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.700227] io scheduler noop registered
    [ 0.700229] io scheduler deadline registered
    [ 0.700273] io scheduler cfq registered (default)
    [ 0.700442] pcieport 0000:00:02.0: setting latency timer to 64
    [ 0.700477] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.700580] pcieport 0000:00:07.0: setting latency timer to 64
    [ 0.700612] pcieport 0000:00:07.0: irq 41 for MSI/MSI-X
    [ 0.700843] ERST: Table is not found!
    [ 0.700845] GHES: HEST is not enabled!
    [ 0.700923] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.721568] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.830736] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.836831] Linux agpgart interface v0.103
    [ 0.836899] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 0.837294] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.837334] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.837463] mousedev: PS/2 mouse device common for all mice
    [ 0.837531] rtc_cmos 00:03: RTC can wake from S4
    [ 0.837651] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    [ 0.837681] rtc0: alarms up to one month, 242 bytes nvram
    [ 0.837693] cpuidle: using governor ladder
    [ 0.837695] cpuidle: using governor menu
    [ 0.837931] TCP cubic registered
    [ 0.838077] NET: Registered protocol family 10
    [ 0.838557] NET: Registered protocol family 17
    [ 0.838562] Registering the dns_resolver key type
    [ 0.838742] PM: Hibernation image not present or could not be loaded.
    [ 0.838750] registered taskstats version 1
    [ 0.846802] rtc_cmos 00:03: setting system clock to 2012-04-21 13:44:26 UTC (1335015866)
    [ 0.846839] Initializing network drop monitor service
    [ 0.848275] Freeing unused kernel memory: 736k freed
    [ 0.848597] Write protecting the kernel read-only data: 8192k
    [ 0.854844] Freeing unused kernel memory: 1636k freed
    [ 0.858217] Freeing unused kernel memory: 660k freed
    [ 0.859477] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 0.868953] udevd[63]: starting version 181
    [ 0.870545] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
    [ 0.870553] ACPI: Power Button [PWRB]
    [ 0.870623] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
    [ 0.870627] ACPI: Power Button [PWRF]
    [ 0.875995] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
    [ 0.876001] Disabling lock debugging due to kernel taint
    [ 0.962076] [fglrx] Maximum main memory to use for locked dma buffers: 1879 MBytes.
    [ 0.962284] [fglrx] vendor: 1002 device: 94c1 count: 1
    [ 0.962863] [fglrx] ioport: bar 4, base 0xde00, size: 0x100
    [ 0.962879] pci 0000:01:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 0.962885] pci 0000:01:00.0: setting latency timer to 64
    [ 0.963275] [fglrx] Kernel PAT support is enabled
    [ 0.963296] [fglrx] module loaded - fglrx 8.95.3 [Mar 8 2012] with 1 minors
    [ 1.006780] SCSI subsystem initialized
    [ 1.009937] usbcore: registered new interface driver usbfs
    [ 1.009968] usbcore: registered new interface driver hub
    [ 1.010740] usbcore: registered new device driver usb
    [ 1.011326] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 1.013144] ehci_hcd 0000:00:13.5: PCI INT D -> GSI 19 (level, low) -> IRQ 19
    [ 1.013169] ehci_hcd 0000:00:13.5: EHCI Host Controller
    [ 1.013215] ehci_hcd 0000:00:13.5: new USB bus registered, assigned bus number 1
    [ 1.013248] ehci_hcd 0000:00:13.5: applying AMD SB600/SB700 USB freeze workaround
    [ 1.013264] ehci_hcd 0000:00:13.5: debug port 1
    [ 1.013296] ehci_hcd 0000:00:13.5: irq 19, io mem 0xfe029000
    [ 1.013463] libata version 3.00 loaded.
    [ 1.020038] ehci_hcd 0000:00:13.5: USB 2.0 started, EHCI 1.00
    [ 1.020228] hub 1-0:1.0: USB hub found
    [ 1.020234] hub 1-0:1.0: 10 ports detected
    [ 1.020473] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 1.022521] ahci 0000:00:12.0: version 3.0
    [ 1.022555] ahci 0000:00:12.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    [ 1.022584] ahci 0000:00:12.0: ASUS M2A-VM: BIOS too old, forcing 32bit DMA, update BIOS
    [ 1.022595] ahci 0000:00:12.0: controller can't do 64bit DMA, forcing 32bit
    [ 1.022684] ahci 0000:00:12.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 1.022688] ahci 0000:00:12.0: flags: ncq sntf ilck pm led clo pmp pio slum part ccc
    [ 1.024214] scsi0 : ahci
    [ 1.025038] scsi1 : ahci
    [ 1.025593] scsi2 : ahci
    [ 1.025912] scsi3 : ahci
    [ 1.026059] ata1: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f100 irq 22
    [ 1.026063] ata2: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f180 irq 22
    [ 1.026067] ata3: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f200 irq 22
    [ 1.026071] ata4: SATA max UDMA/133 abar m1024@0xfe02f000 port 0xfe02f280 irq 22
    [ 1.030758] ohci_hcd 0000:00:13.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 1.030788] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.030806] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
    [ 1.030847] ohci_hcd 0000:00:13.0: irq 16, io mem 0xfe02e000
    [ 1.087557] hub 2-0:1.0: USB hub found
    [ 1.087568] hub 2-0:1.0: 2 ports detected
    [ 1.087808] ohci_hcd 0000:00:13.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.087834] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.087850] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
    [ 1.087889] ohci_hcd 0000:00:13.1: irq 17, io mem 0xfe02d000
    [ 1.144177] hub 3-0:1.0: USB hub found
    [ 1.144185] hub 3-0:1.0: 2 ports detected
    [ 1.144819] ohci_hcd 0000:00:13.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.144840] ohci_hcd 0000:00:13.2: OHCI Host Controller
    [ 1.144854] ohci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 4
    [ 1.144891] ohci_hcd 0000:00:13.2: irq 18, io mem 0xfe02c000
    [ 1.200845] hub 4-0:1.0: USB hub found
    [ 1.200852] hub 4-0:1.0: 2 ports detected
    [ 1.204383] ohci_hcd 0000:00:13.3: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    [ 1.204402] ohci_hcd 0000:00:13.3: OHCI Host Controller
    [ 1.204414] ohci_hcd 0000:00:13.3: new USB bus registered, assigned bus number 5
    [ 1.204433] ohci_hcd 0000:00:13.3: irq 17, io mem 0xfe02b000
    [ 1.260869] hub 5-0:1.0: USB hub found
    [ 1.260875] hub 5-0:1.0: 2 ports detected
    [ 1.264378] ohci_hcd 0000:00:13.4: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    [ 1.264397] ohci_hcd 0000:00:13.4: OHCI Host Controller
    [ 1.264409] ohci_hcd 0000:00:13.4: new USB bus registered, assigned bus number 6
    [ 1.264426] ohci_hcd 0000:00:13.4: irq 18, io mem 0xfe02a000
    [ 1.320865] hub 6-0:1.0: USB hub found
    [ 1.320871] hub 6-0:1.0: 2 ports detected
    [ 1.346716] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.346820] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.513356] ata1: softreset failed (device not ready)
    [ 1.513400] ata1: applying PMP SRST workaround and retrying
    [ 1.513426] ata3: softreset failed (device not ready)
    [ 1.513472] ata3: applying PMP SRST workaround and retrying
    [ 1.523350] usb 2-1: new low-speed USB device number 2 using ohci_hcd
    [ 1.680038] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    [ 1.680071] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 1.680241] ata3.00: ATAPI: ASUS DRW-2014L1T, 1.00, max UDMA/66
    [ 1.680245] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.680546] ata3.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.680549] ata3.00: configured for UDMA/66
    [ 1.702356] ata1.00: ATA-8: WDC WD5000AAKS-22YGA0, 12.01C02, max UDMA/133
    [ 1.702360] ata1.00: 976773168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
    [ 1.702365] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.703192] ata1.00: SB600 AHCI: limiting to 255 sectors per cmd
    [ 1.703195] ata1.00: configured for UDMA/133
    [ 1.703398] scsi 0:0:0:0: Direct-Access ATA WDC WD5000AAKS-2 12.0 PQ: 0 ANSI: 5
    [ 1.704013] scsi 2:0:0:0: CD-ROM ASUS DRW-2014L1T 1.00 PQ: 0 ANSI: 5
    [ 1.704911] usbcore: registered new interface driver usbhid
    [ 1.704914] usbhid: USB HID core driver
    [ 1.709979] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
    [ 1.710064] sd 0:0:0:0: [sda] Write Protect is off
    [ 1.710067] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.710092] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.712671] input: A4Tech USB Optical Mouse as /devices/pci0000:00/0000:00:13.0/usb2/2-1/2-1:1.0/input/input3
    [ 1.712800] a4tech 0003:09DA:000A.0001: input,hidraw0: USB HID v1.10 Mouse [A4Tech USB Optical Mouse] on usb-0000:00:13.0-1/input0
    [ 1.792215] sda: sda1 sda2 < sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 >
    [ 1.793025] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 3.142009] EXT4-fs (sda9): mounted filesystem with ordered data mode. Opts: (null)
    [ 4.654799] udevd[184]: starting version 181
    [ 4.814624] powernow-k8: Found 1 AMD Athlon(tm) 64 X2 Dual Core Processor 4400+ (2 cpu cores) (version 2.20.00)
    [ 4.814678] powernow-k8: fid 0xf (2300 MHz), vid 0xa
    [ 4.814680] powernow-k8: fid 0xe (2200 MHz), vid 0xb
    [ 4.814682] powernow-k8: fid 0xc (2000 MHz), vid 0xd
    [ 4.814684] powernow-k8: fid 0xa (1800 MHz), vid 0xf
    [ 4.814686] powernow-k8: fid 0x2 (1000 MHz), vid 0x12
    [ 5.037351] IT8716 SuperIO detected.
    [ 5.037732] parport_pc 00:09: reported by Plug and Play ACPI
    [ 5.037763] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
    [ 5.090629] ACPI: Fan [FAN] (on)
    [ 5.093477] thermal LNXTHERM:00: registered as thermal_zone0
    [ 5.093480] ACPI: Thermal Zone [THRM] (40 C)
    [ 5.114129] Floppy drive(s): fd0 is 1.44M
    [ 5.130505] FDC 0 is a post-1991 82077
    [ 5.135395] ppdev: user-space parallel port driver
    [ 5.179748] input: PC Speaker as /devices/platform/pcspkr/input/input4
    [ 5.185988] k8temp 0000:00:18.3: Temperature readouts might be wrong - check erratum #141
    [ 5.284365] Linux media interface: v0.10
    [ 5.311254] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.311288] r8169 0000:02:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    [ 5.311331] r8169 0000:02:00.0: setting latency timer to 64
    [ 5.311393] r8169 0000:02:00.0: irq 42 for MSI/MSI-X
    [ 5.311953] r8169 0000:02:00.0: eth0: RTL8168b/8111b at 0xffffc9001111a000, 00:1d:60:7b:03:17, XID 18000000 IRQ 42
    [ 5.311956] r8169 0000:02:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 5.362154] snd_hda_intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.367398] IR NEC protocol handler initialized
    [ 5.368170] EDAC MC: Ver: 2.1.0
    [ 5.370103] IR RC5(x) protocol handler initialized
    [ 5.371618] MCE: In-kernel MCE decoding enabled.
    [ 5.373786] AMD64 EDAC driver v3.4.0
    [ 5.375284] IR RC6 protocol handler initialized
    [ 5.401804] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 5.401809] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 5.402190] sr 2:0:0:0: Attached scsi CD-ROM sr0
    [ 5.428415] IR JVC protocol handler initialized
    [ 5.453158] Linux video capture interface: v2.00
    [ 5.474225] IR Sony protocol handler initialized
    [ 5.486042] EDAC amd64: DRAM ECC disabled.
    [ 5.486053] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    [ 5.486054] Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    [ 5.486056] (Note that use of the override may cause unknown side effects.)
    [ 5.489389] snd_hda_intel 0000:01:00.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    [ 5.489450] snd_hda_intel 0000:01:00.1: irq 43 for MSI/MSI-X
    [ 5.489474] snd_hda_intel 0000:01:00.1: setting latency timer to 64
    [ 5.489782] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
    [ 5.584490] IR MCE Keyboard/mouse protocol handler initialized
    [ 5.648267] lirc_dev: IR Remote Control driver registered, major 249
    [ 5.649264] IR LIRC bridge handler initialized
    [ 5.649632] HDMI status: Codec=0 Pin=3 Presence_Detect=0 ELD_Valid=0
    [ 5.650129] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:02.0/0000:01:00.1/sound/card1/input5
    [ 5.762564] pata_atiixp 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [ 5.763052] scsi4 : pata_atiixp
    [ 5.763141] scsi5 : pata_atiixp
    [ 5.763585] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf900 irq 14
    [ 5.763588] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf908 irq 15
    [ 6.004528] cx2388x alsa driver version 0.0.9 loaded
    [ 6.004842] cx88_audio 0000:03:06.1: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 6.006311] cx88[0]: subsystem: 107d:6618, board: Leadtek TV2000 XP Global [card=61,autodetected], frontend(s): 0
    [ 6.006314] cx88[0]: TV tuner type 71, Radio tuner type -1
    [ 6.011415] cx88/0: cx2388x v4l2 driver version 0.0.9 loaded
    [ 6.090849] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
    [ 6.568231] i2c-core: driver [tuner] using legacy suspend method
    [ 6.568235] i2c-core: driver [tuner] using legacy resume method
    [ 6.571872] tuner 1-0061: Tuner -1 found with type(s) Radio TV.
    [ 6.824431] xc2028 1-0061: creating new instance
    [ 6.824436] xc2028 1-0061: type set to XCeive xc2028/xc3028 tuner
    [ 6.824440] cx88[0]: Asking xc2028/3028 to load firmware xc3028-v27.fw
    [ 6.873363] Registered IR keymap rc-winfast
    [ 6.873473] input: cx88 IR (Leadtek TV2000 XP Glob as /devices/pci0000:00/0000:00:14.4/0000:03:06.1/rc/rc0/input7
    [ 6.873532] rc0: cx88 IR (Leadtek TV2000 XP Glob as /devices/pci0000:00/0000:00:14.4/0000:03:06.1/rc/rc0
    [ 6.873581] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
    [ 6.877165] cx8800 0000:03:06.0: PCI INT A -> GSI 21 (level, low) -> IRQ 21
    [ 6.877175] cx88[0]/0: found at 0000:03:06.0, rev: 5, irq: 21, latency: 64, mmio: 0xfc000000
    [ 6.986917] xc2028 1-0061: Loading 80 firmware images from xc3028-v27.fw, type: xc2028 firmware, ver 2.7
    [ 6.987025] cx88[0]: Calling XC2028/3028 callback
    [ 7.137054] xc2028 1-0061: Loading firmware for type=BASE (1), id 0000000000000000.
    [ 7.137058] cx88[0]: Calling XC2028/3028 callback
    [ 7.848967] cx88[0]: Calling XC2028/3028 callback
    [ 7.849552] cx88[0]: Calling XC2028/3028 callback
    [ 7.850136] cx88[0]: Calling XC2028/3028 callback
    [ 7.850718] cx88[0]: Calling XC2028/3028 callback
    [ 7.851664] cx88[0]: Calling XC2028/3028 callback
    [ 7.954303] cx88[0]: Calling XC2028/3028 callback
    [ 7.955248] cx88[0]: Calling XC2028/3028 callback
    [ 7.956193] cx88[0]: Calling XC2028/3028 callback
    [ 7.957144] cx88[0]: Calling XC2028/3028 callback
    [ 7.958088] cx88[0]: Calling XC2028/3028 callback
    [ 7.959032] cx88[0]: Calling XC2028/3028 callback
    [ 7.959976] cx88[0]: Calling XC2028/3028 callback
    [ 7.960931] cx88[0]: Calling XC2028/3028 callback
    [ 7.961876] cx88[0]: Calling XC2028/3028 callback
    [ 7.962816] cx88[0]: Calling XC2028/3028 callback
    [ 7.963771] cx88[0]: Calling XC2028/3028 callback
    [ 7.964716] cx88[0]: Calling XC2028/3028 callback
    [ 7.965661] cx88[0]: Calling XC2028/3028 callback
    [ 7.966606] cx88[0]: Calling XC2028/3028 callback
    [ 7.967558] cx88[0]: Calling XC2028/3028 callback
    [ 7.968503] cx88[0]: Calling XC2028/3028 callback
    [ 7.969439] cx88[0]: Calling XC2028/3028 callback
    [ 7.970395] cx88[0]: Calling XC2028/3028 callback
    [ 7.971337] cx88[0]: Calling XC2028/3028 callback
    [ 7.972278] cx88[0]: Calling XC2028/3028 callback
    [ 7.973223] cx88[0]: Calling XC2028/3028 callback
    [ 7.974177] cx88[0]: Calling XC2028/3028 callback
    [ 7.975117] cx88[0]: Calling XC2028/3028 callback
    [ 7.976058] cx88[0]: Calling XC2028/3028 callback
    [ 7.977012] cx88[0]: Calling XC2028/3028 callback
    [ 7.977957] cx88[0]: Calling XC2028/3028 callback
    [ 7.978897] cx88[0]: Calling XC2028/3028 callback
    [ 7.979841] cx88[0]: Calling XC2028/3028 callback
    [ 7.980793] cx88[0]: Calling XC2028/3028 callback
    [ 7.981737] cx88[0]: Calling XC2028/3028 callback
    [ 7.982683] cx88[0]: Calling XC2028/3028 callback
    [ 7.983638] cx88[0]: Calling XC2028/3028 callback
    [ 7.984583] cx88[0]: Calling XC2028/3028 callback
    [ 7.985527] cx88[0]: Calling XC2028/3028 callback
    [ 7.986464] cx88[0]: Calling XC2028/3028 callback
    [ 7.987419] cx88[0]: Calling XC2028/3028 callback
    [ 7.988364] cx88[0]: Calling XC2028/3028 callback
    [ 7.989306] cx88[0]: Calling XC2028/3028 callback
    [ 7.990262] cx88[0]: Calling XC2028/3028 callback
    [ 7.991206] cx88[0]: Calling XC2028/3028 callback
    [ 7.992151] cx88[0]: Calling XC2028/3028 callback
    [ 7.993096] cx88[0]: Calling XC2028/3028 callback
    [ 7.994051] cx88[0]: Calling XC2028/3028 callback
    [ 7.994996] cx88[0]: Calling XC2028/3028 callback
    [ 7.995937] cx88[0]: Calling XC2028/3028 callback
    [ 7.996884] cx88[0]: Calling XC2028/3028 callback
    [ 7.997826] cx88[0]: Calling XC2028/3028 callback
    [ 7.998771] cx88[0]: Calling XC2028/3028 callback
    [ 7.999716] cx88[0]: Calling XC2028/3028 callback
    [ 8.000672] cx88[0]: Calling XC2028/3028 callback
    [ 8.001616] cx88[0]: Calling XC2028/3028 callback
    [ 8.002557] cx88[0]: Calling XC2028/3028 callback
    [ 8.003512] cx88[0]: Calling XC2028/3028 callback
    [ 8.004449] cx88[0]: Calling XC2028/3028 callback
    [ 8.005394] cx88[0]: Calling XC2028/3028 callback
    [ 8.006337] cx88[0]: Calling XC2028/3028 callback
    [ 8.007284] cx88[0]: Calling XC2028/3028 callback
    [ 8.008226] cx88[0]: Calling XC2028/3028 callback
    [ 8.009170] cx88[0]: Calling XC2028/3028 callback
    [ 8.010125] cx88[0]: Calling XC2028/3028 callback
    [ 8.011068] cx88[0]: Calling XC2028/3028 callback
    [ 8.012012] cx88[0]: Calling XC2028/3028 callback
    [ 8.012956] cx88[0]: Calling XC2028/3028 callback
    [ 8.013911] cx88[0]: Calling XC2028/3028 callback
    [ 8.014856] cx88[0]: Calling XC2028/3028 callback
    [ 8.015797] cx88[0]: Calling XC2028/3028 callback
    [ 8.016758] cx88[0]: Calling XC2028/3028 callback
    [ 8.017704] cx88[0]: Calling XC2028/3028 callback
    [ 8.018646] cx88[0]: Calling XC2028/3028 callback
    [ 8.019590] cx88[0]: Calling XC2028/3028 callback
    [ 8.020547] cx88[0]: Calling XC2028/3028 callback
    [ 8.021488] cx88[0]: Calling XC2028/3028 callback
    [ 8.022426] cx88[0]: Calling XC2028/3028 callback
    [ 8.023386] cx88[0]: Calling XC2028/3028 callback
    [ 8.024330] cx88[0]: Calling XC2028/3028 callback
    [ 8.025275] cx88[0]: Calling XC2028/3028 callback
    [ 8.026217] cx88[0]: Calling XC2028/3028 callback
    [ 8.027174] cx88[0]: Calling XC2028/3028 callback
    [ 8.028117] cx88[0]: Calling XC2028/3028 callback
    [ 8.029058] cx88[0]: Calling XC2028/3028 callback
    [ 8.030014] cx88[0]: Calling XC2028/3028 callback
    [ 8.030957] cx88[0]: Calling XC2028/3028 callback
    [ 8.031897] cx88[0]: Calling XC2028/3028 callback
    [ 8.032842] cx88[0]: Calling XC2028/3028 callback
    [ 8.033797] cx88[0]: Calling XC2028/3028 callback
    [ 8.034738] cx88[0]: Calling XC2028/3028 callback
    [ 8.035683] cx88[0]: Calling XC2028/3028 callback
    [ 8.036626] cx88[0]: Calling XC2028/3028 callback
    [ 8.037577] cx88[0]: Calling XC2028/3028 callback
    [ 8.038522] cx88[0]: Calling XC2028/3028 callback
    [ 8.039459] cx88[0]: Calling XC2028/3028 callback
    [ 8.040415] cx88[0]: Calling XC2028/3028 callback
    [ 8.041358] cx88[0]: Calling XC2028/3028 callback
    [ 8.042303] cx88[0]: Calling XC2028/3028 callback
    [ 8.043247] cx88[0]: Calling XC2028/3028 callback
    [ 8.044199] cx88[0]: Calling XC2028/3028 callback
    [ 8.045143] cx88[0]: Calling XC2028/3028 callback
    [ 8.046087] cx88[0]: Calling XC2028/3028 callback
    [ 8.047041] cx88[0]: Calling XC2028/3028 callback
    [ 8.047986] cx88[0]: Calling XC2028/3028 callback
    [ 8.048932] cx88[0]: Calling XC2028/3028 callback
    [ 8.049876] cx88[0]: Calling XC2028/3028 callback
    [ 8.050832] cx88[0]: Calling XC2028/3028 callback
    [ 8.051777] cx88[0]: Calling XC2028/3028 callback
    [ 8.052717] cx88[0]: Calling XC2028/3028 callback
    [ 8.053672] cx88[0]: Calling XC2028/3028 callback
    [ 8.054617] cx88[0]: Calling XC2028/3028 callback
    [ 8.055557] cx88[0]: Calling XC2028/3028 callback
    [ 8.056503] cx88[0]: Calling XC2028/3028 callback
    [ 8.057451] cx88[0]: Calling XC2028/3028 callback
    [ 8.058396] cx88[0]: Calling XC2028/3028 callback
    [ 8.059338] cx88[0]: Calling XC2028/3028 callback
    [ 8.060291] cx88[0]: Calling XC2028/3028 callback
    [ 8.061236] cx88[0]: Calling XC2028/3028 callback
    [ 8.062176] cx88[0]: Calling XC2028/3028 callback
    [ 8.063117] cx88[0]: Calling XC2028/3028 callback
    [ 8.064072] cx88[0]: Calling XC2028/3028 callback
    [ 8.065016] cx88[0]: Calling XC2028/3028 callback
    [ 8.065962] cx88[0]: Calling XC2028/3028 callback
    [ 8.066916] cx88[0]: Calling XC2028/3028 callback
    [ 8.067856] cx88[0]: Calling XC2028/3028 callback
    [ 8.068796] cx88[0]: Calling XC2028/3028 callback
    [ 8.069736] cx88[0]: Calling XC2028/3028 callback
    [ 8.070691] cx88[0]: Calling XC2028/3028 callback
    [ 8.071635] cx88[0]: Calling XC2028/3028 callback
    [ 8.072576] cx88[0]: Calling XC2028/3028 callback
    [ 8.073531] cx88[0]: Calling XC2028/3028 callback
    [ 8.074468] cx88[0]: Calling XC2028/3028 callback
    [ 8.075412] cx88[0]: Calling XC2028/3028 callback
    [ 8.076357] cx88[0]: Calling XC2028/3028 callback
    [ 8.077312] cx88[0]: Calling XC2028/3028 callback
    [ 8.078257] cx88[0]: Calling XC2028/3028 callback
    [ 8.079203] cx88[0]: Calling XC2028/3028 callback
    [ 8.080167] cx88[0]: Calling XC2028/3028 callback
    [ 8.081112] cx88[0]: Calling XC2028/3028 callback
    [ 8.082058] cx88[0]: Calling XC2028/3028 callback
    [ 8.083002] cx88[0]: Calling XC2028/3028 callback
    [ 8.083957] cx88[0]: Calling XC2028/3028 callback
    [ 8.084899] cx88[0]: Calling XC2028/3028 callback
    [ 8.085843] cx88[0]: Calling XC2028/3028 callback
    [ 8.086797] cx88[0]: Calling XC2028/3028 callback
    [ 8.087738] cx88[0]: Calling XC2028/3028 callback
    [ 8.088683] cx88[0]: Calling XC2028/3028 callback
    [ 8.089626] cx88[0]: Calling XC2028/3028 callback
    [ 8.090578] cx88[0]: Calling XC2028/3028 callback
    [ 8.091518] cx88[0]: Calling XC2028/3028 callback
    [ 8.092454] cx88[0]: Calling XC2028/3028 callback
    [ 8.093405] cx88[0]: Calling XC2028/3028 callback
    [ 8.094351] cx88[0]: Calling XC2028/3028 callback
    [ 8.095296] cx88[0]: Calling XC2028/3028 callback
    [ 8.096238] cx88[0]: Calling XC2028/3028 callback
    [ 8.097191] cx88[0]: Calling XC2028/3028 callback
    [ 8.098137] cx88[0]: Calling XC2028/3028 callback
    [ 8.099078] cx88[0]: Calling XC2028/3028 callback
    [ 8.100034] cx88[0]: Calling XC2028/3028 callback
    [ 8.100977] cx88[0]: Calling XC2028/3028 callback
    [ 8.101922] cx88[0]: Calling XC2028/3028 callback
    [ 8.102865] cx88[0]: Calling XC2028/3028 callback
    [ 8.103817] cx88[0]: Calling XC2028/3028 callback
    [ 8.104757] cx88[0]: Calling XC2028/3028 callback
    [ 8.105698] cx88[0]: Calling XC2028/3028 callback
    [ 8.106643] cx88[0]: Calling XC2028/3028 callback
    [ 8.107597] cx88[0]: Calling XC2028/3028 callback
    [ 8.108537] cx88[0]: Calling XC2028/3028 callback
    [ 8.109474] cx88[0]: Calling XC2028/3028 callback
    [ 8.110426] cx88[0]: Calling XC2028/3028 callback
    [ 8.111371] cx88[0]: Calling XC2028/3028 callback
    [ 8.112316] cx88[0]: Calling XC2028/3028 callback
    [ 8.113257] cx88[0]: Calling XC2028/3028 callback
    [ 8.114212] cx88[0]: Calling XC2028/3028 callback
    [ 8.115156] cx88[0]: Calling XC2028/3028 callback
    [ 8.116098] cx88[0]: Calling XC2028/3028 callback
    [ 8.117052] cx88[0]: Calling XC2028/3028 callback
    [ 8.117997] cx88[0]: Calling XC2028/3028 callback
    [ 8.118936] cx88[0]: Calling XC2028/3028 callback
    [ 8.119877] cx88[0]: Calling XC2028/3028 callback
    [ 8.120832] cx88[0]: Calling XC2028/3028 callback
    [ 8.121777] cx88[0]: Calling XC2028/3028 callback
    [ 8.122723] cx88[0]: Calling XC2028/3028 callback
    [ 8.123677] cx88[0]: Calling XC2028/3028 callback
    [ 8.124617] cx88[0]: Calling XC2028/3028 callback
    [ 8.125557] cx88[0]: Calling XC2028/3028 callback
    [ 8.126502] cx88[0]: Calling XC2028/3028 callback
    [ 8.127448] cx88[0]: Calling XC2028/3028 callback
    [ 8.128392] cx88[0]: Calling XC2028/3028 callback
    [ 8.129337] cx88[0]: Calling XC2028/3028 callback
    [ 8.130286] cx88[0]: Calling XC2028/3028 callback
    [ 8.131231] cx88[0]: Calling XC2028/3028 callback
    [ 8.132177] cx88[0]: Calling XC2028/3028 callback
    [ 8.133117] cx88[0]: Calling XC2028/3028 callback
    [ 8.134072] cx88[0]: Calling XC2028/3028 callback
    [ 8.135016] cx88[0]: Calling XC2028/3028 callback
    [ 8.135957] cx88[0]: Calling XC2028/3028 callback
    [ 8.136903] cx88[0]: Calling XC2028/3028 callback
    [ 8.137847] cx88[0]: Calling XC2028/3028 callback
    [ 8.138792] cx88[0]: Calling XC2028/3028 callback
    [ 8.139736] cx88[0]: Calling XC2028/3028 callback
    [ 8.140691] cx88[0]: Calling XC2028/3028 callback
    [ 8.141636] cx88[0]: Calling XC2028/3028 callback
    [ 8.142577] cx88[0]: Calling XC2028/3028 callback
    [ 8.143532] cx88[0]: Calling XC2028/3028 callback
    [ 8.144469] cx88[0]: Calling XC2028/3028 callback
    [ 8.145413] cx88[0]: Calling XC2028/3028 callback
    [ 8.146357] cx88[0]: Calling XC2028/3028 callback
    [ 8.147303] cx88[0]: Calling XC2028/3028 callback
    [ 8.148248] cx88[0]: Calling XC2028/3028 callback
    [ 8.149192] cx88[0]: Calling XC2028/3028 callback
    [ 8.150146] cx88[0]: Calling XC2028/3028 callback
    [ 8.151091] cx88[0]: Calling XC2028/3028 callback
    [ 8.152036] cx88[0]: Calling XC2028/3028 callback
    [ 8.152977] cx88[0]: Calling XC2028/3028 callback
    [ 8.153933] cx88[0]: Calling XC2028/3028 callback
    [ 8.154878] cx88[0]: Calling XC2028/3028 callback
    [ 8.155823] cx88[0]: Calling XC2028/3028 callback
    [ 8.156773] cx88[0]: Calling XC2028/3028 callback
    [ 8.157718] cx88[0]: Calling XC2028/3028 callback
    [ 8.158663] cx88[0]: Calling XC2028/3028 callback
    [ 8.159606] cx88[0]: Calling XC2028/3028 callback
    [ 8.160558] cx88[0]: Calling XC2028/3028 callback
    [ 8.161503] cx88[0]: Calling XC2028/3028 callback
    [ 8.162440] cx88[0]: Calling XC2028/3028 callback
    [ 8.163396] cx88[0]: Calling XC2028/3028 callback
    [ 8.164338] cx88[0]: Calling XC2028/3028 callback
    [ 8.165279] cx88[0]: Calling XC2028/3028 callback
    [ 8.166224] cx88[0]: Calling XC2028/3028 callback
    [ 8.167176] cx88[0]: Calling XC2028/3028 callback
    [ 8.168118] cx88[0]: Calling XC2028/3028 callback
    [ 8.169058] cx88[0]: Calling XC2028/3028 callback
    [ 8.170014] cx88[0]: Calling XC2028/3028 callback
    [ 8.170958] cx88[0]: Calling XC2028/3028 callback
    [ 8.171898] cx88[0]: Calling XC2028/3028 callback
    [ 8.172842] cx88[0]: Calling XC2028/3028 callback
    [ 8.173797] cx88[0]: Calling XC2028/3028 callback
    [ 8.174737] cx88[0]: Calling XC2028/3028 callback
    [ 8.175682] cx88[0]: Calling XC2028/3028 callback
    [ 8.176625] cx88[0]: Calling XC2028/3028 callback
    [ 8.177578] cx88[0]: Calling XC2028/3028 callback
    [ 8.178517] cx88[0]: Calling XC2028/3028 callback
    [ 8.179456] cx88[0]: Calling XC2028/3028 callback
    [ 8.180406] cx88[0]: Calling XC2028/3028 callback
    [ 8.181350] cx88[0]: Calling XC2028/3028 callback
    [ 8.182293] cx88[0]: Calling XC2028/3028 callback
    [ 8.183237] cx88[0]: Calling XC2028/3028 callback
    [ 8.184191] cx88[0]: Calling XC2028/3028 callback
    [ 8.185136] cx88[0]: Calling XC2028/3028 callback
    [ 8.186078] cx88[0]: Calling XC2028/3028 callback
    [ 8.187032] cx88[0]: Calling XC2028/3028 callback
    [ 8.187977] cx88[0]: Calling XC2028/3028 callback
    [ 8.188917] cx88[0]: Calling XC2028/3028 callback
    [ 8.189862] cx88[0]: Calling XC2028/3028 callback
    [ 8.190817] cx88[0]: Calling XC2028/3028 callback
    [ 8.191757] cx88[0]: Calling XC2028/3028 callback
    [ 8.192697] cx88[0]: Calling XC2028/3028 callback
    [ 8.193652] cx88[0]: Calling XC2028/3028 callback
    [ 8.194597] cx88[0]: Calling XC2028/3028 callback
    [ 8.195537] cx88[0]: Calling XC2028/3028 callback
    [ 8.196474] cx88[0]: Calling XC2028/3028 callback
    [ 8.197424] cx88[0]: Calling XC2028/3028 callback
    [ 8.198368] cx88[0]: Calling XC2028/3028 callback
    [ 8.199312] cx88[0]: Calling XC2028/3028 callback
    [ 8.200272] cx88[0]: Calling XC2028/3028 callback
    [ 8.201216] cx88[0]: Calling XC2028/3028 callback
    [ 8.202157] cx88[0]: Calling XC2028/3028 callback
    [ 8.203098] cx88[0]: Calling XC2028/3028 callback
    [ 8.204053] cx88[0]: Calling XC2028/3028 callback
    [ 8.204997] cx88[0]: Calling XC2028/3028 callback
    [ 8.205937] cx88[0]: Calling XC2028/3028 callback
    [ 8.206884] cx88[0]: Calling XC2028/3028 callback
    [ 8.207827] cx88[0]: Calling XC2028/3028 callback
    [ 8.208772] cx88[0]: Calling XC2028/3028 callback
    [ 8.209717] cx88[0]: Calling XC2028/3028 callback
    [ 8.210672] cx88[0]: Calling XC2028/3028 callback
    [ 8.211616] cx88[0]: Calling XC2028/3028 callback
    [ 8.212557] cx88[0]: Calling XC2028/3028 callback
    [ 8.213512] cx88[0]: Calling XC2028/3028 callback
    [ 8.214449] cx88[0]: Calling XC2028/3028 callback
    [ 8.215392] cx88[0]: Calling XC2028/3028 callback
    [ 8.216337] cx88[0]: Calling XC2028/3028 callback
    [ 8.217293] cx88[0]: Calling XC2028/3028 callback
    [ 8.218237] cx88[0]: Calling XC2028/3028 callback
    [ 8.219177] cx88[0]: Calling XC2028/3028 callback
    [ 8.220126] cx88[0]: Calling XC2028/3028 callback
    [ 8.221068] cx88[0]: Calling XC2028/3028 callback
    [ 8.222012] cx88[0]: Calling XC2028/3028 callback
    [ 8.222957] cx88[0]: Calling XC2028/3028 callback
    [ 8.223912] cx88[0]: Calling XC2028/3028 callback
    [ 8.224856] cx88[0]: Calling XC2028/3028 callback
    [ 8.225801] cx88[0]: Calling XC2028/3028 callback
    [ 8.226757] cx88[0]: Calling XC2028/3028 callback
    [ 8.227698] cx88[0]: Calling XC2028/3028 callback
    [ 8.228643] cx88[0]: Calling XC2028/3028 callback
    [ 8.229586] cx88[0]: Calling XC2028/3028 callback
    [ 8.230538] cx88[0]: Calling XC2028/3028 callback
    [ 8.231475] cx88[0]: Calling XC2028/3028 callback
    [ 8.232416] cx88[0]: Calling XC2028/3028 callback
    [ 8.233367] cx88[0]: Calling XC2028/3028 callback
    [ 8.234312] cx88[0]: Calling XC2028/3028 callback
    [ 8.235256] cx88[0]: Calling XC2028/3028 callback
    [ 8.236196] cx88[0]: Calling XC2028/3028 callback
    [ 8.237144] cx88[0]: Calling XC2028/3028 callback
    [ 8.238087] cx88[0]: Calling XC2028/3028 callback
    [ 8.239031] cx88[0]: Calling XC2028/3028 callback
    [ 8.239975] cx88[0]: Calling XC2028/3028 callback
    [ 8.240928] cx88[0]: Calling XC2028/3028 callback
    [ 8.241872] cx88[0]: Calling XC2028/3028 callback
    [ 8.242816] cx88[0]: Calling XC2028/3028 callback
    [ 8.243771] cx88[0]: Calling XC2028/3028 callback
    [ 8.244715] cx88[0]: Calling XC2028/3028 callback
    [ 8.245656] cx88[0]: Calling XC2028/3028 callback
    [ 8.246596] cx88[0]: Calling XC2028/3028 callback
    [ 8.247547] cx88[0]: Calling XC2028/3028 callback
    [ 8.248488] cx88[0]: Calling XC2028/3028 callback
    [ 8.249426] cx88[0]: Calling XC2028/3028 callback
    [ 8.250381] cx88[0]: Calling XC2028/3028 callback
    [ 8.251327] cx88[0]: Calling XC2028/3028 callback
    [ 8.252272] cx88[0]: Calling XC2028/3028 callback
    [ 8.253215] cx88[0]: Calling XC2028/3028 callback
    [ 8.254167] cx88[0]: Calling XC2028/3028 callback
    [ 8.255112] cx88[0]: Calling XC2028/3028 callback
    [ 8.256057] cx88[0]: Calling XC2028/3028 callback
    [ 8.257012] cx88[0]: Calling XC2028/3028 callback
    [ 8.257957] cx88[0]: Calling XC2028/3028 callback
    [ 8.258897] cx88[0]: Calling XC2028/3028 callback
    [ 8.259842] cx88[0]: Calling XC2028/3028 callback
    [ 8.260798] cx88[0]: Calling XC2028/3028 callback
    [ 8.261743] cx88[0]: Calling XC2028/3028 callback
    [ 8.262688] cx88[0]: Calling XC2028/3028 callback
    [ 8.263644] cx88[0]: Calling XC2028/3028 callback
    [ 8.264587] cx88[0]: Calling XC2028/3028 callback
    [ 8.265532] cx88[0]: Calling XC2028/3028 callback
    [ 8.266470] cx88[0]: Calling XC2028/3028 callback
    [ 8.267424] cx88[0]: Calling XC2028/3028 callback
    [ 8.268367] cx88[0]: Calling XC2028/3028 callback
    [ 8.269311] cx88[0]: Calling XC2028/3028 callback
    [ 8.270267] cx88[0]: Calling XC2028/3028 callback
    [ 8.271212] cx88[0]: Calling XC2028/3028 callback
    [ 8.272156] cx88[0]: Calling XC2028/3028 callback
    [ 8.273098] cx88[0]: Calling XC2028/3028 callback
    [ 8.274052] cx88[0]: Calling XC2028/3028 callback
    [ 8.274997] cx88[0]: Calling XC2028/3028 callback
    [ 8.275937] cx88[0]: Calling XC2028/3028 callback
    [ 8.276892] cx88[0]: Calling XC2028/3028 callback
    [ 8.277837] cx88[0]: Calling XC2028/3028 callback
    [ 8.278777] cx88[0]: Calling XC2028/3028 callback
    [ 8.279718] cx88[0]: Calling XC2028/3028 callback
    [ 8.280672] cx88[0]: Calling XC2028/3028 callback
    [ 8.281616] cx88[0]: Calling XC2028/3028 callback
    [ 8.282557] cx88[0]: Calling XC2028/3028 callback
    [ 8.283512] cx88[0]: Calling XC2028/3028 callback
    [ 8.284449] cx88[0]: Calling XC2028/3028 callba

  • Home folder is 22.6 MB. Home partition is 30 GB. What canIdo[SOLVED]

    Hello every one.  I installed Arch on an old laptop.  The home partition is 30 GB.  I then created 2 user accounts.  Both have folder sizes of only 22.6 MB.  Yet the home partition is clearly bigger. I have confirmed the partition is mounted at the right location.  (Fstab and Gparted). Is there any way to expand them? I have searched the forums and have found nothing.
    Last edited by ryanvade (2013-02-24 02:19:14)

    I don't really know of a way (short of creating separate partitions) to limit each user to 15GB a piece.  I just don't that you can simply impose limitations like that on a given subdirectory.
    So on your /home partition, can you create a new directory (folder in your parlance) and put some crap in there that exceeds this magical 22.6MB?  Maybe create a directory like /home/test as root, and then again as root try and put some stuff there that exceeds this limitation?  If you can do it as UID 0, then you are running into a permissions problem of some kind.
    I think without more information though, this is really not a solvable situation, as it is rather hard to decipher what you are actually experiencing.

  • Installation without seperate /home partition [SOLVED]

    Hello,
    I searched the web to see if I could simply create 3 partitions /boot swap and the last one
    for the filesystem and mount / and /home on /dev/sda3 trough fstab. I never found a
    definitive answer.
    Why do I want to do this? I never really felt that having / and /home seperated gave me an
    advantage other than arbitrarily limiting my root partition even when there is still craploads of
    free space on /home. I thought 8 GB would be enough for / until I installed Eclipse and Android SDK.
    Clearing pacman cache did not help anymore and root was filled to the brim which resulted in poor
    boot performance on SSD.
    So how would one have to go on with this? I looked at LVM but I'm not sure how that will work
    out with my SSD alignment and sounds a bit over-complicated when having root and home on
    one ext4 partition would definitely solve my problem.
    Thanks in advance,
    blackout23
    Last edited by blackout23 (2012-07-22 17:03:26)

    This question has been asked before. Several times actually.
    I don't have a separate /home and my system has been running great for about 3-4 years now (same i686 install I did on my old computer). I don't have a separate boot partition either, and because I have 2 GB RAM, I don't use swap - at all. My "/" is a 10.00 GB ext4 partition (which took several attempts to make 10.00 GB on the nose) and I'm doing just fine.
    $ sudo ncdu / --exclude /media
    4.3GiB [##########] /usr
    . 1.7GiB [### ] /home
    274.3MiB [ ] /var
    208.7MiB [ ] /opt
    36.7MiB [ ] /boot
    15.7MiB [ ] /root
    11.3MiB [ ] /sbin
    10.0MiB [ ] /etc
    2.9MiB [ ] /bin
    220.0KiB [ ] /run
    72.0KiB [ ] /dev
    16.0KiB [ ] /srv
    12.0KiB [ ] /tmp
    8.0KiB [ ] /mnt
    e 4.0KiB [ ] /lost+found
    0.0 B [ ] /proc
    0.0 B [ ] /sys
    @ 0.0 B [ ] lib
    < 0.0 B [ ] /media
    Total disk usage: 6.5GiB Apparent size: 7.8GiB Items: 317634
    Depends what you install, I guess. For example, Wine installs to the user dir.
    And a bigger "/" isn't recommended on a HDD; the read head would travel too much.

  • How bad is it to have 4 network mounts for home folders?

    I am the tech curriculum guy at a middle school and also manage the servers. I am not an expert at all. Learn enough to make it work efficiently. We got a new server (intel). I am in the process of migrating all the users, groups, home folders and data etc. Had some problems so I called Apple, in my discussion with the tech support there (3-4 hours solving problems) one of the techs questioned my setup. Here is what I used to do:
    Server one has all the users in workgroup manager. The home folders for the 6th, 7th and 8th graders are on two separate drive bays on server one. Each grade level folder is a network mount. I then have the faculty home folders on a server two. There is also a shared folder called "Stuff" which mounts for all users and has clipart, movies etc. It is basically a read only mount. The faculty home folders are network mounts of their home folders.
    I service between 400 and 500 students a day in the lab, it is quite busy, with anywhere from 60 to 90 users logged on at one time. My thinking last year was that if I could spread out the home folders on different drives, the students wouldn't all be hitting the same drive for saves, data etc. So that one drive wouldn't be spinning its brains out to keep everyone going. That is why I have the 4 network mounts for the home folders. One for each grade level (6,7,8) and the faculty.
    My new server has three drives, two of them for home folders. The drives are 750 gb each. He (apple tech) suggested I create a folder in each drive, set it as the network mount and within that folder put two sets of home folders. So, then I would only have two network mounts, but retain my four sets of home folders that would be within the network mounts.
    I guess my question is, which is better, to have the 4 network mounts with separate home folder locations on 2 different servers, or consolidate the home folders into 2 network mounts on one server.
    He said that the more network mounts, the longer it takes to get computers started up.
    Any expert advice here would be greatly appreciated.
    Thanks, hope I explained this well enough.
    Intel Imac Mac OS X (10.4.8) Lab- Education Intel iMacs - PPC eMacs

    I don't think the logins take too long, we may wait 30 seconds or so for the students to login. We have had problems when 60 kids leave and 60 more come in, some login and after the username and password are entered, the login begins then locks. The Apple tech guy thought that could be aggravated by the 4 network mounts. I just sort of thought that with students and teachers accessing 4 different hard drives, that it wouldn't tax one drive as much. I agree that a longer login is a small price to pay for faster working speeds.

  • Sharing the /home partition and general partition questions

    Hello, I'm new to Arch, but have been using Linux for a few years (albeit still at a beginner level).  I'm going to be reinstalling Arch on an old computer that has a 40GB main drive so dual boot a "operational" OS for day to day stuff that I want to make sure will be running well and then another OS that I can test on or just have for trying new distros.  I also have an 80GB that I'll use for data (but I don't think I want that to be my home drive). 
    My question is:  If I have two different installations of Arch, (or a second distribution) should they share the same /home partition?  My thought is "no", but I didn't know.
    Also, I'm planning on splitting the 40GB drive the following partitions.  Do these make sense, or would there be a better way to do this? 
    5GB = / (OS #1)
    14.5GB = /home (OS #1)
    5GB = / (OS #2)
    14.5GB = /home (OS #2)
    1 GB = swap (both OSes)
    I have an ancient P4 w/ 512 of RAM.

    sharing /home drives would NOT be a good option in your case simply because you are going to use the 2nd OS as test/trials. Those other OSes may have different ways of storing config files etc which may lead to having a lot of junk to parse through. and if you ever use any configs for the Test OS, and they are somewhat in conflict with Arch - in any way - you might end up having to re-configure settings for your favorite apps in Arch.
    I have a 30 GB HDD on a 10 yr old laptop which has Arch. This is the partition scheme I have
    ╔═[16:10]═[inxs @ arch]
    ╚═══===═══[~]>> df
    Filesystem Type Size Used Avail Use% Mounted on
    /dev/sda3 ext3 7.0G 1.7G 5.0G 25% /
    none tmpfs 125M 100K 125M 1% /dev
    none tmpfs 125M 0 125M 0% /dev/shm
    /dev/sda4 ext4 16G 850M 14G 6% /home
    /dev/sda6 reiserfs 5.1G 558M 4.5G 11% /var
    /dev/sda1 ext2 61M 12M 47M 20% /boot
    ╔═[21:16]═[inxs @ arch]
    ╚═══===═══[~]>> fdisk
    Disk /dev/sda: 30.0 GB, 30005821440 bytes
    255 heads, 63 sectors/track, 3648 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00000080
    Device Boot Start End Blocks Id System
    /dev/sda1 1 8 64228+ 83 Linux
    /dev/sda2 9 726 5767335 5 Extended
    /dev/sda3 727 1640 7341705 83 Linux
    /dev/sda4 1641 3648 16129260 83 Linux
    /dev/sda5 9 73 522081 82 Linux swap / Solaris
    /dev/sda6 74 726 5245191 83 Linux
    ╔═[21:18]═[inxs @ arch]
    ╚═══===═══[~]>>
    Since you have 10GB more than I do, you can adjust accordingly and make partitions for your test OSes as well.
    Last edited by Inxsible (2009-10-08 01:22:30)

  • How to mount SATA Ntfs Partitions on Arch Linux

    Please help me mounting sata ntfs partitions.
    Here is my fdisk -l :
    [kaola@ArchHost ~]$ sudo fdisk -l
    Disk /dev/sda: 80.0 GB, 80026361856 bytes
    255 heads, 63 sectors/track, 9729 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x020e020e
    Device Boot Start End Blocks Id System
    /dev/sda1 1 371 2980026 82 Linux swap / Solaris
    /dev/sda2 * 372 2803 19535040 83 Linux
    /dev/sda3 2804 6450 29294527+ 83 Linux
    /dev/sda4 6451 6463 104422+ 83 Linux
    Disk /dev/sdb: 160.0 GB, 160041885696 bytes
    255 heads, 63 sectors/track, 19457 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0xd7a23d33
    Device Boot Start End Blocks Id System
    /dev/sdb1 2 5875 47182905 5 Extended
    /dev/sdb2 * 5876 9139 26218080 7 HPFS/NTFS
    /dev/sdb5 2 3918 31463271 7 HPFS/NTFS
    /dev/sdb6 3919 5875 15719571 7 HPFS/NTFS
    Disk /dev/sdc: 4043 MB, 4043308544 bytes
    255 heads, 63 sectors/track, 491 cylinders
    Units = cylinders of 16065 * 512 = 8225280 bytes
    Disk identifier: 0x00050ebd
    Device Boot Start End Blocks Id System
    /dev/sdc1 1 491 3943926 b W95 FAT32
    As far as I know, the sata ntfs partitions are those with (sdb#).
    I tried mounting one of them but this is what it shows:
    [kaola@ArchHost ~]$ sudo mount /dev/sdb6
    mount: can't find /dev/sdb6 in /etc/fstab or /etc/mtab
    Please help me, this is very annoying compared to ubuntu which does do the job pretty well.  By the way, I'm using kde as my DE.  Dolphin sees the partitions but cant access.
    It says:
    An error occured while accessing 'Backup2 HD2', the system responded:
    org.freedesktop.Hal.Device.Volume.UnknownFailure: TODO:
    have to rethink extra options
    Reading some tutorials on ntfs-3g wiki, I've modified my fstab.  Still, I can't read the partitions...Please help me, this is my fstab:
    # /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
    UUID=2167baaa-d1e0-4719-920c-0bc09fa56caa / reiserfs defaults 0 1
    UUID=3e2250a0-ac45-458c-ba40-44ddbe8af54d /boot ext2 defaults 0 1
    UUID=cbf76343-12cf-4975-9284-3360735be927 /home reiserfs defaults 0 1
    UUID=f39da452-efe4-49d0-abd4-bb5246b83b33 swap swap defaults 0 0
    /dev/cdrom /media/cdrom auto ro,user,noauto,unhide 0 0
    /dev/dvd /media/dvd auto ro,user,noauto,unhide 0 0
    UUID=2167baaa-d1e0-4719-920c-0bc09fa56caa / reiserfs defaults 0 1
    UUID=3e2250a0-ac45-458c-ba40-44ddbe8af54d /boot ext2 defaults 0 1
    UUID=cbf76343-12cf-4975-9284-3360735be927 /home reiserfs defaults 0 1
    UUID=f39da452-efe4-49d0-abd4-bb5246b83b33 swap swap defaults 0 0
    /dev/sdb1 /mnt/ntfs1 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    /dev/sdb2 /mnt/ntfs2 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    /dev/sdb5 /mnt/ntfs3 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    /dev/sda6 /mnt/ntfs4 ntfs-3g users,noauto,uid=1000,gid=100,fmask=0113,dmask=0002,locale=en_US.utf8 0 0
    Last edited by kaola_linux (2008-10-04 14:51:24)

    AD28 wrote:
    For seamless integration similar to Ubuntu:
        Follow this wiki for ntfs-3g installation and fstab configuration.
    For basic on-demand support:
    # pacman -Sy ntfs-3g
    and mount with:
    # mount -t ntfs-3g /dev/sdbX /mnt
    Now that did the trick!!!!!
    A happy Arch Linux user here!!!!hehee
    Any idea how to automate this? I want it to be automatically mounted so that it would be easy to transfer files...Pleasssseeeeee.....Thanks

  • [Solved] Can't mount former /home in fresh installed Arch_X86-64

    Hi,
    Due to some problems I've decided to fresh install my Arch. During the fresh install I've created a new (temp) ext3 /home partition on USB memory stick and configured my new fstab to mount the former home as "old_home".
    Although I can read that partition (and open files in it) while running a live ubuntu CD, Arch refuses to mount that partition (see terminal output below) maybe thinking it's ext4?
    Please advise..
    Thanks
    ----------copy of fstab and terminal output-------------------------
    # cat /etc/fstab
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump> <pass>
    tmpfs /tmp tmpfs nodev,nosuid 0 0
    UUID=102eb0bb-d99b-455f-af27-90e038694e92 / ext3 defaults 0 1
    UUID=1265bb91-8151-4e8b-9841-5dd10909dc6a /boot ext2 defaults 0 1
    UUID=19746a40-d8a0-45e4-8c4b-15c70d3c4dab swap swap defaults 0 0
    UUID=27f96184-d728-4eba-b588-6ac8952ff37c /var ext3 defaults 0 1
    UUID=2c92685d-050a-4023-aab2-b8a91f077f6b /images_sda xfs defaults 0 1
    UUID=615ad9dc-34c5-4c20-b687-46de6f66f7a5 /lin_back xfs defaults 0 1
    UUID=67AD726A113E664B /windows ntfs-3g defaults 0 1
    UUID=71AF0020700759D6 /photos ntfs-3g defaults 0 1
    UUID=9d6eb8a2-be83-477b-976e-e6d1ad560f8d /old_home ext3 defaults 0 1
    UUID=aea9da03-1f4b-46dd-a814-a860be883204 /home ext3 defaults 0 1
    [root@Miki_Arch miki]# mount /windows/
    [root@Miki_Arch miki]# mount /photos/
    [root@Miki_Arch miki]# mount /old_home/
    mount: wrong fs type, bad option, bad superblock on /dev/sdb3,
    missing codepage or helper program, or other error
    In some cases useful info is found in syslog - try
    dmesg | tail or so
    [root@Miki_Arch miki]# dmesg | tail
    [ 10.832851] ADDRCONF(NETDEV_UP): eth1: link is not ready
    [ 14.462198] r8169 0000:06:00.0: eth1: link up
    [ 14.464524] ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
    [ 24.660704] eth1: no IPv6 routers present
    [ 44.778743] EXT4-fs (sdb2): re-mounted. Opts: commit=0
    [ 45.410494] EXT4-fs (sda6): re-mounted. Opts: commit=0
    [ 47.089525] EXT4-fs (sdc1): re-mounted. Opts: commit=0
    [ 78.447668] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
    [ 789.061538] fuse init (API version 7.18)
    [ 804.346209] EXT4-fs (sdb3): couldn't mount as ext3 due to feature incompatibilities
    Last edited by mibadt (2012-07-22 01:56:24)

    Dear DSpider,
    Thanks for the fast response.
    my /old_home resides on sdb3, its UUID in fstab is CORRECT,  and as you can see blkid recognizes it as ext4 -I'll recheck this, because I remember it's ext3.
    BTW can I cause a permanent damage to that partition if I modify fstab to ext4 for that partition and try?
    My fstab has been automatically created during installation (except for the ntfs-3g entries)...
    ----copy of terminal------
    # ls -lF /dev/disk/by-uuid/
    total 0
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 102eb0bb-d99b-455f-af27-90e038694e92 -> ../../sdb2
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 1265bb91-8151-4e8b-9841-5dd10909dc6a -> ../../sdb1
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 19746a40-d8a0-45e4-8c4b-15c70d3c4dab -> ../../sda5
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 27f96184-d728-4eba-b588-6ac8952ff37c -> ../../sda6
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 2c92685d-050a-4023-aab2-b8a91f077f6b -> ../../sdb7
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 5367857732AD46CD -> ../../sdb5
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 5CA8EEAD5102AA5E -> ../../sdb6
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 615ad9dc-34c5-4c20-b687-46de6f66f7a5 -> ../../sda2
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 67AD726A113E664B -> ../../sda1
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 71AF0020700759D6 -> ../../sda3
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 9d6eb8a2-be83-477b-976e-e6d1ad560f8d -> ../../sdb3
    lrwxrwxrwx 1 root root 10 Jul 21 16:18 aea9da03-1f4b-46dd-a814-a860be883204 -> ../../sdc1
    [root@Miki_Arch etc]# blkid
    /dev/sda1: LABEL="Windows" UUID="67AD726A113E664B" TYPE="ntfs"
    /dev/sda2: LABEL="Lin_Back" UUID="615ad9dc-34c5-4c20-b687-46de6f66f7a5" TYPE="xfs"
    /dev/sda3: LABEL="Photos" UUID="71AF0020700759D6" TYPE="ntfs"
    /dev/sda5: LABEL="SWAP" UUID="19746a40-d8a0-45e4-8c4b-15c70d3c4dab" TYPE="swap"
    /dev/sda6: LABEL="VAR" UUID="27f96184-d728-4eba-b588-6ac8952ff37c" TYPE="ext3"
    /dev/sdb1: LABEL="BOOT" UUID="1265bb91-8151-4e8b-9841-5dd10909dc6a" TYPE="ext2"
    /dev/sdb2: LABEL="ROOT" UUID="102eb0bb-d99b-455f-af27-90e038694e92" TYPE="ext3"
    /dev/sdb3: LABEL="HOME" UUID="9d6eb8a2-be83-477b-976e-e6d1ad560f8d" TYPE="ext4"
    /dev/sdb5: LABEL="LR_Cache" UUID="5367857732AD46CD" TYPE="ntfs"
    /dev/sdb6: LABEL="Win_Swap" UUID="5CA8EEAD5102AA5E" TYPE="ntfs"
    /dev/sdb7: LABEL="Images_sda" UUID="2c92685d-050a-4023-aab2-b8a91f077f6b" TYPE="xfs"
    /dev/sdc1: LABEL="HOME" UUID="aea9da03-1f4b-46dd-a814-a860be883204" TYPE="ext3"

  • [SOLVED] Mounting a logical partition

    Scenario:
    /dev/sda1 primary NTFS windows boot
    /dev/sda2 primary NTFS windows home
    /dev/sda3 primary ext4 arch /boot
    /dev/sda5 primary ext4 arch /
    /dev/sda6 logical ext4 arch /home
    /dev/sda7 arch swap
    Do I perform mount /dev/sda6 /mnt/home as if it were a "normal" partition?
    EDIT: I would mount each logical partition as normal.
    Last edited by tancrackers (2012-08-29 03:34:46)

    shortcut144 wrote:
    perbh wrote:
    Assume your fat-partition is /dev/sda5 (just as an example)
    sudo mount -t vfat /dev/sda5 /some/mount/point
    Otherwise - as 's3kt0r' says - you can easily mount a ntfs-partition for read/write as well (using ntfs-3g)
    Awesome, thank you.  Marked as solved.
    Should I put this command in my fstab, or just make a startup command for this?
    You could do either ....
    If it will _always_ be there and you always want it mounted - put it in /etc/fstab, -or- you could put it in /etc/rc.local (without using 'sudo' of course).
    I'm a great believer in using rc.local because you _know_ that everything which might be needed (modules eg.) will be available by then.
    If you use /etc/fstab, your entry would be:
    /dev/sda5 /mount/point vfat defaults 0 0

  • [SOLVED] Running Systemd service on login (encrypted home partition)

    Hi,
    I have a dm-crypt/LUKS encrypted home partition that's mounted via PAM on login. I'm trying to use a systemd service (profile-sync-daemon), but the service tries to start and access the home partition before the partition is mounted. The service does seem to start successfully, but it doesn't gain access to necessary files on the home partition and malfunctions later on. Is there a sane hack to somehow delay the start of the service until the relevant partition gets mounted (basically after login)? Manually starting the service after login works just as intended in this case - I'm just looking for a way to automate this process.
    I have an idea of starting the service via Openbox autostart, but I've currently failed in my attempts.
    Last edited by ggg377 (2015-05-28 18:31:10)

    Things got quite complicated and hacky as I researched this so I went out of the box a bit (or took the easy way out, whichever you prefer) and reinstalled Arch with a full disk encryption. All is fine now and I also expect to see less problems overall in the future. If anyone wants to continue researching this it would probably be a good idea to start a new thread.

  • Changing home partition,

    this more of a post-install question, but I made a mistake a sizing my home partition. Now I have a working system with lots of time spend on configs. I need to delete home partition and create a new one. I made a tar of my /home and saved it onto / partition. Now I intent to use fdisk to delete the /home partition and create a new home partition, format it manually and... well I don't know what to do next. Which configs I need to tweak to register the new home partition?

    If I understood well your question, you have already set-up a new partition. Just mount it by something like this:
    mount /dev/sda<partition number> /home
    and copy your data there. Then edit /etc/fstab and add something like this or modify existing one pointing to your /home folder:
    /dev/sda<partition number> /home ext4 defaults 0 2
    How to Identifying your file system in fstab read here:
    https://wiki.archlinux.org/index.php/Fs … ilesystems
    If you have not finished modification of your partition yet, used live cd as suggest karol.
    Good and small one is this:
    http://gparted.sourceforge.net/livecd.php
    LiveKubuntu 11.04 have also simple GUI partition editor.
    If you have not deleted your home partition yet, just backup your data and resize your partitions using liveCD. Or perhaps better liveUSB, because it will take quite a long time and I experienced with my CD sometimes reading problem and live system crash.
    Last edited by StenM (2011-07-23 12:03:29)

  • How to create a separate /var partition on solaris non-global zone

    Hi
    I found no simple way to create a separate /var partition in solaris non-global zone.
    I am using solaris 10 u9 and my root pool is zfs. My zone's zonepath is also separate zfs fs.
    But, I do not know how to make the /var as a mountpoint of another zfs dataset since /var is not empty.
    I also do not know if there is a way to install a zone with /var as a separate (outside '/') partition.
    That will be really useful.
    Any suggestion?
    Thanks
    Edited by: vadud3 on Sep 20, 2010 12:16 PM

    I meant a separate zfs fs with mountpoint '/var' in a non-global zone.
    I am insisting, because I do not want /var to fill up the '/' on non-global zone.
    With default non-global zone installation, you cannot avoid that.
    My zonepath itself is a zfs fs. I also have a zfs dataset provisioned to the non-global zone.
    I cannot create a zfs fs out of that dataset and mount it as '/var' becasue by then non-global zone
    already installed content on '/var'
    I want the '/var' as a separate dir or mountpoint, the same reason global zone gives you that option during install.
    Thanks

  • Problems mounting windows (vfat) partition

    Hi,
    Im having this problem, i mount the vfat partition because i have some mp3 overthere and i want to listen with XMMS while in Arch.
    Then, when i try to browse through XMMS file browser, i cant browse the vfat partition, the directories and files, all of them, appear at the right panel, like if they were all files, so i cant get "inside" the mp3 folder...
    any clues??
    mount command:
    mount -t vfat /dev/hda1 /mnt/win

    since you are using /mnt as your destination directory, you need to make sure that you have changed permissions for that so that a user can access it if you haven't already. I usually mount mine in my /home/user/ directory to save the hassle and because it is more convenient.
    here is some info on how to do it:
    /dev/hda1 /home/user/windows vfat user,uid=500,gid=500 0 0
    /dev/hdb1 /home/user/winmusic vfat user,uid=500,gid=500 0 0
    *this will allow you to write to those directories. All you need to do in either case is save this as your new fstab file.
    *to make sure your id's are 500, type "id" in your terminal, if they are something different than 500, substitute that number instead for both uid and gid.
    In Arch, the primary user is usually uid=1000 and gid=100

  • Set home partition fs type to vfat

    Hi, guys, I am doing a regular Arch installation to a USB stick. I have no trouble finishing the installation and getting me a bootable USB disk. What I want is to combine the boot partition and home partition into one, I mean mount a single partition on both /boot and /home. This saves me partitions as it seems that I can not use logical partition on a USB disk (I am not quite sure, if some one could clarify this, thanks). Anyway, I chose the first partition for this purpose, because it allows me to transfer data between Linux and Windows. Then it implies that I have to format this partition to vfat. Unfortunately when I boot into Arch, I found that all files in /home is owned by root, even the home dir of a regular user I created. But if I format this partition to ext2, it has no such problem. So I wonder if this is specific to the vfat fs type. If not, what combinations of mount options are the best (solve the problem securely) for this purpose? Below is the entry in my /etc/fstab for this partition
    LABEL=hoot /home vfat defaults 0 2
    I guess the option "users" could solve it, but I wanna hear your suggestions.
    Last edited by plmday (2010-07-28 04:25:50)

    shetland_breeder wrote:
    What's this about Windows only being able to use the first partition on a USB stick?
    I've had Corsair Voyagers with two partitions for years (one for booting DOS with Ghost and one for random files) and Windows (95, XP and Vista) could read and write both partitions.
    I still remember what I found via Google weeks ago about this. Windows treats a USB Flash Disk as Removable, not a USB HDD. If a USB disk (usually flash) is identified as Removable by Windows, it could not see all other partitions but the first one (This is a stupid behavior many people complain.) Some smart guys figured out how to make Windows access other partitions by some tricks. One guy in particular even wrote a driver to make Windows see Any USB Flash Drive As A Local Disk. However, all these tricks require admin privilege which as I said before is not always possible if the Windows machine is not mine because I want a portable USB disk: if one machine in front of my face allows me to boot from USB, great, I can boot into one distro; if not, I can still rely on PortableApps. Because Windows can only see the first partition (of FAT or NTFS) without hacking, I have no choice but to put as much data to be shared between two OS-es as possible in the first partition.

Maybe you are looking for

  • HTML snippet _Analytics

    Hi, I'm trying to add an HTML snippet with my Google Analytics code and the snippet is not being added to the page. Has anyone an idea of what I need to do to make it publish with the code? Perhaps I need to add some before/after tags?? (I'm a bit lo

  • Caution: iweb sites are not supported on standard IE PCs

    after going through several arcticles on the IE issue here, this issue weighs heavy. IE does not support png objects. iweb makes intensive use of creating png obejects. i did never cross my mind when i started making my website with iweb that 90% of

  • Are there any patchsets for version 4.1?

    Just to make sure I have the very latest version. I can't find any patchsets for version 4.1 on Metalink. This may be because there aren't any, but it may also mean that I'm not looking for it in the right place. The version I have is: Application Ex

  • I'm asking this even tho I'm afraid I know the answer

    Is there a way to make it so the width of a column in a window automatically assumes the length of the longest filename in the folder or do I have to MANUALLY RESIZE IT EVERY SINGLE TIME I access the files in that folder?

  • Ipod touch connect to 3g mobile phone modem

    Hi My sony ericsson mobile phone can be used as modem by bluetooth with my unlimited web'n'walk. Thats how i used to access internet on my laptop when im outside but now i have this wonderful gadget wich is ipodtouch and it doesnt seems to perform th