Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[LVM2]Une partition ne monte pas automatiquement (resolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
nico_calais
l33t
l33t


Joined: 09 Jun 2005
Posts: 628
Location: Saint Julien en Genevois

PostPosted: Tue Jun 24, 2008 2:19 pm    Post subject: [LVM2]Une partition ne monte pas automatiquement (resolu) Reply with quote

Bonjour,

J'ai essayé pour la première fois une install avec LVM2. J'ai partitionné /boot, /usr, opt, /var, /tmp.
Bizarrement, toutes les partitions se montent au demarrage sauf /usr qui a été configuré de manière identique aux autres partitions sous lvm.
Par contre, je la monte manuellement par la suite via un simple "mount /usr"
Je n'arrive pas à trouver quel est le problème. Si des yeux exterieurs pouvaient y jeter un oeil, ça serait sympa :wink:


mon /etc/fstab
Code:

/dev/vg/boot      /boot      ext2      noauto,noatime   1 2
/dev/hda5      /      ext3      noatime      0 1
/dev/hda10      none      swap      sw      0 0
/dev/cdroms/cdrom   /mnt/cdrom   auto      noauto,ro   0 0
/dev/vg/usr         /usr       ext3       noatime        0 2
/dev/vg/home        /home      ext3       noatime        0 2
/dev/vg/opt         /opt       ext3       noatime        0 2
/dev/vg/var         /var       ext3       noatime        0 2
/dev/vg/tmp         /tmp          ext3       noatime        0 2
         
shm                        /dev/shm   tmpfs      nodev,nosuid,noexec   0 0


Mon /etc/mtab
Code:

/dev/hda5 / ext3 rw,noatime 0 0
proc /proc proc rw,nosuid,nodev,noexec 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec 0 0
udev /dev tmpfs rw,nosuid 0 0
devpts /dev/pts devpts rw,nosuid,noexec 0 0
/dev/mapper/vg-home /home ext3 rw,noatime 0 0
/dev/mapper/vg-opt /opt ext3 rw,noatime 0 0
/dev/mapper/vg-var /var ext3 rw,noatime 0 0
/dev/mapper/vg-tmp /tmp ext3 rw,noatime 0 0
shm /dev/shm tmpfs rw,noexec,nosuid,nodev 0 0
usbfs /proc/bus/usb usbfs rw,noexec,nosuid 0 0
/dev/mapper/vg-usr /usr ext3 rw,noatime 0 0
/dev/mapper/vg-boot /boot ext2 rw,noatime 0 0


ls -ltr /dev/md-*
Code:

lrwxrwxrwx 1 root root 14 Jun 24 15:39 /dev/dm-1 -> mapper/vg-boot
lrwxrwxrwx 1 root root 13 Jun 24 15:39 /dev/dm-2 -> mapper/vg-tmp
lrwxrwxrwx 1 root root 13 Jun 24 15:39 /dev/dm-3 -> mapper/vg-var
lrwxrwxrwx 1 root root 13 Jun 24 15:39 /dev/dm-4 -> mapper/vg-opt
lrwxrwxrwx 1 root root 14 Jun 24 15:39 /dev/dm-5 -> mapper/vg-home
lrwxrwxrwx 1 root root 13 Jun 24 15:39 /dev/dm-0 -> mapper/vg-usr



Mes logs au demarrage
Code:

Jun 24 13:23:24 inty Linux version 2.6.24-gentoo-r8 (root@sysresccd) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2)) #1 Tue Jun 24 13:27:13 CEST 2008
Jun 24 13:23:24 inty BIOS-provided physical RAM map:
Jun 24 13:23:24 inty BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
Jun 24 13:23:24 inty BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
Jun 24 13:23:24 inty BIOS-e820: 00000000000d0000 - 0000000000100000 (reserved)
Jun 24 13:23:24 inty BIOS-e820: 0000000000100000 - 0000000037ea0000 (usable)
Jun 24 13:23:24 inty BIOS-e820: 0000000037ea0000 - 0000000037eac000 (ACPI data)
Jun 24 13:23:24 inty BIOS-e820: 0000000037eac000 - 0000000037f00000 (ACPI NVS)
Jun 24 13:23:24 inty BIOS-e820: 0000000037f00000 - 0000000040000000 (reserved)
Jun 24 13:23:24 inty BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
Jun 24 13:23:24 inty BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
Jun 24 13:23:24 inty BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
Jun 24 13:23:24 inty BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
Jun 24 13:23:24 inty 0MB HIGHMEM available.
Jun 24 13:23:24 inty 894MB LOWMEM available.
Jun 24 13:23:24 inty Entering add_active_range(0, 0, 229024) 0 entries of 256 used
Jun 24 13:23:24 inty Zone PFN ranges:
Jun 24 13:23:24 inty DMA             0 ->     4096
Jun 24 13:23:24 inty Normal       4096 ->   229024
Jun 24 13:23:24 inty HighMem    229024 ->   229024
Jun 24 13:23:24 inty Movable zone start PFN for each node
Jun 24 13:23:24 inty early_node_map[1] active PFN ranges
Jun 24 13:23:24 inty 0:        0 ->   229024
Jun 24 13:23:24 inty On node 0 totalpages: 229024
Jun 24 13:23:24 inty DMA zone: 32 pages used for memmap
Jun 24 13:23:24 inty DMA zone: 0 pages reserved
Jun 24 13:23:24 inty DMA zone: 4064 pages, LIFO batch:0
Jun 24 13:23:24 inty Normal zone: 1757 pages used for memmap
Jun 24 13:23:24 inty Normal zone: 223171 pages, LIFO batch:31
Jun 24 13:23:24 inty HighMem zone: 0 pages used for memmap
Jun 24 13:23:24 inty Movable zone: 0 pages used for memmap
Jun 24 13:23:24 inty DMI present.
Jun 24 13:23:24 inty ACPI: RSDP 000F7C20, 0014 (r0 PTLTD )
Jun 24 13:23:24 inty ACPI: RSDT 37EA4598, 0034 (r1 PTLTD    RSDT    6040000  LTP        0)
Jun 24 13:23:24 inty ACPI: FACP 37EABE3B, 0074 (r1 HP     Piranha   6040000 ATI     F4240)
Jun 24 13:23:24 inty ACPI: DSDT 37EA45CC, 786F (r1     HP     309B  6040000 MSFT  100000E)
Jun 24 13:23:24 inty ACPI: FACS 37EACFC0, 0040
Jun 24 13:23:24 inty ACPI: SSDT 37EABEAF, 00CF (r1 PTLTD  POWERNOW  6040000  LTP        1)
Jun 24 13:23:24 inty ACPI: APIC 37EABF7E, 0046 (r1 PTLTD         APIC    6040000  LTP        0)
Jun 24 13:23:24 inty ACPI: MCFG 37EABFC4, 003C (r1 PTLTD    MCFG    6040000  LTP        0)
Jun 24 13:23:24 inty ACPI: DMI detected: Hewlett-Packard
Jun 24 13:23:24 inty ACPI: PM-Timer IO Port: 0x8008
Jun 24 13:23:24 inty Allocating PCI resources starting at 50000000 (gap: 40000000:a0000000)
Jun 24 13:23:24 inty Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 227235
Jun 24 13:23:24 inty Kernel command line: auto BOOT_IMAGE=gentoo ro root=305
Jun 24 13:23:24 inty Enabling fast FPU save and restore... done.
Jun 24 13:23:24 inty Enabling unmasked SIMD FPU exception support... done.
Jun 24 13:23:24 inty Initializing CPU#0
Jun 24 13:23:24 inty PID hash table entries: 4096 (order: 12, 16384 bytes)
Jun 24 13:23:24 inty Detected 1790.866 MHz processor.
Jun 24 13:23:24 inty Console: colour VGA+ 80x25
Jun 24 13:23:24 inty console [tty0] enabled
Jun 24 13:23:24 inty Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
Jun 24 13:23:24 inty Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
Jun 24 13:23:24 inty Memory: 901096k/916096k available (3812k kernel code, 14516k reserved, 1583k data, 244k init, 0k highmem)
Jun 24 13:23:24 inty virtual kernel memory layout:
Jun 24 13:23:24 inty fixmap  : 0xfffe9000 - 0xfffff000   (  88 kB)
Jun 24 13:23:24 inty pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
Jun 24 13:23:24 inty vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
Jun 24 13:23:24 inty lowmem  : 0xc0000000 - 0xf7ea0000   ( 894 MB)
Jun 24 13:23:24 inty .init : 0xc0648000 - 0xc0685000   ( 244 kB)
Jun 24 13:23:24 inty .data : 0xc04b90e6 - 0xc0644f74   (1583 kB)
Jun 24 13:23:24 inty .text : 0xc0100000 - 0xc04b90e6   (3812 kB)
Jun 24 13:23:24 inty Checking if this processor honours the WP bit even in supervisor mode... Ok.
Jun 24 13:23:24 inty SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=1, Nodes=1
Jun 24 13:23:24 inty Calibrating delay using timer specific routine.. 3585.28 BogoMIPS (lpj=7170567)
Jun 24 13:23:24 inty Mount-cache hash table entries: 512
Jun 24 13:23:24 inty CPU: After generic identify, caps: 078bfbff e3d3fbff 00000000 00000000 00000001 00000000 00000001 00000000
Jun 24 13:23:24 inty CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
Jun 24 13:23:24 inty CPU: L2 Cache: 1024K (64 bytes/line)
Jun 24 13:23:24 inty CPU: After all inits, caps: 078bfbff e3d3fbff 00000000 00000410 00000001 00000000 00000001 00000000
Jun 24 13:23:24 inty Intel machine check architecture supported.
Jun 24 13:23:24 inty Intel machine check reporting enabled on CPU#0.
Jun 24 13:23:24 inty Compat vDSO mapped to ffffe000.
Jun 24 13:23:24 inty CPU: AMD Turion(tm) 64 Mobile Technology ML-34 stepping 02
Jun 24 13:23:24 inty Checking 'hlt' instruction... OK.
Jun 24 13:23:24 inty Freeing SMP alternatives: 0k freed
Jun 24 13:23:24 inty ACPI: Core revision 20070126
Jun 24 13:23:24 inty Parsing all Control Methods:
Jun 24 13:23:24 inty Table [DSDT](id 0001) - 650 Objects with 46 Devices 174 Methods 28 Regions
Jun 24 13:23:24 inty Parsing all Control Methods:
Jun 24 13:23:24 inty Table [SSDT](id 0002) - 2 Objects with 0 Devices 0 Methods 0 Regions
Jun 24 13:23:24 inty tbxface-0598 [00] tb_load_namespace     : ACPI Tables successfully acquired
Jun 24 13:23:24 inty ACPI: setting ELCR to 0200 (from 0c80)
Jun 24 13:23:24 inty evxfevnt-0091 [00] enable                : Transition to ACPI mode successful
Jun 24 13:23:24 inty net_namespace: 64 bytes
Jun 24 13:23:24 inty NET: Registered protocol family 16
Jun 24 13:23:24 inty ACPI: bus type pci registered
Jun 24 13:23:24 inty PCI: Using MMCONFIG
Jun 24 13:23:24 inty Setting up standard PCI resources
Jun 24 13:23:24 inty evgpeblk-0956 [00] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
Jun 24 13:23:24 inty evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 2 Wake, Enabled 1 Runtime GPEs in this block
Jun 24 13:23:24 inty ACPI: EC: Look up EC in DSDT
Jun 24 13:23:24 inty Completing Region/Field/Buffer/Package initialization:............................................................
Jun 24 13:23:24 inty Initialized 23/28 Regions 4/4 Fields 18/19 Buffers 15/20 Packages (661 nodes)
Jun 24 13:23:24 inty Initializing Device/Processor/Thermal objects by executing _INI methods:.
Jun 24 13:23:24 inty Executed 1 _INI methods requiring 0 _STA executions (examined 50 objects)
Jun 24 13:23:24 inty ACPI: Interpreter enabled
Jun 24 13:23:24 inty ACPI: (supports S0 S5)
Jun 24 13:23:24 inty ACPI: Using PIC for interrupt routing
Jun 24 13:23:24 inty ACPI: EC: non-query interrupt received, switching to interrupt mode
Jun 24 13:23:24 inty ACPI: EC: GPE = 0x1a, I/O: command/status = 0x66, data = 0x62
Jun 24 13:23:24 inty ACPI: EC: driver started in interrupt mode
Jun 24 13:23:24 inty ACPI: PCI Root Bridge [PCI0] (0000:00)
Jun 24 13:23:24 inty PCI: Transparent bridge - 0000:00:14.4
Jun 24 13:23:24 inty ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
Jun 24 13:23:24 inty ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PB5_._PRT]
Jun 24 13:23:24 inty ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P2P_._PRT]
Jun 24 13:23:24 inty ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.AGP_._PRT]
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKA] (IRQs *10 11)
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKB] (IRQs 10 11) *7
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKC] (IRQs 10 11) *0, disabled.
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKD] (IRQs 10 *11)
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKE] (IRQs 10 11) *0
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKF] (IRQs *10 11)
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKG] (IRQs *10 11)
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKH] (IRQs 10 11) *0, disabled.
Jun 24 13:23:24 inty Linux Plug and Play Support v0.97 (c) Adam Belay
Jun 24 13:23:24 inty pnp: PnP ACPI init
Jun 24 13:23:24 inty ACPI: bus type pnp registered
Jun 24 13:23:24 inty pnp: PnP ACPI: found 10 devices
Jun 24 13:23:24 inty ACPI: ACPI bus type pnp unregistered
Jun 24 13:23:24 inty SCSI subsystem initialized
Jun 24 13:23:24 inty usbcore: registered new interface driver usbfs
Jun 24 13:23:24 inty usbcore: registered new interface driver hub
Jun 24 13:23:24 inty usbcore: registered new device driver usb
Jun 24 13:23:24 inty PCI: Using ACPI for IRQ routing
Jun 24 13:23:24 inty PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
Jun 24 13:23:24 inty PCI: Cannot allocate resource region 7 of bridge 0000:00:05.0
Jun 24 13:23:24 inty PCI: Cannot allocate resource region 8 of bridge 0000:00:05.0
Jun 24 13:23:24 inty Time: tsc clocksource has been installed.
Jun 24 13:23:24 inty system 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0x1080-0x1080 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0x40b-0x40b has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0x4d0-0x4d1 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0x4d6-0x4d6 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0x870-0x87f has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xc00-0xc01 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xc14-0xc14 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xc50-0xc52 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xc6c-0xc6c has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xc6f-0xc6f has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xcd4-0xcd5 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xcd6-0xcd7 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xcd8-0xcdf has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0x8000-0x805f has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0xf40-0xf47 has been reserved
Jun 24 13:23:24 inty system 00:08: ioport range 0x280-0x293 has been reserved
Jun 24 13:23:24 inty system 00:09: iomem range 0xe0000-0xfffff could not be reserved
Jun 24 13:23:24 inty system 00:09: iomem range 0xfff80000-0xffffffff could not be reserved
Jun 24 13:23:24 inty system 00:09: iomem range 0x0-0xfff could not be reserved
Jun 24 13:23:24 inty PCI: Bridge: 0000:00:01.0
Jun 24 13:23:24 inty IO window: 9000-9fff
Jun 24 13:23:24 inty MEM window: c0100000-c01fffff
Jun 24 13:23:24 inty PREFETCH window: c8000000-cfffffff
Jun 24 13:23:24 inty PCI: Bridge: 0000:00:05.0
Jun 24 13:23:24 inty IO window: disabled.
Jun 24 13:23:24 inty MEM window: disabled.
Jun 24 13:23:24 inty PREFETCH window: disabled.
Jun 24 13:23:24 inty PCI: Setting latency timer of device 0000:00:05.0 to 64
Jun 24 13:23:24 inty NET: Registered protocol family 2
Jun 24 13:23:24 inty IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
Jun 24 13:23:24 inty TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
Jun 24 13:23:24 inty TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
Jun 24 13:23:24 inty TCP: Hash tables configured (established 131072 bind 65536)
Jun 24 13:23:24 inty TCP reno registered
Jun 24 13:23:24 inty Machine check exception polling timer started.
Jun 24 13:23:24 inty microcode: CPU0 not a capable Intel processor
Jun 24 13:23:24 inty IA-32 Microcode Update Driver: v1.14a <tigran@aivazian.fsnet.co.uk>
Jun 24 13:23:24 inty Total HugeTLB memory allocated, 0
Jun 24 13:23:24 inty Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
Jun 24 13:23:24 inty NTFS driver 2.1.29 [Flags: R/O].
Jun 24 13:23:24 inty JFS: nTxBlock = 7040, nTxLock = 56324
Jun 24 13:23:24 inty SGI XFS with large block numbers, no debug enabled
Jun 24 13:23:24 inty io scheduler noop registered
Jun 24 13:23:24 inty io scheduler anticipatory registered (default)
Jun 24 13:23:24 inty io scheduler deadline registered
Jun 24 13:23:24 inty io scheduler cfq registered
Jun 24 13:23:24 inty Boot video device is 0000:01:05.0
Jun 24 13:23:24 inty Real Time Clock Driver v1.12ac
Jun 24 13:23:24 inty Linux agpgart interface v0.102
Jun 24 13:23:24 inty ACPI: AC Adapter [ACAD] (on-line)
Jun 24 13:23:24 inty ACPI: Battery Slot [BAT1] (battery present)
Jun 24 13:23:24 inty input: Power Button (FF) as /class/input/input0
Jun 24 13:23:24 inty ACPI: Power Button (FF) [PWRF]
Jun 24 13:23:24 inty input: Sleep Button (FF) as /class/input/input1
Jun 24 13:23:24 inty ACPI: Sleep Button (FF) [SLPF]
Jun 24 13:23:24 inty input: Lid Switch as /class/input/input2
Jun 24 13:23:24 inty ACPI: Lid Switch [LID]
Jun 24 13:23:24 inty input: Power Button (CM) as /class/input/input3
Jun 24 13:23:24 inty ACPI: Power Button (CM) [PWRB]
Jun 24 13:23:24 inty ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
Jun 24 13:23:24 inty ACPI: Processor [CPU0] (supports 8 throttling states)
Jun 24 13:23:24 inty ACPI Exception (thermal-0471): AE_NOT_FOUND, Invalid active threshold [0] [20070126]
Jun 24 13:23:24 inty ACPI: Thermal Zone [THRM] (0 C)
Jun 24 13:23:24 inty Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
Jun 24 13:23:24 inty PCI: setting IRQ 11 as level-triggered
Jun 24 13:23:24 inty ACPI: PCI Interrupt 0000:00:14.6[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Jun 24 13:23:24 inty ACPI: PCI interrupt for device 0000:00:14.6 disabled
Jun 24 13:23:24 inty Floppy drive(s): fd0 is 1.44M
Jun 24 13:23:24 inty Marking TSC unstable due to: possible TSC halt in C2.
Jun 24 13:23:24 inty Time: acpi_pm clocksource has been installed.
Jun 24 13:23:24 inty Switched to high resolution mode on CPU 0
Jun 24 13:23:24 inty floppy0: no floppy controllers found
Jun 24 13:23:24 inty RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Jun 24 13:23:24 inty loop: module loaded
Jun 24 13:23:24 inty 8139cp: 10/100 PCI Ethernet driver v1.3 (Mar 22, 2004)
Jun 24 13:23:24 inty 8139cp 0000:06:06.0: This (id 10ec:8139 rev 10) is not an 8139C+ compatible chip
Jun 24 13:23:24 inty 8139cp 0000:06:06.0: Try the "8139too" driver instead.
Jun 24 13:23:24 inty 8139too Fast Ethernet driver 0.9.28
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKG] enabled at IRQ 10
Jun 24 13:23:24 inty ACPI: PCI Interrupt 0000:00:14.1[A] -> Link [LNKA] -> GSI 10 (level, low) -> IRQ 10
Jun 24 13:23:24 inty ATIIXP: not 100% native mode: will probe irqs later
Jun 24 13:23:24 inty ide0: BM-DMA at 0x8410-0x8417, BIOS settings: hda:DMA, hdb:pio
Jun 24 13:23:24 inty ide1: BM-DMA at 0x8418-0x841f, BIOS settings: hdc:DMA, hdd:pio
Jun 24 13:23:24 inty Probing IDE interface ide0...
Jun 24 13:23:24 inty hda: FUJITSU MHV2100AT PL, ATA DISK drive
Jun 24 13:23:24 inty hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
Jun 24 13:23:24 inty hda: UDMA/100 mode selected
Jun 24 13:23:24 inty ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Jun 24 13:23:24 inty Probing IDE interface ide1...
Jun 24 13:23:24 inty hdc: HL-DT-ST DVDRAM GMA-4082N, ATAPI CD/DVD-ROM drive
Jun 24 13:23:24 inty hdc: host max PIO4 wanted PIO255(auto-tune) selected PIO4
Jun 24 13:23:24 inty hdc: MWDMA2 mode selected
Jun 24 13:23:24 inty ide1 at 0x170-0x177,0x376 on irq 15
Jun 24 13:23:24 inty hda: max request size: 128KiB
Jun 24 13:23:24 inty hda: 195371568 sectors (100030 MB) w/8192KiB Cache, CHS=65535/16/63
Jun 24 13:23:24 inty hda: cache flushes supported
Jun 24 13:23:24 inty hda: hda1 hda2 hda3 < hda5 hda6 hda7 hda8 hda9 hda10 > hda4
Jun 24 13:23:24 inty hdc: ATAPI 24X DVD-ROM DVD-R-RAM CD-R/RW drive, 2048kB Cache
Jun 24 13:23:24 inty Uniform CD-ROM driver Revision: 3.20
Jun 24 13:23:24 inty 3ware Storage Controller device driver for Linux v1.26.02.002.
Jun 24 13:23:24 inty Driver 'sd' needs updating - please use bus_type methods
Jun 24 13:23:24 inty Driver 'sr' needs updating - please use bus_type methods
Jun 24 13:23:24 inty ieee1394: raw1394: /dev/raw1394 device initialized
Jun 24 13:23:24 inty ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
Jun 24 13:23:24 inty ACPI: PCI Interrupt 0000:00:13.2[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
Jun 24 13:23:24 inty ehci_hcd 0000:00:13.2: EHCI Host Controller
Jun 24 13:23:24 inty ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 1
Jun 24 13:23:24 inty ehci_hcd 0000:00:13.2: irq 11, io mem 0xc0002000
Jun 24 13:23:24 inty ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
Jun 24 13:23:24 inty usb usb1: configuration #1 chosen from 1 choice
Jun 24 13:23:24 inty hub 1-0:1.0: USB hub found
Jun 24 13:23:24 inty hub 1-0:1.0: 8 ports detected
Jun 24 13:23:24 inty ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
Jun 24 13:23:24 inty ACPI: PCI Interrupt 0000:00:13.0[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
Jun 24 13:23:24 inty ohci_hcd 0000:00:13.0: OHCI Host Controller
Jun 24 13:23:24 inty ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 2
Jun 24 13:23:24 inty ohci_hcd 0000:00:13.0: irq 11, io mem 0xc0000000
Jun 24 13:23:24 inty usb usb2: configuration #1 chosen from 1 choice
Jun 24 13:23:24 inty hub 2-0:1.0: USB hub found
Jun 24 13:23:24 inty hub 2-0:1.0: 4 ports detected
Jun 24 13:23:24 inty ACPI: PCI Interrupt 0000:00:13.1[A] -> Link [LNKD] -> GSI 11 (level, low) -> IRQ 11
Jun 24 13:23:24 inty ohci_hcd 0000:00:13.1: OHCI Host Controller
Jun 24 13:23:24 inty ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 3
Jun 24 13:23:24 inty ohci_hcd 0000:00:13.1: irq 11, io mem 0xc0001000
Jun 24 13:23:24 inty usb usb3: configuration #1 chosen from 1 choice
Jun 24 13:23:24 inty hub 3-0:1.0: USB hub found
Jun 24 13:23:24 inty hub 3-0:1.0: 4 ports detected
Jun 24 13:23:24 inty usb 1-1: new high speed USB device using ehci_hcd and address 2
Jun 24 13:23:24 inty USB Universal Host Controller Interface driver v3.0
Jun 24 13:23:24 inty Initializing USB Mass Storage driver...
Jun 24 13:23:24 inty usb 1-1: configuration #1 chosen from 1 choice
Jun 24 13:23:24 inty scsi0 : SCSI emulation for USB Mass Storage devices
Jun 24 13:23:24 inty usbcore: registered new interface driver usb-storage
Jun 24 13:23:24 inty USB Mass Storage support registered.
Jun 24 13:23:24 inty usb-storage: device found at 2
Jun 24 13:23:24 inty usb-storage: waiting for device to settle before scanning
Jun 24 13:23:24 inty PNP: PS/2 Controller [PNP0303:KBC0,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
Jun 24 13:23:24 inty i8042.c: Detected active multiplexing controller, rev 1.1.
Jun 24 13:23:24 inty serio: i8042 KBD port at 0x60,0x64 irq 1
Jun 24 13:23:24 inty serio: i8042 AUX0 port at 0x60,0x64 irq 12
Jun 24 13:23:24 inty serio: i8042 AUX1 port at 0x60,0x64 irq 12
Jun 24 13:23:24 inty serio: i8042 AUX2 port at 0x60,0x64 irq 12
Jun 24 13:23:24 inty serio: i8042 AUX3 port at 0x60,0x64 irq 12
Jun 24 13:23:24 inty mice: PS/2 mouse device common for all mice
Jun 24 13:23:24 inty input: AT Translated Set 2 keyboard as /class/input/input4
Jun 24 13:23:24 inty device-mapper: ioctl: 4.12.0-ioctl (2007-10-02) initialised: dm-devel@redhat.com
Jun 24 13:23:24 inty usbcore: registered new interface driver usbhid
Jun 24 13:23:24 inty drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
Jun 24 13:23:24 inty Advanced Linux Sound Architecture Driver Version 1.0.15 (Tue Nov 20 19:16:42 2007 UTC).
Jun 24 13:23:24 inty ACPI: PCI Interrupt 0000:00:14.5[B] -> Link [LNKB] -> GSI 11 (level, low) -> IRQ 11
Jun 24 13:23:24 inty ALSA device list:
Jun 24 13:23:24 inty #0: ATI IXP rev 2 with unknown codec at 0xc0003400, irq 11
Jun 24 13:23:24 inty oprofile: using timer interrupt.
Jun 24 13:23:24 inty TCP cubic registered
Jun 24 13:23:24 inty NET: Registered protocol family 1
Jun 24 13:23:24 inty NET: Registered protocol family 10
Jun 24 13:23:24 inty IPv6 over IPv4 tunneling driver
Jun 24 13:23:24 inty NET: Registered protocol family 17
Jun 24 13:23:24 inty RPC: Registered udp transport module.
Jun 24 13:23:24 inty RPC: Registered tcp transport module.
Jun 24 13:23:24 inty 802.1Q VLAN Support v1.8 Ben Greear <greearb@candelatech.com>
Jun 24 13:23:24 inty All bugs added by David S. Miller <davem@redhat.com>
Jun 24 13:23:24 inty ieee80211: 802.11 data/management/control stack, git-1.1.13
Jun 24 13:23:24 inty ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
Jun 24 13:23:24 inty ieee80211_crypt: registered algorithm 'NULL'
Jun 24 13:23:24 inty ieee80211_crypt: registered algorithm 'WEP'
Jun 24 13:23:24 inty ieee80211_crypt: registered algorithm 'CCMP'
Jun 24 13:23:24 inty ieee80211_crypt: registered algorithm 'TKIP'
Jun 24 13:23:24 inty powernow-k8: Found 1 AMD Turion(tm) 64 Mobile Technology ML-34 processors (1 cpu cores) (version 2.20.00)
Jun 24 13:23:24 inty powernow-k8:    0 : fid 0xa (1800 MHz), vid 0x4
Jun 24 13:23:24 inty powernow-k8:    1 : fid 0x8 (1600 MHz), vid 0x6
Jun 24 13:23:24 inty powernow-k8:    2 : fid 0x0 (800 MHz), vid 0x16
Jun 24 13:23:24 inty powernow-k8: ph2 null fid transition 0xa
Jun 24 13:23:24 inty Using IPI Shortcut mode
Jun 24 13:23:24 inty Synaptics Touchpad, model: 1, fw: 6.2, id: 0x1a0b1, caps: 0xa04713/0x200000
Jun 24 13:23:24 inty input: SynPS/2 Synaptics TouchPad as /class/input/input5
Jun 24 13:23:24 inty kjournald starting.  Commit interval 5 seconds
Jun 24 13:23:24 inty EXT3-fs: mounted filesystem with ordered data mode.
Jun 24 13:23:24 inty VFS: Mounted root (ext3 filesystem) readonly.
Jun 24 13:23:24 inty Freeing unused kernel memory: 244k freed
Jun 24 13:23:24 inty device-mapper: table: 254:0: linear: dm-linear: Device lookup failed
Jun 24 13:23:24 inty device-mapper: ioctl: error adding target to table
[...]Pour info message repeté plusieurs fois. Mes recherches n'ont pas été concluantes qand à mon problème.
Jun 24 13:23:24 inty EXT3 FS on hda5, internal journal
Jun 24 13:23:24 inty device-mapper: table: 254:0: linear: dm-linear: Device lookup failed
Jun 24 13:23:24 inty device-mapper: ioctl: error adding target to table
[...]
Jun 24 13:23:24 inty spurious 8259A interrupt: IRQ7.
Jun 24 13:23:24 inty kjournald starting.  Commit interval 5 seconds
Jun 24 13:23:24 inty EXT3 FS on dm-6, internal journal
Jun 24 13:23:24 inty EXT3-fs: mounted filesystem with ordered data mode.
Jun 24 13:23:24 inty kjournald starting.  Commit interval 5 seconds
Jun 24 13:23:24 inty EXT3 FS on dm-5, internal journal
Jun 24 13:23:24 inty EXT3-fs: mounted filesystem with ordered data mode.
Jun 24 13:23:24 inty kjournald starting.  Commit interval 5 seconds
Jun 24 13:23:24 inty EXT3 FS on dm-4, internal journal
Jun 24 13:23:24 inty EXT3-fs: mounted filesystem with ordered data mode.
Jun 24 13:23:24 inty kjournald starting.  Commit interval 5 seconds
Jun 24 13:23:24 inty EXT3 FS on dm-3, internal journal
Jun 24 13:23:24 inty EXT3-fs: mounted filesystem with ordered data mode.
Jun 24 13:23:24 inty eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
Jun 24 13:23:24 inty eth0: no IPv6 routers present
Jun 24 13:23:24 inty kjournald starting.  Commit interval 5 seconds
Jun 24 13:23:24 inty EXT3 FS on dm-1, internal journal
Jun 24 13:23:24 inty EXT3-fs: mounted filesystem with ordered data mode.

_________________
"Unix IS user friendly... It's just selective about who its friends are." — Tollef Fog Heen tollef@add.no


Last edited by nico_calais on Tue Jun 24, 2008 10:28 pm; edited 1 time in total
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Tue Jun 24, 2008 10:07 pm    Post subject: Re: [LVM2]Une partition ne monte pas automatiquement Reply with quote

nico_calais wrote:
Jun 24 13:23:24 inty device-mapper: table: 254:0: linear: dm-linear: Device lookup failed
Jun 24 13:23:24 inty device-mapper: ioctl: error adding target to table
[...]Pour info message repeté plusieurs fois. Mes recherches n'ont pas été concluantes qand à mon problème.

C'est vrai que les recherches conduisent pratiquement toutes à un problème evms sur Ubuntu :-/
Mais comme evms et lvm font un peu la même chose, je me suis demandé s'il n'y avait tout de même pas un lien.
J'ai peut-être trouvé un indice dans la FAQ evms :
Quote:
Q. I'm running on a 2.6 kernel and some or all of my volumes fail to get activated. The volumes don't show up in the /dev/evms/ directory and I get the following errors in my kernel log:

device-mapper: dm-linear: Device lookup failed
device-mapper: error adding target to table

A. You probably need to apply the bd-claim patch to your kernel. See http://evms.sf.net/install/kernel.html#bdclaim for more details about this patch and other possible options.

En suivant le lien vers les détails concernant le patch en question, on trouve une explication assez circonstanciée du problème : en gros, si j'ai bien compris, un même périphérique bloc serait revendiqué à la fois par evms et par le kernel. Ca ne lui plairait pas des masses et il enverrait evms se faire voir chez les hellenes...

Se pourrait-il qu'un phénomène analogue se produise avec LVM ?

Il serait peut-être intéressant de voir ton partitionnement (fdisk -l).
Quid d'un upgrade du noyal ?

Désolé de ne pas être d'un plus grand secours :(
Back to top
View user's profile Send private message
nico_calais
l33t
l33t


Joined: 09 Jun 2005
Posts: 628
Location: Saint Julien en Genevois

PostPosted: Tue Jun 24, 2008 10:28 pm    Post subject: Reply with quote

Merci beaucoup ghoti et j'esperre que tu n'as pas trop perdu de temps à chercher parce que là, j'ai fait mon boulet.... :oops:

En redemarrant encore une fois mon ordi, j'ai vu qu'il y avait un message concernant le système de fichiers qui semblait avoir un problème. le message n'apparaissant pas dans mes logs, je ne l'ai plus en tête.

J'ai tout simplement redemarré sur un livecd et executé e2fsck sur la partition en defaut et en redemarrant sur la gentoo, tout c'est deroulé correctement.
je ne sais pas ce qui s'est passé sur la partition. Peut être que j'ai oublié de demonter la partition après avoir fini l'install...
_________________
"Unix IS user friendly... It's just selective about who its friends are." — Tollef Fog Heen tollef@add.no
Back to top
View user's profile Send private message
ghoti
Advocate
Advocate


Joined: 30 Dec 2002
Posts: 3634
Location: Belgium

PostPosted: Tue Jun 24, 2008 10:34 pm    Post subject: Reply with quote

nico_calais wrote:
Merci beaucoup ghoti et j'esperre que tu n'as pas trop perdu de temps à chercher

Bah, ce n'est pas du temps perdu : je compte bien me mettre aussi à lvm ou evms un de ces jours ! ;) :D
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum