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 18/06/2009, à 14:05

yodan33

lecture/écriture disque dur externe vfat [Résolu]

Bonjour à tous et d'avance mes excuses si ce poste semble identique à un autre.
Je travaille sur un lenovo N500 sur lequel j'ai viré Vista pour ne travailler que sur Ubuntu dont je suis enchanté.
Mon souci est que je n'arrive pas à écrire sur un DD externe Samsung HD501L de 500GB en vfat. De plus, lorsque je veux lancer Disk Manager, celui-ci me met un message d'erreur dans lequel il me dit qu'il n'y a pas de syst. de fichier dont je sois autorisé à monter ou démonter (en anglais). J'ai parcouru le net à la recherche d'une solution mais n'y suis pas arrivé et, je vous le confesse, je n'y comprenais pas grand chose. Alors, de peur de faire une bêtise, je fais appel à l'équipe.

pour info:
# /etc/fstab: static file system information.
#
#  -- This file has been automaticly generated by ntfs-config --
#
# <file system> <mount point>   <type>  <options>       <dump>  <pass>

proc /proc proc defaults 0 0
# Entry for /dev/sda1 :
UUID=9dd27ead-6f4a-458a-8dfe-95a57f1316f7 / ext3 relatime,errors=remount-ro 0 1
# Entry for /dev/sda5 :
UUID=89d62352-be97-4ce0-a8d0-690dadaa0db5 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0

mtab:
/dev/sda1 / ext3 rw,relatime,errors=remount-ro,commit=600 0 0
tmpfs /lib/init/rw tmpfs rw,nosuid,mode=0755 0 0
proc /proc proc rw,noexec,nosuid,nodev 0 0
sysfs /sys sysfs rw,noexec,nosuid,nodev 0 0
varrun /var/run tmpfs rw,nosuid,mode=0755 0 0
varlock /var/lock tmpfs rw,noexec,nosuid,nodev,mode=1777 0 0
udev /dev tmpfs rw,mode=0755 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,noexec,nosuid,gid=5,mode=620 0 0
fusectl /sys/fs/fuse/connections fusectl rw 0 0
lrm /lib/modules/2.6.28-11-generic/volatile tmpfs rw,mode=755 0 0
securityfs /sys/kernel/security securityfs rw 0 0
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,noexec,nosuid,nodev 0 0
gvfs-fuse-daemon /home/cooreman/.gvfs fuse.gvfs-fuse-daemon rw,nosuid,nodev,user=cooreman 0 0
/dev/sdb1 /media/LACIE-DO vfat rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush 0 0

options de montage: dmask=0077 codepage=cp437
Dans les propriétés du dd ext, onglet Volume - Paramètres, rien n'est rempli (point de montage, syst de fichiers, options de montage)

Je suis également allé sur quelques tutos du site mais je ne m'en sorts pas très bien.

Merci pour vos éclaircissements

Yodan33

Dernière modification par yodan33 (Le 01/12/2015, à 12:39)

Hors ligne

#2 Le 18/06/2009, à 14:25

jamin

Re : lecture/écriture disque dur externe vfat [Résolu]

Est-ce que ton disque est reconnu ?
lances la commande suivante avant et après avoir branché le disque :
> ls /dev/sd*
> sudo dmesg (éventuellement)
=> tu dois voir apparaitre un nouveau device /dev/sdc2 par exemple, suivant le partitionnement du disque.

Ensuite, s'il est formaté en vfat, tu dois pouvoir faire :
> sudo mkdir /mnt/<mon-disque>
> sudo mount -t vfat /dev/sdc2 /mnt/<mon-disque>

Hors ligne

#3 Le 18/06/2009, à 14:38

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

~$ ls /dev/sd*
/dev/sda  /dev/sda1  /dev/sda2  /dev/sda5  /dev/sdb  /dev/sdb1

idem lorsque le dd ext est monté.

sudo mkdir /mnt/<mon-disque>
Là, après m'avoir demander mon mot de passe, il ne se passe rien.

Je n'ai pas lancé la dernière commande car je ne trouve aucun sdc2.

Merci

Hors ligne

#4 Le 18/06/2009, à 18:05

jamin

Re : lecture/écriture disque dur externe vfat [Résolu]

A priori ton disque dur n'arrive pas à être reconnu,
après l'avoir branché, fait :
> sudo dmesg (ou dmsg je sais plus !)

Hors ligne

#5 Le 18/06/2009, à 18:08

jamin

Re : lecture/écriture disque dur externe vfat [Résolu]

c'est bien un disque usb que t'essaies de brancher ???

Hors ligne

#6 Le 19/06/2009, à 11:09

attilly

Re : lecture/écriture disque dur externe vfat [Résolu]

Bonjour,
Pas spécialiste mais il me semble même erreur que sur un autre topic.

http://forum.ubuntu-fr.org/viewtopic.php?id=325897

Un Umask=077 pour du Vfat ne fonctionne pas.
Umask= 000 ou 002 est préférable.
Un Umask de 077 est pour du ntfs

Hors ligne

#7 Le 19/06/2009, à 13:15

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

bonjour à tous et d'avance merci pour vos conseil,
Oui, c'est bien un dd branché en usb.
Je suis d'abord allé sur le lien d' attily et ai fait les petites modifs bien que je ne sais pas trop ce qu'est le gid. Puis j'ai voulu monter mon dd ext et voici ce qu'il me dit:

DBus error org.gtk.Private.RemoteVolumeMonitor.Failed: An operation is already pending

Ensuite j'ai tapé dans la console: sudo dmesg et voici le rapport (désolé, c'est une grosse tartine!):
[    0.596968] system 00:09: iomem range 0xfed10000-0xfed13fff has been reserved
[    0.596970] system 00:09: iomem range 0xfed18000-0xfed18fff has been reserved
[    0.596973] system 00:09: iomem range 0xfed19000-0xfed19fff has been reserved
[    0.596975] system 00:09: iomem range 0xe0000000-0xefffffff has been reserved
[    0.596978] system 00:09: iomem range 0xfed20000-0xfed3ffff has been reserved
[    0.596981] system 00:09: iomem range 0xfed40000-0xfed44fff has been reserved
[    0.596983] system 00:09: iomem range 0xfed45000-0xfed8ffff has been reserved
[    0.631707] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[    0.631709] pci 0000:00:1c.0:   IO window: disabled
[    0.631716] pci 0000:00:1c.0:   MEM window: 0xf4500000-0xf45fffff
[    0.631720] pci 0000:00:1c.0:   PREFETCH window: 0x000000c0000000-0x000000c00fffff
[    0.631728] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[    0.631730] pci 0000:00:1c.1:   IO window: disabled
[    0.631736] pci 0000:00:1c.1:   MEM window: disabled
[    0.631741] pci 0000:00:1c.1:   PREFETCH window: disabled
[    0.631750] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[    0.631751] pci 0000:00:1c.2:   IO window: disabled
[    0.631758] pci 0000:00:1c.2:   MEM window: 0xf4700000-0xf47fffff
[    0.631762] pci 0000:00:1c.2:   PREFETCH window: disabled
[    0.631771] pci 0000:00:1c.3: PCI bridge, secondary bus 0000:05
[    0.631774] pci 0000:00:1c.3:   IO window: 0x2000-0x2fff
[    0.631780] pci 0000:00:1c.3:   MEM window: 0xf0000000-0xf3ffffff
[    0.631785] pci 0000:00:1c.3:   PREFETCH window: 0x000000f6000000-0x000000f7ffffff
[    0.631793] pci 0000:00:1c.5: PCI bridge, secondary bus 0000:07
[    0.631795] pci 0000:00:1c.5:   IO window: disabled
[    0.631801] pci 0000:00:1c.5:   MEM window: 0xf4600000-0xf46fffff
[    0.631806] pci 0000:00:1c.5:   PREFETCH window: disabled
[    0.631815] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:08
[    0.631816] pci 0000:00:1e.0:   IO window: disabled
[    0.631822] pci 0000:00:1e.0:   MEM window: disabled
[    0.631827] pci 0000:00:1e.0:   PREFETCH window: disabled
[    0.631846] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    0.631852] pci 0000:00:1c.0: setting latency timer to 64
[    0.631861] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.631866] pci 0000:00:1c.1: setting latency timer to 64
[    0.631876] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    0.631881] pci 0000:00:1c.2: setting latency timer to 64
[    0.631890] pci 0000:00:1c.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
[    0.631895] pci 0000:00:1c.3: setting latency timer to 64
[    0.631903] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[    0.631908] pci 0000:00:1c.5: setting latency timer to 64
[    0.631916] pci 0000:00:1e.0: setting latency timer to 64
[    0.631920] bus: 00 index 0 io port: [0x00-0xffff]
[    0.631922] bus: 00 index 1 mmio: [0x000000-0xffffffff]
[    0.631924] bus: 02 index 0 mmio: [0x0-0x0]
[    0.631926] bus: 02 index 1 mmio: [0xf4500000-0xf45fffff]
[    0.631928] bus: 02 index 2 mmio: [0xc0000000-0xc00fffff]
[    0.631930] bus: 02 index 3 mmio: [0x0-0x0]
[    0.631932] bus: 03 index 0 mmio: [0x0-0x0]
[    0.631933] bus: 03 index 1 mmio: [0x0-0x0]
[    0.631935] bus: 03 index 2 mmio: [0x0-0x0]
[    0.631936] bus: 03 index 3 mmio: [0x0-0x0]
[    0.631938] bus: 04 index 0 mmio: [0x0-0x0]
[    0.631940] bus: 04 index 1 mmio: [0xf4700000-0xf47fffff]
[    0.631942] bus: 04 index 2 mmio: [0x0-0x0]
[    0.631944] bus: 04 index 3 mmio: [0x0-0x0]
[    0.631945] bus: 05 index 0 io port: [0x2000-0x2fff]
[    0.631947] bus: 05 index 1 mmio: [0xf0000000-0xf3ffffff]
[    0.631950] bus: 05 index 2 mmio: [0xf6000000-0xf7ffffff]
[    0.631951] bus: 05 index 3 mmio: [0x0-0x0]
[    0.631953] bus: 07 index 0 mmio: [0x0-0x0]
[    0.631955] bus: 07 index 1 mmio: [0xf4600000-0xf46fffff]
[    0.631957] bus: 07 index 2 mmio: [0x0-0x0]
[    0.631958] bus: 07 index 3 mmio: [0x0-0x0]
[    0.631960] bus: 08 index 0 mmio: [0x0-0x0]
[    0.631962] bus: 08 index 1 mmio: [0x0-0x0]
[    0.631963] bus: 08 index 2 mmio: [0x0-0x0]
[    0.631965] bus: 08 index 3 io port: [0x00-0xffff]
[    0.631967] bus: 08 index 4 mmio: [0x000000-0xffffffff]
[    0.631976] NET: Registered protocol family 2
[    0.644052] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.644297] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.644711] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[    0.645027] TCP: Hash tables configured (established 131072 bind 65536)
[    0.645029] TCP reno registered
[    0.652105] NET: Registered protocol family 1
[    0.652226] checking if image is initramfs... it is
[    1.254679] Freeing initrd memory: 7373k freed
[    1.254718] Simple Boot Flag at 0x36 set to 0x1
[    1.254885] cpufreq: No nForce2 chipset.
[    1.255021] audit: initializing netlink socket (disabled)
[    1.255045] type=2000 audit(1245322395.252:1): initialized
[    1.262088] highmem bounce pool size: 64 pages
[    1.262093] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[    1.263374] VFS: Disk quotas dquot_6.5.1
[    1.263432] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    1.264012] fuse init (API version 7.10)
[    1.264097] msgmni has been set to 1673
[    1.264269] alg: No test for stdrng (krng)
[    1.264278] io scheduler noop registered
[    1.264280] io scheduler anticipatory registered
[    1.264282] io scheduler deadline registered
[    1.264297] io scheduler cfq registered (default)
[    1.264309] pci 0000:00:02.0: Boot video device
[    1.304718] pcieport-driver 0000:00:1c.0: setting latency timer to 64
[    1.304772] pcieport-driver 0000:00:1c.0: found MSI capability
[    1.304811] pcieport-driver 0000:00:1c.0: irq 2303 for MSI/MSI-X
[    1.304828] pci_express 0000:00:1c.0:pcie00: allocate port service
[    1.304843] pci_express 0000:00:1c.0:pcie02: allocate port service
[    1.304855] pci_express 0000:00:1c.0:pcie03: allocate port service
[    1.304933] pcieport-driver 0000:00:1c.1: setting latency timer to 64
[    1.304985] pcieport-driver 0000:00:1c.1: found MSI capability
[    1.305025] pcieport-driver 0000:00:1c.1: irq 2302 for MSI/MSI-X
[    1.305042] pci_express 0000:00:1c.1:pcie00: allocate port service
[    1.305054] pci_express 0000:00:1c.1:pcie02: allocate port service
[    1.305066] pci_express 0000:00:1c.1:pcie03: allocate port service
[    1.305145] pcieport-driver 0000:00:1c.2: setting latency timer to 64
[    1.305198] pcieport-driver 0000:00:1c.2: found MSI capability
[    1.305233] pcieport-driver 0000:00:1c.2: irq 2301 for MSI/MSI-X
[    1.305250] pci_express 0000:00:1c.2:pcie00: allocate port service
[    1.305262] pci_express 0000:00:1c.2:pcie02: allocate port service
[    1.305273] pci_express 0000:00:1c.2:pcie03: allocate port service
[    1.305350] pcieport-driver 0000:00:1c.3: setting latency timer to 64
[    1.305403] pcieport-driver 0000:00:1c.3: found MSI capability
[    1.305438] pcieport-driver 0000:00:1c.3: irq 2300 for MSI/MSI-X
[    1.305455] pci_express 0000:00:1c.3:pcie00: allocate port service
[    1.305466] pci_express 0000:00:1c.3:pcie02: allocate port service
[    1.305478] pci_express 0000:00:1c.3:pcie03: allocate port service
[    1.305555] pcieport-driver 0000:00:1c.5: setting latency timer to 64
[    1.305608] pcieport-driver 0000:00:1c.5: found MSI capability
[    1.305643] pcieport-driver 0000:00:1c.5: irq 2299 for MSI/MSI-X
[    1.305659] pci_express 0000:00:1c.5:pcie00: allocate port service
[    1.305671] pci_express 0000:00:1c.5:pcie02: allocate port service
[    1.305683] pci_express 0000:00:1c.5:pcie03: allocate port service
[    1.305771] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.305917] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.310471] ACPI: AC Adapter [ACAD] (on-line)
[    1.453050] ACPI: Battery Slot [BAT1] (battery present)
[    1.453127] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.453129] ACPI: Power Button (FF) [PWRF]
[    1.453171] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input1
[    1.453230] ACPI: Lid Switch [LID0]
[    1.453273] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2
[    1.453275] ACPI: Power Button (CM) [PWRB]
[    1.454063] ACPI: SSDT BDB1AC20, 0265 (r1  PmRef  Cpu0Ist     3000 INTL 20050624)
[    1.454516] ACPI: SSDT BDB18620, 0549 (r1  PmRef  Cpu0Cst     3001 INTL 20050624)
[    1.456928] Monitor-Mwait will be used to enter C-1 state
[    1.456931] Monitor-Mwait will be used to enter C-2 state
[    1.456944] ACPI: CPU0 (power states: C1[C1] C2[C2])
[    1.456968] processor ACPI_CPU:00: registered as cooling_device0
[    1.456972] ACPI: Processor [CPU0] (supports 8 throttling states)
[    1.457416] ACPI: SSDT BDB19CA0, 01CF (r1  PmRef    ApIst     3000 INTL 20050624)
[    1.457880] ACPI: SSDT BDB19F20, 008D (r1  PmRef    ApCst     3000 INTL 20050624)
[    1.470337] ACPI: CPU1 (power states: C1[C1] C2[C2])
[    1.470355] processor ACPI_CPU:01: registered as cooling_device1
[    1.470359] ACPI: Processor [CPU1] (supports 8 throttling states)
[    1.506419] thermal LNXTHERM:01: registered as thermal_zone0
[    1.518386] ACPI: Thermal Zone [TZ00] (61 C)
[    1.518440] isapnp: Scanning for PnP cards...
[    1.872432] isapnp: No Plug & Play device found
[    1.884252] Serial: 8250/16550 driver4 ports, IRQ sharing enabled
[    1.885242] brd: module loaded
[    1.885540] loop: module loaded
[    1.885602] Fixed MDIO Bus: probed
[    1.885607] PPP generic driver version 2.4.2
[    1.885664] input: Macintosh mouse button emulation as /devices/virtual/input/input3
[    1.885693] Driver 'sd' needs updating - please use bus_type methods
[    1.885702] Driver 'sr' needs updating - please use bus_type methods
[    1.885742] ahci 0000:00:1f.2: version 3.0
[    1.885756] ahci 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    1.885800] ahci 0000:00:1f.2: irq 2298 for MSI/MSI-X
[    1.885872] ahci 0000:00:1f.2: AHCI 0001.0200 32 slots 4 ports 3 Gbps 0x3 impl SATA mode
[    1.885875] ahci 0000:00:1f.2: flags: 64bit ncq sntf stag pm led clo pio slum part ems
[    1.885881] ahci 0000:00:1f.2: setting latency timer to 64
[    1.886074] scsi0 : ahci
[    1.886171] scsi1 : ahci
[    1.886230] scsi2 : ahci
[    1.886284] scsi3 : ahci
[    1.886324] ata1: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04100 irq 2298
[    1.886328] ata2: SATA max UDMA/133 abar m2048@0xf4a04000 port 0xf4a04180 irq 2298
[    1.886329] ata3: DUMMY
[    1.886331] ata4: DUMMY
[    2.204021] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    2.257236] ata1.00: ATA-8: WDC WD3200BEVT-88ZCT0, 11.01A11, max UDMA/133
[    2.257238] ata1.00: 625142448 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    2.259605] ata1.00: configured for UDMA/133
[    2.996021] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    2.999631] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-T50N, RV06, max UDMA/133
[    3.011466] ata2.00: configured for UDMA/133
[    3.132133] scsi 0:0:0:0: Direct-Access     ATA      WDC WD3200BEVT-8 11.0 PQ: 0 ANSI: 5
[    3.132225] sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
[    3.132241] sd 0:0:0:0: [sda] Write Protect is off
[    3.132243] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.132267] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.132328] sd 0:0:0:0: [sda] 625142448 512-byte hardware sectors: (320 GB/298 GiB)
[    3.132342] sd 0:0:0:0: [sda] Write Protect is off
[    3.132344] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.132367] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.132371]  sda: sda1 sda2 < sda5 >
[    3.159304] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.159352] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.162461] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-T50N  RV06 PQ: 0 ANSI: 5
[    3.490380] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.490383] Uniform CD-ROM driver Revision: 3.20
[    3.490478] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.490516] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.491227] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.491252] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[    3.491271] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[    3.491275] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[    3.491329] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[    3.495233] ehci_hcd 0000:00:1a.7: debug port 1
[    3.495240] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[    3.495256] ehci_hcd 0000:00:1a.7: irq 20, io mem 0xf4a04800
[    3.508008] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[    3.508072] usb usb1: configuration #1 chosen from 1 choice
[    3.508100] hub 1-0:1.0: USB hub found
[    3.508107] hub 1-0:1.0: 6 ports detected
[    3.508216] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    3.508227] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    3.508230] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.508270] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[    3.512170] ehci_hcd 0000:00:1d.7: debug port 1
[    3.512177] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    3.512190] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf4a04c00
[    3.524008] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.524072] usb usb2: configuration #1 chosen from 1 choice
[    3.524096] hub 2-0:1.0: USB hub found
[    3.524103] hub 2-0:1.0: 6 ports detected
[    3.524198] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.524215] uhci_hcd: USB Universal Host Controller Interface driver
[    3.524242] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    3.524249] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[    3.524252] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[    3.524305] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    3.524341] uhci_hcd 0000:00:1a.0: irq 16, io base 0x00001820
[    3.524412] usb usb3: configuration #1 chosen from 1 choice
[    3.524438] hub 3-0:1.0: USB hub found
[    3.524446] hub 3-0:1.0: 2 ports detected
[    3.524529] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[    3.524535] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[    3.524539] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[    3.524578] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[    3.524615] uhci_hcd 0000:00:1a.1: irq 21, io base 0x00001840
[    3.524687] usb usb4: configuration #1 chosen from 1 choice
[    3.524711] hub 4-0:1.0: USB hub found
[    3.524717] hub 4-0:1.0: 2 ports detected
[    3.524797] uhci_hcd 0000:00:1a.2: PCI INT C -> GSI 20 (level, low) -> IRQ 20
[    3.524803] uhci_hcd 0000:00:1a.2: setting latency timer to 64
[    3.524807] uhci_hcd 0000:00:1a.2: UHCI Host Controller
[    3.524847] uhci_hcd 0000:00:1a.2: new USB bus registered, assigned bus number 5
[    3.524874] uhci_hcd 0000:00:1a.2: irq 20, io base 0x00001860
[    3.524946] usb usb5: configuration #1 chosen from 1 choice
[    3.524970] hub 5-0:1.0: USB hub found
[    3.524977] hub 5-0:1.0: 2 ports detected
[    3.525069] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[    3.525078] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    3.525081] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.525120] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 6
[    3.525148] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00001880
[    3.525214] usb usb6: configuration #1 chosen from 1 choice
[    3.525240] hub 6-0:1.0: USB hub found
[    3.525246] hub 6-0:1.0: 2 ports detected
[    3.525329] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[    3.525336] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    3.525339] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.525377] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 7
[    3.525412] uhci_hcd 0000:00:1d.1: irq 19, io base 0x000018a0
[    3.525482] usb usb7: configuration #1 chosen from 1 choice
[    3.525505] hub 7-0:1.0: USB hub found
[    3.525512] hub 7-0:1.0: 2 ports detected
[    3.525593] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[    3.525600] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    3.525603] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.525647] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 8
[    3.525683] uhci_hcd 0000:00:1d.2: irq 18, io base 0x000018c0
[    3.525756] usb usb8: configuration #1 chosen from 1 choice
[    3.525779] hub 8-0:1.0: USB hub found
[    3.525785] hub 8-0:1.0: 2 ports detected
[    3.525908] usbcore: registered new interface driver libusual
[    3.525940] usbcore: registered new interface driver usbserial
[    3.525950] USB Serial support registered for generic
[    3.525966] usbcore: registered new interface driver usbserial_generic
[    3.525968] usbserial: USB Serial Driver core
[    3.526023] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
[    3.561064] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.561069] serio: i8042 AUX port at 0x60,0x64 irq 12
[    3.564038] mice: PS/2 mouse device common for all mice
[    3.580070] rtc_cmos 00:06: RTC can wake from S4
[    3.580105] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    3.580138] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[    3.580202] device-mapper: uevent: version 1.0.3
[    3.580297] device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
[    3.580366] device-mapper: multipath: version 1.0.5 loaded
[    3.580369] device-mapper: multipath round-robin: version 1.0.0 loaded
[    3.580446] EISA: Probing bus 0 at eisa.0
[    3.580453] Cannot allocate resource for EISA slot 1
[    3.580456] Cannot allocate resource for EISA slot 2
[    3.580483] EISA: Detected 0 cards.
[    3.580575] cpuidle: using governor ladder
[    3.580663] cpuidle: using governor menu
[    3.581162] TCP cubic registered
[    3.581255] NET: Registered protocol family 10
[    3.581662] lo: Disabled Privacy Extensions
[    3.581986] NET: Registered protocol family 17
[    3.582006] Bluetooth: L2CAP ver 2.11
[    3.582007] Bluetooth: L2CAP socket layer initialized
[    3.582010] Bluetooth: SCO (Voice Link) ver 0.6
[    3.582012] Bluetooth: SCO socket layer initialized
[    3.582045] Marking TSC unstable due to TSC halts in idle
[    3.582047] Bluetooth: RFCOMM socket layer initialized
[    3.582054] Bluetooth: RFCOMM TTY layer initialized
[    3.582056] Bluetooth: RFCOMM ver 1.10
[    3.582817] Using IPI No-Shortcut mode
[    3.582896] registered taskstats version 1
[    3.583022]   Magic number: 13:749:881
[    3.583108] rtc_cmos 00:06: setting system clock to 2009-06-18 10:53:18 UTC (1245322398)
[    3.583111] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.583113] EDD information not available.
[    3.583387] Freeing unused kernel memory: 532k freed
[    3.583528] Write protecting the kernel text: 4128k
[    3.583580] Write protecting the kernel read-only data: 1532k
[    3.603955] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input4
[    3.844586] tg3.c:v3.94 (August 14, 2008)
[    3.844652] tg3 0000:07:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[    3.844705] tg3 0000:07:00.0: setting latency timer to 64
[    3.877177] usb 2-3: new high speed USB device using ehci_hcd and address 2
[    4.127005] eth0: Tigon3 [partno(BCM95906) rev c002 PHY(5906)] (PCI Express) 10/100Base-TX Ethernet 00:1e:ec:9c:5a:ed
[    4.127009] eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] WireSpeed[0] TSOcap[1]
[    4.127011] eth0: dma_rwctrl[76180000] dma_mask[64-bit]
[    4.165443] usb 2-3: configuration #1 chosen from 1 choice
[    4.276047] usb 2-5: new high speed USB device using ehci_hcd and address 3
[    4.413076] usb 2-5: configuration #1 chosen from 1 choice
[    4.417880] Initializing USB Mass Storage driver...
[    4.418006] scsi4 : SCSI emulation for USB Mass Storage devices
[    4.418096] usbcore: registered new interface driver usb-storage
[    4.418100] USB Mass Storage support registered.
[    4.418203] usb-storage: device found at 3
[    4.418205] usb-storage: waiting for device to settle before scanning
[    4.537623] PM: Starting manual resume from disk
[    4.537627] PM: Resume from partition 8:5
[    4.537628] PM: Checking hibernation image.
[    4.537783] PM: Resume from disk failed.
[    4.597675] kjournald starting.  Commit interval 5 seconds
[    4.597687] EXT3-fs: mounted filesystem with ordered data mode.
[    4.652051] usb 5-2: new low speed USB device using uhci_hcd and address 2
[    4.822008] usb 5-2: configuration #1 chosen from 1 choice
[    9.416302] usb-storage: device scan complete
[    9.416771] scsi 4:0:0:0: Direct-Access     SAMSUNG  HD501LJ               PQ: 0 ANSI: 2 CCS
[    9.417630] sd 4:0:0:0: [sdb] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
[    9.418126] sd 4:0:0:0: [sdb] Write Protect is off
[    9.418129] sd 4:0:0:0: [sdb] Mode Sense: 00 38 00 00
[    9.418131] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    9.418763] sd 4:0:0:0: [sdb] 976773168 512-byte hardware sectors: (500 GB/465 GiB)
[    9.419264] sd 4:0:0:0: [sdb] Write Protect is off
[    9.419266] sd 4:0:0:0: [sdb] Mode Sense: 00 38 00 00
[    9.419268] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[    9.419271]  sdb: sdb1
[    9.420742] sd 4:0:0:0: [sdb] Attached SCSI disk
[    9.420802] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   11.527851] udev: starting version 141
[   11.777664] acpi device:0a: registered as cooling_device2
[   11.778156] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/device:07/input/input5
[   11.806004] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[   11.815415] Linux agpgart interface v0.103
[   11.878824] iTCO_vendor_support: vendor-support=0
[   11.880534] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[   11.882235] iTCO_wdt: Found a ICH9M TCO device (Version=2, TCOBASE=0x0460)
[   11.882321] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   11.930639] cfg80211: Calling CRDA to update world regulatory domain
[   11.958477] usbcore: registered new interface driver hiddev
[   11.973306] input: USB Optical Mouse as /devices/pci0000:00/0000:00:1a.2/usb5/5-2/5-2:1.0/input/input6
[   11.978645] generic-usb 0003:15CA:00C3.0001: input,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-0000:00:1a.2-2/input0
[   11.978668] usbcore: registered new interface driver usbhid
[   11.978692] usbhid: v2.6:USB HID core driver
[   11.994503] agpgart-intel 0000:00:00.0: Intel Mobile Intel® GM45 Express Chipset
[   11.994932] agpgart-intel 0000:00:00.0: detected 32764K stolen memory
[   11.998878] agpgart-intel 0000:00:00.0: AGP aperture is 256M @ 0xd0000000
[   12.008747] input: PC Speaker as /devices/platform/pcspkr/input/input7
[   12.010129] sdhci: Secure Digital Host Controller Interface driver
[   12.010132] sdhci: Copyright(c) Pierre Ossman
[   12.011589] sdhci-pci 0000:02:00.0: SDHCI controller found [197b:2382] (rev 0)
[   12.011617] sdhci-pci 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.011685] sdhci-pci 0000:02:00.0: setting latency timer to 64
[   12.011746] mmc0: SDHCI controller on PCI [0000:02:00.0] using ADMA
[   12.011758] sdhci-pci 0000:02:00.2: SDHCI controller found [197b:2381] (rev 0)
[   12.011781] sdhci-pci 0000:02:00.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[   12.011790] sdhci-pci 0000:02:00.2: Refusing to bind to secondary interface.
[   12.011799] sdhci-pci 0000:02:00.2: PCI INT A disabled
[   12.052882] cfg80211: World regulatory domain updated:
[   12.052886]     (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   12.052889]     (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.052891]     (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.052893]     (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   12.052896]     (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.052898]     (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   12.080986] Linux video capture interface: v2.00
[   12.150701] uvcvideo: Found UVC 1.00 device Lenovo EasyCamera (04f2:b090)
[   12.151859] input: Lenovo EasyCamera as /devices/pci0000:00/0000:00:1d.7/usb2/2-3/2-3:1.0/input/input8
[   12.160192] usbcore: registered new interface driver uvcvideo
[   12.160221] USB Video Class driver (v0.1.0)
[   12.305919] iwlagn: Intel(R) Wireless WiFi Link AGN driver for Linux, 1.3.27ks
[   12.305923] iwlagn: Copyright(c) 2003-2008 Intel Corporation
[   12.306037] iwlagn 0000:04:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[   12.306073] iwlagn 0000:04:00.0: setting latency timer to 64
[   12.306191] iwlagn: Detected Intel Wireless WiFi Link 5100AGN REV=0x54
[   12.329120] iwlagn: Tunable channels: 13 802.11bg, 24 802.11a channels
[   12.329202] iwlagn 0000:04:00.0: irq 2297 for MSI/MSI-X
[   12.330290] phy0: Selected rate control algorithm 'iwl-agn-rs'
[   12.333968] synaptics was reset on resume, see synaptics_resume_reset if you have trouble on resume
[   12.403252] HDA Intel 0000:00:1b.0: power state changed by ACPI to D0
[   12.403268] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[   12.403344] HDA Intel 0000:00:1b.0: setting latency timer to 64
[   12.911417] lp: driver loaded but no devices found
[   13.143084] Adding 8996360k swap on /dev/sda5.  Priority:-1 extents:1 across:8996360k
[   13.183082] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input9
[   13.224265] input: AlpsPS/2 ALPS GlidePoint as /devices/platform/i8042/serio1/input/input10
[  408.200041] EXT3 FS on sda1, internal journal
[  409.077228] type=1505 audit(1245322803.992:2): operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" name2="default" pid=6543
[  409.123183] type=1505 audit(1245322804.036:3): operation="profile_load" name="/sbin/dhclient-script" name2="default" pid=6547
[  409.123304] type=1505 audit(1245322804.036:4): operation="profile_load" name="/sbin/dhclient3" name2="default" pid=6547
[  409.123345] type=1505 audit(1245322804.036:5): operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" name2="default" pid=6547
[  409.123383] type=1505 audit(1245322804.036:6): operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" name2="default" pid=6547
[  409.251736] type=1505 audit(1245322804.164:7): operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" name2="default" pid=6552
[  409.251913] type=1505 audit(1245322804.164:8): operation="profile_load" name="/usr/sbin/cupsd" name2="default" pid=6552
[  409.279754] type=1505 audit(1245322804.193:9): operation="profile_load" name="/usr/sbin/tcpdump" name2="default" pid=6556
[  410.621046] NET: Registered protocol family 15
[  410.666271] alg: No test for cipher_null (cipher_null-generic)
[  410.666336] alg: No test for digest_null (digest_null-generic)
[  410.666361] alg: No test for compress_null (compress_null-generic)
[  410.744224] padlock: VIA PadLock Hash Engine not detected.
[  410.749884] padlock: VIA PadLock Hash Engine not detected.
[  411.022037] padlock: VIA PadLock not detected.
[  413.033947] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  413.033949] Bluetooth: BNEP filters: protocol multicast
[  413.062510] Bridge firewalling registered
[  414.296059] ppdev: user-space parallel port driver
[  416.250137] [drm] Initialized drm 1.1.0 20060810
[  416.255246] pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[  416.255252] pci 0000:00:02.0: setting latency timer to 64
[  416.255501] pci 0000:00:02.0: irq 2296 for MSI/MSI-X
[  416.255593] [drm] Initialized i915 1.6.0 20080730 on minor 0
[  416.258073] [drm:i915_setparam] *ERROR* unknown parameter 4
[  418.083936] tg3 0000:07:00.0: irq 2295 for MSI/MSI-X
[  418.144216] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  418.154380] iwlagn 0000:04:00.0: firmware: requesting iwlwifi-5000-1.ucode
[  418.216531] iwlagn: Radio disabled by HW RF Kill switch
[  418.218668] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  419.727209] tg3: eth0: Link is up at 100 Mbps, full duplex.
[  419.727212] tg3: eth0: Flow control is on for TX and on for RX.
[  419.727445] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  429.865031] eth0: no IPv6 routers present
[ 2459.043974] hda-intel: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[ 3403.200789] FAT: Filesystem panic (dev sdb1)
[ 3403.200793]     fat_get_cluster: invalid cluster chain (i_pos 0)
[ 3403.200797]     File system has been set read-only
[86963.038913] FAT: Unrecognized mount option "umask= 000" or missing value
[87146.388546] FAT: Unrecognized mount option "umask= 000" or missing value

Encore merci pour vos éclairsissements.

yodan33

Hors ligne

#8 Le 19/06/2009, à 13:23

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

voici un autre message d'erreur lorsque j'ai voulu monter mon dd ext:

mount: wrong fs type, bad option, bad superblock on/ dev sdb1, missing codepage or helper progam or other error   in some case usefull is found in syslog - try  dmesg |  tail or so

obscure...

Hors ligne

#9 Le 20/06/2009, à 13:56

attilly

Re : lecture/écriture disque dur externe vfat [Résolu]

Bonjour,

Comme je l'ai précisé "je ne suis pas un spécialiste".

Pas de réponse à votre problème puisque ce que j'ai indiqué fonctionne parfaitement chez moi. Il y a certainement un autre problème chez vous.

Pour info :

GID = identifiant du groupe

exemple,         root, gid=0
               utilisateur, gid=1000
               vboxusers, gid=126

au lieu d'écrire:
groupe=trifouillis la belle, .......Il est plus simple de mettre gid=1000

Bonne journée

Hors ligne

#10 Le 21/06/2009, à 10:08

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

Merci pour ces éclaircissements attily.

J'espère que j'arriverai à bout de mon problème...

Hors ligne

#11 Le 06/08/2009, à 14:01

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

Re-bonjour à tous,
Mon problème reste le même, voire empire puisqu'à présent je ne peux plus monter les volumes en fat32 (dd externe et clé usb). J'ai encore parcouru la toile mes toutes mes tentatives sont infructueuse. Aujourd'hui, lorsque je tente de monter mon dd externe, il me met un message d'erreur et me conseil de faire la commande suivante:

