Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 23/06/2006, à 12:29

Tr!n!Ty

[Résolu] montage partition

Bonjour,

ALors moi aussi j'ai un petit soucis de partition qui se monte pas et que je suis obligée d'active mais se desactive seule.
donc mon fstab n'indique deja pas la partition :

# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hdb1       /               ext3    defaults,errors=remount-ro 0       1
/dev/hdb5       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0

alors que dans fdisk elle y est :

nyx@ubuntu:/media$ sudo fdisk -l

Disque /dev/hdb: 20.0 Go, 20020396032 octets
255 têtes, 63 secteurs/piste, 2434 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/hdb1   *           1         637     5116671   83  Linux
/dev/hdb2            2331        2434      835380    5  Extended
/dev/hdb3             638        2330    13599022+  83  Linux
/dev/hdb5            2331        2434      835348+  82  Linux swap / Solaris

Les entrées de la table de partitions ne sont pas dans l'ordre du disque

donc je pensais rajouter la ligne :

/dev/hdb3 /media/hdb3 ext3    defaults        0       2

@# /etc/fstab: static file system information.
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
proc            /proc           proc    defaults        0       0
/dev/hdb1       /               ext3    defaults,errors=remount-ro 0       1
/dev/hdb3       /media/hdb3     ext3    defaults        0       2
/dev/hdb5       none            swap    sw              0       0
/dev/hdc        /media/cdrom0   udf,iso9660 user,noauto     0       0

et créer un dossier hdb3 dans media
pis sudo mount /dev/hdb3 /media/hdb3

Malheureusement la partition se demonte toute seule, je vois vraiment pas d'ou ça peut venir

Au secours car je voudrais deplacer mon /home au plus vite, car j'ai plus de place dedans et je veux pas reinstaller dapper me suis suffisemment pris la tete pour le config

Merci de vos conseils

P.S : Me suis permise de refaire un nouveau post plutot que de continuer dans un poste marqué [resolu]

Dernière modification par Tr!n!Ty (Le 23/06/2006, à 20:00)


Ubuntu 7.04 - Feisty Fawn & Beryl
Laptop Fujitsu : Pentuim M 1.7, 512 DDR, ATI 9700 SE
PC : P4 3ghz (HT) 2Go DDR GFX 6600le/ P4 1.5Ghz, 512 DDR, GFX 5200 Le
DediboX & OVH sous Ubuntu Server 6.10

Hors ligne

#2 Le 23/06/2006, à 12:45

Donk

Re : [Résolu] montage partition

Pourrais-tu mettre la sortie de dmesg?

Hors ligne

#3 Le 23/06/2006, à 12:48

Tr!n!Ty

Re : [Résolu] montage partition

attention enorme block

nyx@ubuntu:~$ dmesg
[17179569.184000] Linux version 2.6.15-25-386 (buildd@terranova) (gcc version 4. 0.3 (Ubuntu 4.0.3-1ubuntu5)) #1 PREEMPT Wed Jun 14 11:25:49 UTC 2006
[17179569.184000] BIOS-provided physical RAM map:
[17179569.184000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[17179569.184000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[17179569.184000]  BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
[17179569.184000]  BIOS-e820: 0000000000100000 - 000000001fff0000 (usable)
[17179569.184000]  BIOS-e820: 000000001fff0000 - 000000001fff3000 (ACPI NVS)
[17179569.184000]  BIOS-e820: 000000001fff3000 - 0000000020000000 (ACPI data)
[17179569.184000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[17179569.184000]  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[17179569.184000]  BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[17179569.184000] 0MB HIGHMEM available.
[17179569.184000] 511MB LOWMEM available.
[17179569.184000] found SMP MP-table at 000f5c40
[17179569.184000] On node 0 totalpages: 131056
[17179569.184000]   DMA zone: 4096 pages, LIFO batch:0
[17179569.184000]   DMA32 zone: 0 pages, LIFO batch:0
[17179569.184000]   Normal zone: 126960 pages, LIFO batch:31
[17179569.184000]   HighMem zone: 0 pages, LIFO batch:0
[17179569.184000] DMI 2.2 present.
[17179569.184000] ACPI: RSDP (v000 MSISYS                                ) @ 0x0 00f75a0
[17179569.184000] ACPI: RSDT (v001 MSISYS MSI ACPI 0x42302e31 AWRD 0x00000000) @  0x1fff3000
[17179569.184000] ACPI: FADT (v001 MSISYS MSI ACPI 0x42302e31 AWRD 0x00000000) @  0x1fff3040
[17179569.184000] ACPI: BOOT (v001 MSISYS AWRDACPI 0x42302e31 AWRD 0x00000000) @  0x1fff6ac0
[17179569.184000] ACPI: MADT (v001 MSISYS AWRDACPI 0x42302e31 AWRD 0x00000000) @  0x1fff6b00
[17179569.184000] ACPI: DSDT (v001 MSISYS AWRDACPI 0x00001000 MSFT 0x0100000c) @  0x00000000
[17179569.184000] ACPI: PM-Timer IO Port: 0x4008
[17179569.184000] ACPI: Local APIC address 0xfee00000
[17179569.184000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[17179569.184000] Processor #0 15:0 APIC version 20
[17179569.184000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[17179569.184000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[17179569.184000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[17179569.184000] ACPI: IRQ0 used by override.
[17179569.184000] ACPI: IRQ2 used by override.
[17179569.184000] ACPI: IRQ9 used by override.
[17179569.184000] Enabling APIC mode:  Flat.  Using 1 I/O APICs
[17179569.184000] Using ACPI (MADT) for SMP configuration information
[17179569.184000] Allocating PCI resources starting at 30000000 (gap: 20000000:d ec00000)
[17179569.184000] Built 1 zonelists
[17179569.184000] Kernel command line: root=/dev/hdb1 ro quiet splash
[17179569.184000] mapped APIC to ffffd000 (fee00000)
[17179569.184000] mapped IOAPIC to ffffc000 (fec00000)
[17179569.184000] Initializing CPU#0
[17179569.184000] PID hash table entries: 2048 (order: 11, 32768 bytes)
[17179569.184000] Detected 1512.005 MHz processor.
[17179569.184000] Using pmtmr for high-res timesource
[17179569.184000] Console: colour VGA+ 80x25
[17179570.036000] Dentry cache hash table entries: 131072 (order: 7, 524288 byte s)
[17179570.040000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[17179570.064000] Memory: 508852k/524224k available (1976k kernel code, 14800k r eserved, 606k data, 288k init, 0k highmem)
[17179570.064000] Checking if this processor honours the WP bit even in supervis or mode... Ok.
[17179570.144000] Calibrating delay using timer specific routine.. 3027.06 BogoM IPS (lpj=6054136)
[17179570.144000] Security Framework v1.0.0 initialized
[17179570.144000] SELinux:  Disabled at boot.
[17179570.144000] Mount-cache hash table entries: 512
[17179570.144000] CPU: After generic identify, caps: 3febfbff 00000000 00000000 00000000 00000000 00000000 00000000
[17179570.144000] CPU: After vendor identify, caps: 3febfbff 00000000 00000000 0 0000000 00000000 00000000 00000000
[17179570.144000] CPU: Trace cache: 12K uops, L1 D cache: 8K
[17179570.144000] CPU: L2 cache: 256K
[17179570.144000] CPU: After all inits, caps: 3febfbff 00000000 00000000 0000008 0 00000000 00000000 00000000
[17179570.144000] mtrr: v2.0 (20020519)
[17179570.144000] CPU: Intel(R) Pentium(R) 4 CPU 1500MHz stepping 0a
[17179570.144000] Enabling fast FPU save and restore... done.
[17179570.144000] Enabling unmasked SIMD FPU exception support... done.
[17179570.144000] Checking 'hlt' instruction... OK.
[17179570.160000] checking if image is initramfs... it is
[17179571.116000] Freeing initrd memory: 6613k freed
[17179571.140000] ACPI: Looking for DSDT ... not found!
[17179571.148000] ENABLING IO-APIC IRQs
[17179571.148000] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[17179571.292000] NET: Registered protocol family 16
[17179571.292000] EISA bus registered
[17179571.292000] ACPI: bus type pci registered
[17179571.304000] PCI: PCI BIOS revision 2.10 entry at 0xfb140, last bus=2
[17179571.304000] PCI: Using configuration type 1
[17179571.304000] ACPI: Subsystem revision 20051216
[17179571.316000] ACPI: Interpreter enabled
[17179571.316000] ACPI: Using IOAPIC for interrupt routing
[17179571.316000] ACPI: PCI Root Bridge [PCI0] (0000:00)
[17179571.316000] PCI: Probing PCI hardware (bus 00)
[17179571.316000] ACPI: Assume root bridge [\_SB_.PCI0] bus is 0
[17179571.320000] PCI quirk: region 4000-407f claimed by ICH4 ACPI/GPIO/TCO
[17179571.320000] PCI quirk: region 4080-40bf claimed by ICH4 GPIO
[17179571.320000] Boot video device is 0000:01:00.0
[17179571.320000] PCI: Transparent bridge - 0000:00:1e.0
[17179571.320000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[17179571.352000] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[17179571.352000] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 6 7 9 10 11 12 14  15)
[17179571.352000] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 12 14  15)
[17179571.352000] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[17179571.352000] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 *9 10 11 12 14  15)
[17179571.352000] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[17179571.356000] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[17179571.356000] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 9 10 11 12 14 15) *0, disabled.
[17179571.356000] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 9 10 *11 12 14  15)
[17179571.360000] Linux Plug and Play Support v0.97 (c) Adam Belay
[17179571.360000] pnp: PnP ACPI init
[17179571.368000] pnp: PnP ACPI: found 14 devices
[17179571.368000] PnPBIOS: Disabled by ACPI PNP
[17179571.368000] PCI: Using ACPI for IRQ routing
[17179571.368000] PCI: If a device doesn't work, try "pci=routeirq".  If it help s, post a report
[17179571.388000] PCI: Bridge: 0000:00:01.0
[17179571.388000]   IO window: disabled.
[17179571.388000]   MEM window: d0000000-d1ffffff
[17179571.388000]   PREFETCH window: c0000000-cfffffff
[17179571.388000] PCI: Bridge: 0000:00:1e.0
[17179571.388000]   IO window: c000-cfff
[17179571.388000]   MEM window: d2000000-d3ffffff
[17179571.388000]   PREFETCH window: d4000000-d40fffff
[17179571.388000] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[17179571.388000] Simple Boot Flag at 0x39 set to 0x1
[17179571.388000] audit: initializing netlink socket (disabled)
[17179571.388000] audit(1151050528.388:1): initialized
[17179571.388000] VFS: Disk quotas dquot_6.5.1
[17179571.388000] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[17179571.388000] Initializing Cryptographic API
[17179571.388000] io scheduler noop registered
[17179571.388000] io scheduler anticipatory registered
[17179571.388000] io scheduler deadline registered
[17179571.392000] io scheduler cfq registered
[17179571.392000] isapnp: Scanning for PnP cards...
[17179571.744000] isapnp: No Plug & Play device found
[17179571.772000] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[17179571.776000] serio: i8042 AUX port at 0x60,0x64 irq 12
[17179571.776000] serio: i8042 KBD port at 0x60,0x64 irq 1
[17179571.776000] Serial: 8250/16550 driver $Revision: 1.90 $ 48 ports, IRQ shar ing enabled
[17179571.776000] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179571.776000] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179571.780000] 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[17179571.780000] 00:08: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[17179571.780000] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 b locksize
[17179571.780000] Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
[17179571.780000] ide: Assuming 33MHz system bus speed for PIO modes; override w ith idebus=xx
[17179571.784000] mice: PS/2 mouse device common for all mice
[17179571.784000] EISA: Probing bus 0 at eisa.0
[17179571.784000] Cannot allocate resource for EISA slot 4
[17179571.784000] Cannot allocate resource for EISA slot 5
[17179571.784000] EISA: Detected 0 cards.
[17179571.784000] NET: Registered protocol family 2
[17179571.808000] input: AT Translated Set 2 keyboard as /class/input/input0
[17179571.820000] IP route cache hash table entries: 8192 (order: 3, 32768 bytes )
[17179571.820000] TCP established hash table entries: 32768 (order: 5, 131072 by tes)
[17179571.820000] TCP bind hash table entries: 32768 (order: 5, 131072 bytes)
[17179571.820000] TCP: Hash tables configured (established 32768 bind 32768)
[17179571.820000] TCP reno registered
[17179571.820000] TCP bic registered
[17179571.820000] NET: Registered protocol family 1
[17179571.820000] NET: Registered protocol family 8
[17179571.820000] NET: Registered protocol family 20
[17179571.820000] Using IPI Shortcut mode
[17179571.820000] ACPI wakeup devices:
[17179571.820000] SLPB PCI0 HUB0 USB0 USB1 UAR1 UAR2
[17179571.820000] ACPI: (supports S0 S1 S4 S5)
[17179571.820000] Freeing unused kernel memory: 288k freed
[17179571.912000] vga16fb: initializing
[17179571.912000] vga16fb: mapped to 0xc00a0000
[17179572.072000] Console: switching to colour frame buffer device 80x25
[17179572.072000] fb0: VGA16 VGA frame buffer device
[17179573.224000] Capability LSM initialized
[17179573.292000] ACPI: Fan [FAN] (on)
[17179573.296000] ACPI: Processor [CPU0] (supports 2 throttling states)
[17179573.300000] ACPI: Thermal Zone [THRM] (22 C)
[17179574.500000] ICH2: IDE controller at PCI slot 0000:00:1f.1
[17179574.500000] ICH2: chipset revision 18
[17179574.500000] ICH2: not 100% native mode: will probe irqs later
[17179574.500000]     ide0: BM-DMA at 0xf000-0xf007, BIOS settings: hda:pio, hdb :DMA
[17179574.500000]     ide1: BM-DMA at 0xf008-0xf00f, BIOS settings: hdc:DMA, hdd :pio
[17179574.500000] Probing IDE interface ide0...
[17179575.016000] hdb: WDC WD200BB-00AUA1, ATA DISK drive
[17179575.072000] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[17179575.092000] Probing IDE interface ide1...
[17179575.828000] hdc: ATAPI CD-ROM MAX 56X, ATAPI CD/DVD-ROM drive
[17179576.164000] ide1 at 0x170-0x177,0x376 on irq 15
[17179576.176000] hdb: max request size: 128KiB
[17179576.192000] hdb: 39102336 sectors (20020 MB) w/2048KiB Cache, CHS=38792/16 /63, UDMA(100)
[17179576.192000] hdb: cache flushes not supported
[17179576.192000]  hdb: hdb1 hdb2 < hdb5 > hdb3
[17179576.224000] hdc: ATAPI 56X CD-ROM drive, 128kB Cache, UDMA(33)
[17179576.224000] Uniform CD-ROM driver Revision: 3.20
[17179576.544000] usbcore: registered new driver usbfs
[17179576.548000] usbcore: registered new driver hub
[17179576.548000] USB Universal Host Controller Interface driver v2.3
[17179576.552000] ACPI: PCI Interrupt 0000:00:1f.2[D] -> GSI 19 (level, low) -> IRQ 169
[17179576.552000] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[17179576.552000] uhci_hcd 0000:00:1f.2: UHCI Host Controller
[17179576.552000] uhci_hcd 0000:00:1f.2: new USB bus registered, assigned bus nu mber 1
[17179576.552000] uhci_hcd 0000:00:1f.2: irq 169, io base 0x0000d000
[17179576.552000] hub 1-0:1.0: USB hub found
[17179576.552000] hub 1-0:1.0: 2 ports detected
[17179576.656000] ACPI: PCI Interrupt 0000:00:1f.4[C] -> GSI 23 (level, low) -> IRQ 177
[17179576.656000] PCI: Setting latency timer of device 0000:00:1f.4 to 64
[17179576.656000] uhci_hcd 0000:00:1f.4: UHCI Host Controller
[17179576.656000] uhci_hcd 0000:00:1f.4: new USB bus registered, assigned bus nu mber 2
[17179576.656000] uhci_hcd 0000:00:1f.4: irq 177, io base 0x0000d800
[17179576.656000] hub 2-0:1.0: USB hub found
[17179576.656000] hub 2-0:1.0: 2 ports detected
[17179576.880000] Attempting manual resume
[17179576.896000] usb 1-2: new full speed USB device using uhci_hcd and address 2
[17179576.924000] EXT3-fs: mounted filesystem with ordered data mode.
[17179576.968000] kjournald starting.  Commit interval 5 seconds
[17179590.752000] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[17179590.756000] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[17179590.848000] Linux agpgart interface v0.101 (c) Dave Jones
[17179590.852000] agpgart: Detected an Intel i845 Chipset.
[17179590.864000] agpgart: AGP aperture is 256M @ 0xb0000000
[17179590.928000] hw_random: RNG not detected
[17179591.484000] ACPI: PCI Interrupt 0000:00:1f.5[b] -> GSI 17 (level, low) -> IRQ 185
[17179591.484000] PCI: Setting latency timer of device 0000:00:1f.5 to 64
[17179591.552000] nvidia: module license 'NVIDIA' taints kernel.
[17179591.800000] intel8x0_measure_ac97_clock: measured 54791 usecs
[17179591.800000] intel8x0: clocking to 48000
[17179591.856000] ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 193
[17179591.856000] NVRM: loading NVIDIA Linux x86 Kernel Module  1.0-8762  Mon Ma y 15 13:06:38 PDT 2006
[17179591.924000] 8139too Fast Ethernet driver 0.9.27
[17179591.924000] ACPI: PCI Interrupt 0000:02:05.0[A] -> GSI 17 (level, low) -> IRQ 185
[17179591.924000] eth0: RealTek RTL8139 at 0xe08c4000, 00:50:fc:43:88:05, IRQ 18 5
[17179591.924000] eth0:  Identified 8139 chip type 'RTL-8139C'
[17179591.960000] drivers/usb/net/atmel/at76_usbdfu.c: USB Device Firmware Upgra de (DFU) handler v0.12beta23-fw_dwl loading
[17179591.972000] 8139cp: 10/100 PCI Ethernet driver v1.2 (Mar 22, 2004)
[17179592.000000] drivers/usb/net/atmel/at76c503.c: Generic Atmel at76c503/at76c 505 routines v0.12beta23-fw_dwl
[17179592.004000] drivers/usb/net/atmel/at76c503-fw_skel.c: Atmel at76c505 (RFMD  2958) Wireless LAN Driver v0.12beta23-fw_dwl loading
[17179592.004000] drivers/usb/net/atmel/at76c503-fw_skel.c: downloading firmware  atmel_at76c505-rfmd2958.bin
[17179592.240000] Linux video capture interface: v1.00
[17179592.316000] bttv: driver version 0.9.16 loaded
[17179592.316000] bttv: using 8 buffers with 2080k (520 pages) each for capture
[17179592.316000] bttv: Bt8xx card found (0).
[17179592.316000] ACPI: PCI Interrupt 0000:02:03.0[A] -> GSI 19 (level, low) -> IRQ 169
[17179592.316000] bttv0: Bt848 (rev 18) at 0000:02:03.0, irq: 169, latency: 32, mmio: 0xd4000000
[17179592.316000] bttv0: using:  *** UNKNOWN/GENERIC ***  [card=0,autodetected]
[17179592.316000] bttv0: gpio: en=00000000, out=00000000 in=00ff27ff [init]
[17179592.320000] tveeprom 0-0050: Huh, no eeprom present (err=-121)?
[17179592.320000] bttv0: using tuner=-1
[17179592.320000] bttv0: i2c: checking for MSP34xx @ 0x80... not found
[17179592.320000] bttv0: i2c: checking for TDA9875 @ 0xb0... not found
[17179592.324000] bttv0: i2c: checking for TDA7432 @ 0x8a... not found
[17179592.328000] bttv0: i2c: checking for TDA9887 @ 0x86... not found
[17179592.328000] bttv0: registered device video0
[17179592.328000] bttv0: registered device vbi0
[17179592.340000] Real Time Clock Driver v1.12
[17179592.352000] input: PC Speaker as /class/input/input1
[17179592.504000] Floppy drive(s): fd0 is 1.44M
[17179592.520000] FDC 0 is a post-1991 82077
[17179592.592000] input: ImPS/2 Generic Wheel Mouse as /class/input/input2
[17179592.696000] parport: PnPBIOS parport detected.
[17179592.696000] parport0: PC-style at 0x378 (0x778), irq 7, dma 3 [PCSPP,TRIST ATE,COMPAT,EPP,ECP,DMA]
[17179593.100000] drivers/usb/net/atmel/at76c503-fw_skel.c: got it.
[17179593.100000] usbcore: registered new driver at76c505-rfmd2958
[17179594.032000] ts: Compaq touchscreen protocol output
[17179594.116000] eth0: link up, 10Mbps, half-duplex, lpa 0x0000
[17179594.668000] lp0: using parport0 (interrupt-driven).
[17179594.772000] Adding 835340k swap on /dev/hdb5.  Priority:-1 extents:1 acros s:835340k
[17179594.952000] EXT3 FS on hdb1, internal journal
[17179595.164000] NET: Registered protocol family 17
[17179595.232000] md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
[17179595.232000] md: bitmap version 4.39
[17179595.392000] usb 1-2: reset full speed USB device using uhci_hcd and addres s 2
[17179595.524000] usb 1-2: device firmware changed
[17179595.524000] usb 1-2: USB disconnect, address 2
[17179595.524000] drivers/usb/net/atmel/at76c503-fw_skel.c: wlan%d disconnecting
[17179595.524000] drivers/usb/net/atmel/at76c503-fw_skel.c: at76c505-rfmd2958 di sconnected
[17179595.636000] usb 1-2: new full speed USB device using uhci_hcd and address 3
[17179595.772000] drivers/usb/net/atmel/at76c503-fw_skel.c: downloading firmware  atmel_at76c505-rfmd2958.bin
[17179595.804000] drivers/usb/net/atmel/at76c503-fw_skel.c: got it.
[17179595.916000] drivers/usb/net/atmel/at76c503.c: $Id: at76c503.c,v 1.74 2005/ 03/08 01:33:14 jal2 Exp $ compiled Jun 14 2006 11:30:10
[17179595.916000] drivers/usb/net/atmel/at76c503.c: firmware version 1.101.0 #86  (fcs_len 4)
[17179595.920000] drivers/usb/net/atmel/at76c503.c: device's MAC 00:0c:41:58:e4: bb, regulatory domain ETSI (Europe - (Spain+France) (id 48)
[17179595.920000] drivers/usb/net/atmel/at76c503.c: registered wlan0
[17179595.948000] device-mapper: 4.4.0-ioctl (2005-01-12) initialised: dm-devel@ redhat.com
[17179597.656000] ext3: No journal on filesystem on hdb3
[17179602.176000] CSLIP: code copyright 1989 Regents of the University of Califo rnia
[17179602.188000] PPP generic driver version 2.4.2
[17179602.264000] NET: Registered protocol family 10
[17179602.264000] lo: Disabled Privacy Extensions
[17179602.264000] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[17179602.264000] IPv6 over IPv4 tunneling driver
[17179602.512000] NET: Registered protocol family 24
[17179603.968000] ACPI: Power Button (FF) [PWRF]
[17179603.968000] ACPI: Power Button (CM) [PWRB]
[17179603.968000] ACPI: Sleep Button (CM) [SLPB]
[17179604.168000] ibm_acpi: ec object not found
[17179604.220000] pcc_acpi: loading...
[17179605.836000] ip_tables: (C) 2000-2002 Netfilter core team
[17179610.672000] agpgart: Found an AGP 2.0 compliant device at 0000:00:00.0.
[17179610.672000] agpgart: Putting AGP V2 device at 0000:00:00.0 into 4x mode
[17179610.672000] agpgart: Putting AGP V2 device at 0000:01:00.0 into 4x mode
[17179612.200000] ppdev: user-space parallel port driver
[17179612.300000] eth0: no IPv6 routers present
[17179612.532000] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[17179612.536000] apm: overridden by ACPI.
[17179613.736000] wlan0 (WE) : Driver using old /proc/net/wireless support, plea se fix driver !
[17179618.820000] Bluetooth: Core ver 2.8
[17179618.820000] NET: Registered protocol family 31
[17179618.820000] Bluetooth: HCI device and connection manager initialized
[17179618.820000] Bluetooth: HCI socket layer initialized
[17179618.932000] Bluetooth: L2CAP ver 2.8
[17179618.932000] Bluetooth: L2CAP socket layer initialized
[17179618.944000] Bluetooth: RFCOMM socket layer initialized
[17179618.944000] Bluetooth: RFCOMM TTY layer initialized
[17179618.944000] Bluetooth: RFCOMM ver 1.7
[17179682.388000] ISO 9660 Extensions: Microsoft Joliet Level 3
[17179682.732000] ISOFS: changing to secondary root
[17179689.180000] eth0: no IPv6 routers present
[17180294.132000] eth0: link down
[17180410.376000] eth0: link up, 10Mbps, half-duplex, lpa 0x0000
[17180410.376000] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[17180420.748000] eth0: no IPv6 routers present
[17180486.448000] eth0: no IPv6 routers present
[17182744.288000] Warning: /proc/ide/hd?/settings interface is obsolete, and wil l be removed soon!
[17182754.576000] ext3: No journal on filesystem on hdb3
[17183339.200000] ext3: No journal on filesystem on hdb3
[17183340.676000] ext3: No journal on filesystem on hdb3
[17183341.984000] ext3: No journal on filesystem on hdb3

merci


Ubuntu 7.04 - Feisty Fawn & Beryl
Laptop Fujitsu : Pentuim M 1.7, 512 DDR, ATI 9700 SE
PC : P4 3ghz (HT) 2Go DDR GFX 6600le/ P4 1.5Ghz, 512 DDR, GFX 5200 Le
DediboX & OVH sous Ubuntu Server 6.10

Hors ligne

#4 Le 23/06/2006, à 16:17

Tr!n!Ty

Re : [Résolu] montage partition

nyx@ubuntu:/proc$ sudo mount -a
mount: type erroné de système de fichiers, option erronée, super bloc erroné sur /dev/hdb3,
       codepage manquante ou autre erreur
       Dans quelques cas certaines informations sont utiles dans syslog - essayez
       dmesg | tail  ou quelque chose du genre

[17181856.200000] Warning: /proc/ide/hd?/settings interface is obsolete, and will be removed soon!
[17181912.628000] ext3: No journal on filesystem on hdb3
[17181987.340000] ext3: No journal on filesystem on hdb3

je vois bien que c'est là le soucis

ide :
" Press ? for keyboard shortcuts
" Sorted by name (.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc at end of list)
"= /proc/ide/
../
hdb/
hdc/
ide0/
ide1/
drivers

je vois pas trop là !! hmm

Dernière modification par Tr!n!Ty (Le 23/06/2006, à 16:31)


Ubuntu 7.04 - Feisty Fawn & Beryl
Laptop Fujitsu : Pentuim M 1.7, 512 DDR, ATI 9700 SE
PC : P4 3ghz (HT) 2Go DDR GFX 6600le/ P4 1.5Ghz, 512 DDR, GFX 5200 Le
DediboX & OVH sous Ubuntu Server 6.10

Hors ligne

#5 Le 23/06/2006, à 18:41

Donk

Re : [Résolu] montage partition

Es tu sure que ta partition soit formatée en ext3?

Hors ligne

#6 Le 23/06/2006, à 19:06

Tr!n!Ty

Re : [Résolu] montage partition

la reponse etait un peu dans l'erreur

17181987.340000] ext3: No journal on filesystem on hdb3

alors j'ai crée la journalisaition avec tune2fs

sudo tune2fs -j /dev/hdb3

j'ai plus d'erreur quand je fais sudo mount -a

reponse du demsg | tail

nyx@ubuntu:/opt$ dmesg | tail
[17191731.704000] kjournald starting.  Commit interval 5 seconds
[17191731.704000] EXT3 FS on hdb3, internal journal
[17191731.704000] EXT3-fs: mounted filesystem with ordered data mode.

apparement ça à l'air bon

Un grand merci a ff d'irc smile
ainsi que Donk pour avoir mis sur la voie

Dernière modification par Tr!n!Ty (Le 23/06/2006, à 19:59)


Ubuntu 7.04 - Feisty Fawn & Beryl
Laptop Fujitsu : Pentuim M 1.7, 512 DDR, ATI 9700 SE
PC : P4 3ghz (HT) 2Go DDR GFX 6600le/ P4 1.5Ghz, 512 DDR, GFX 5200 Le
DediboX & OVH sous Ubuntu Server 6.10

Hors ligne

#7 Le 23/06/2006, à 21:40

Donk

Re : [Résolu] montage partition

Tr!n!Ty a écrit :

la reponse etait un peu dans l'erreur

17181987.340000] ext3: No journal on filesystem on hdb3

C'est pour ça que je te posais la question wink

Hors ligne