XX@XXX-XX:~$ dmesg | tail
[  135.640315] sd 5:0:0:0: [sdc] 7798784 512-byte hardware sectors: (3.99 GB/3.71 GiB)
[  135.640783] sd 5:0:0:0: [sdc] Write Protect is off
[  135.640785] sd 5:0:0:0: [sdc] Mode Sense: 23 00 00 00
[  135.640787] sd 5:0:0:0: [sdc] Assuming drive cache: write through
[  135.640793]  sdc: sdc1
[  135.672935] sd 5:0:0:0: [sdc] Attached SCSI removable disk
[  135.673551] sd 5:0:0:0: Attached scsi generic sg3 type 0
[  135.905193] FAT: Unrecognized mount option "umask= 077" or missing value
[  142.201689] usb 2-5: USB disconnect, address 5
[  473.739714] FAT: Unrecognized mount option "umask= 077" or missing value

Pourriez vous m'éclairer?

Merci

Hors ligne

#12 Le 11/08/2009, à 14:38

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

Re bonjour à tous,

Il n'y aurait donc personne pour m'aider à régler ce problème? Voilà qui est bien embarrassant...

Hors ligne

#13 Le 18/09/2009, à 10:37

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

Bonjour à tous,
juste pour conclure, n'ayant aucune réponse, j'ai reformaté mon dd ext en ntfs et ça fonctionne. Je pense que c'était mon dd ext qui avait un problème puisque ma clé usb, également en fat32 fonctionne parfaitement. Pourriez-vous me dire comment faire pour mettre ce poste en RESOLU?
Merci à ceux qui ont tenté de m'aider.

Yodan33

Hors ligne

#14 Le 28/11/2015, à 10:09

hibou7

Re : lecture/écriture disque dur externe vfat [Résolu]

Pour passer en "résolu":
Modifier (en étant connecté) le premier message du fil de discussion, et ajouter [Résolu] dans le titre.


Xubuntu 22.04 sur HP ENVY TS Sleekbook 4 | CPU: Intel Core i5-3337U  | RAM: 8 Gio
Débuter en Console
Si GNU/Linux ne répond plus, le redémarrer proprement avec la combinaison de touches:
Alt + SysRq + REISUB (Retourne en Islande sur un bateau).

Hors ligne

#15 Le 29/11/2015, à 18:34

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

Bon... Je dois vraiment être un manche mais j'y arrive pas. Je suis connecté, je modifie, mais après... j'ai bien tenté de taper [Résolu] mais j'ai un message qui me dit que je ne peux pas le faire... J'ai dû louper quelque chose mais je vois vraiment pas quoi.
Désolé...
Yo

Hors ligne

#16 Le 01/12/2015, à 12:00

hibou7

Re : lecture/écriture disque dur externe vfat [Résolu]

Peut-être un pb de connection?
Essaye encore une fois, contrôle que tu sois bien connecté.


Xubuntu 22.04 sur HP ENVY TS Sleekbook 4 | CPU: Intel Core i5-3337U  | RAM: 8 Gio
Débuter en Console
Si GNU/Linux ne répond plus, le redémarrer proprement avec la combinaison de touches:
Alt + SysRq + REISUB (Retourne en Islande sur un bateau).

Hors ligne

#17 Le 01/12/2015, à 12:42

yodan33

Re : lecture/écriture disque dur externe vfat [Résolu]

Re,
Ce n'était pas un problème de connection mais un problème de "balise". Je n'ai pas très bien compris mais j'ai tout de même réussi, c'est le principal...
Encore merci à tous pour vos interventions. Longue vie à ce forum...

Yo33

Hors ligne