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 25/10/2008, à 12:13

berserk

mettre des fichiers sur une carte SD

Bonjour

J'ai un lecteur de cartes qui est bien reconnu par Ubuntu.
Lorsque je mets une carte SD elle est bien montée car une icône Média 2,0 Gio apparaît mais je n'arrive pas à mettre des fichiers dessus, la fonction "coller" de nautilus est grisée.

Merci

Hors ligne

#2 Le 25/10/2008, à 12:15

Tha Tawa'S

Re : mettre des fichiers sur une carte SD

Salut,

Tu dois avoir un probleme de permissions,
Fais un clic droit dessus puis permissions et tu verras ce que tu as le droit de faire ou pas.
BYe


Si tu tapes ta tete contre une cruche et que ca sonne creux... ce n est peut-etre pas la cruche qui est creuse....

Hors ligne

#3 Le 25/10/2008, à 12:30

berserk

Re : mettre des fichiers sur une carte SD

slt

alors c'est bizarre car dans permissions çame dit que j'ai les droits de création et suppression des fichiers (sur la ligne acces au dossier)
sur la ligne acces au fichier il n'y a rien d'écrit

Hors ligne

#4 Le 25/10/2008, à 12:43

yurek

Re : mettre des fichiers sur une carte SD

ta carte est protégé, tu dois avoir un petit clip sur la carte, change le de position


http://doc.ubuntu-fr.org/installation/debutants
http://doc.ubuntu-fr.org/diagnostic
http://doc.ubuntu-fr.org/diagnostic_outils
http://doc.ubuntu-fr.org/reflexe_ubunteros

Hors ligne

#5 Le 25/10/2008, à 12:48

berserk

Re : mettre des fichiers sur une carte SD

non parce que j'ai mis la carte dans une imprimante reliée à un autre PC (XP) et j'ai pu mettre des fichiers dessus
mais sur le PC Ubuntu ça marche pas.
comment faire pour avoir les droits ?
la carte est montée dans /media/disk

Hors ligne

#6 Le 25/10/2008, à 12:52

yurek

Re : mettre des fichiers sur une carte SD

ah ca m'est déja arrive, copie tes donnée et formate la carte, puis remet tes données.


http://doc.ubuntu-fr.org/installation/debutants
http://doc.ubuntu-fr.org/diagnostic
http://doc.ubuntu-fr.org/diagnostic_outils
http://doc.ubuntu-fr.org/reflexe_ubunteros

Hors ligne

#7 Le 25/10/2008, à 12:57

berserk

Re : mettre des fichiers sur une carte SD

la formater avec gparted ?
si oui gparted peut il créer une partition en FAT16 ? car la carte est en FAT16
j'ai un peu peur de foutre la carte en l'air, j'ai formaté plusieurs fois des HDD, mais des cartes SD j'ai jamais fait ça

Hors ligne

#8 Le 25/10/2008, à 13:00

yurek

Re : mettre des fichiers sur une carte SD

mais non mais non. http://doc.ubuntu-fr.org/tutoriel/formater_une_cle_usb


http://doc.ubuntu-fr.org/installation/debutants
http://doc.ubuntu-fr.org/diagnostic
http://doc.ubuntu-fr.org/diagnostic_outils
http://doc.ubuntu-fr.org/reflexe_ubunteros

Hors ligne

#9 Le 25/10/2008, à 14:04

berserk

Re : mettre des fichiers sur une carte SD

avant de formater je voudrais être sûr qu'il ne s'agit pas d'un probleme de droits, comment vérifier ça ?

Hors ligne

#10 Le 25/10/2008, à 14:41

yurek

Re : mettre des fichiers sur une carte SD

ls -l dans le dossier de ta carte...


http://doc.ubuntu-fr.org/installation/debutants
http://doc.ubuntu-fr.org/diagnostic
http://doc.ubuntu-fr.org/diagnostic_outils
http://doc.ubuntu-fr.org/reflexe_ubunteros

Hors ligne

#11 Le 25/10/2008, à 15:05

berserk

Re : mettre des fichiers sur une carte SD

voilà ce que ça donne

$ ls -l
total 1792
-rwx------ 1 berserk root 1817707 2008-10-25 12:30 IMAG0283.jpg

Hors ligne

#12 Le 25/10/2008, à 15:53

yurek

Re : mettre des fichiers sur une carte SD

berserk root

le fichier fait partie du group root ?? Donc tu n'a pas le droit de le modifier.
Pour cela fait un
sudo chown berserk:berserk *
sudo chown berserk:berserk .*
Mais sérieusement c'est bizzard car les carte en fat ne sauvegarde pas les droits des fichier, passe quand meme par un formatage.


http://doc.ubuntu-fr.org/installation/debutants
http://doc.ubuntu-fr.org/diagnostic
http://doc.ubuntu-fr.org/diagnostic_outils
http://doc.ubuntu-fr.org/reflexe_ubunteros

Hors ligne

#13 Le 25/10/2008, à 16:19

berserk

Re : mettre des fichiers sur une carte SD

je ne peux rien faire, ni supprimer le fichier, nicréer de dossier ou copier des fichiers sur la carte
je vais formater

Dernière modification par berserk (Le 25/10/2008, à 16:20)

Hors ligne

#14 Le 25/10/2008, à 18:04

berserk

Re : mettre des fichiers sur une carte SD

j'ai lu un peu la doc sur les droits, et si je faisais ça ?

chmod a+rwx /media/disk

Hors ligne

#15 Le 25/10/2008, à 18:37

berserk

Re : mettre des fichiers sur une carte SD

le formatage ne marche pas :

6625b21428c3a9b7ee2914b60fc4bt.jpg

Dernière modification par berserk (Le 25/10/2008, à 18:37)

Hors ligne

#16 Le 25/10/2008, à 20:07

yurek

Re : mettre des fichiers sur une carte SD

formate moi ca sous windows pour voir...


http://doc.ubuntu-fr.org/installation/debutants
http://doc.ubuntu-fr.org/diagnostic
http://doc.ubuntu-fr.org/diagnostic_outils
http://doc.ubuntu-fr.org/reflexe_ubunteros

Hors ligne

#17 Le 25/10/2008, à 20:20

berserk

Re : mettre des fichiers sur une carte SD

ça y est, formatage réussi sous windows mais je peux toujours pas mettre de fichiers sur la carte.

et si je fais un

sudo chmod -R 777 /media/disk

j'obtiens ça :

sudo chmod -R 777 /media/disk
chmod: modification des permissions de `/media/disk': Système de fichiers accessible en lecture seulement

Hors ligne

#18 Le 26/10/2008, à 10:00

berserk

Re : mettre des fichiers sur une carte SD

please aidez moi ça me saoule de pas pouvoir utiliser ma carte, il doit bien y avoir un moyen pour mettre des fichiers dessus.
peut-être qu'il faut modifier le fstab ? si oui modifier quoi ?
help me !

Hors ligne

#19 Le 26/10/2008, à 11:58

yurek

Re : mettre des fichiers sur une carte SD

non il ne faut pas toucher au fstab,
branche ta carte puis fait un dmesg


http://doc.ubuntu-fr.org/installation/debutants
http://doc.ubuntu-fr.org/diagnostic
http://doc.ubuntu-fr.org/diagnostic_outils
http://doc.ubuntu-fr.org/reflexe_ubunteros

Hors ligne

#20 Le 26/10/2008, à 12:41

berserk

Re : mettre des fichiers sur une carte SD

voilà

[   27.928825] ACPI: EC: Look up EC in DSDT
[   27.933558] ACPI: Interpreter enabled
[   27.933560] ACPI: (supports S0 S1 S3 S4 S5)
[   27.933569] ACPI: Using IOAPIC for interrupt routing
[   27.940174] ACPI: PCI Root Bridge [PCI0] (0000:00)
[   27.941722] PCI: Transparent bridge - 0000:00:10.0
[   27.941738] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[   27.941939] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.HUB0._PRT]
[   27.995714] ACPI: PCI Interrupt Link [LNK1] (IRQs 5 7 9 *10 11 14 15)
[   27.995840] ACPI: PCI Interrupt Link [LNK2] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.995964] ACPI: PCI Interrupt Link [LNK3] (IRQs 5 7 9 *10 11 14 15)
[   27.996086] ACPI: PCI Interrupt Link [LNK4] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.996208] ACPI: PCI Interrupt Link [LNK5] (IRQs 5 7 9 *10 11 14 15)
[   27.996330] ACPI: PCI Interrupt Link [LNK6] (IRQs 5 7 9 10 *11 14 15)
[   27.996452] ACPI: PCI Interrupt Link [LNK7] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.996573] ACPI: PCI Interrupt Link [LNK8] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.996696] ACPI: PCI Interrupt Link [LUBA] (IRQs 5 7 9 *10 11 14 15)
[   27.996817] ACPI: PCI Interrupt Link [LUBB] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.996940] ACPI: PCI Interrupt Link [LMAC] (IRQs *5 7 9 10 11 14 15)
[   27.997064] ACPI: PCI Interrupt Link [LACI] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.997189] ACPI: PCI Interrupt Link [LAZA] (IRQs 5 7 9 10 *11 14 15)
[   27.997311] ACPI: PCI Interrupt Link [LPMU] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.997433] ACPI: PCI Interrupt Link [LMCI] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.997556] ACPI: PCI Interrupt Link [LSMB] (IRQs 5 7 9 10 *11 14 15)
[   27.997678] ACPI: PCI Interrupt Link [LUB2] (IRQs 5 7 9 10 *11 14 15)
[   27.997799] ACPI: PCI Interrupt Link [LIDE] (IRQs 5 7 9 10 11 14 15) *0, disabled.
[   27.997921] ACPI: PCI Interrupt Link [LSID] (IRQs 5 7 9 *10 11 14 15)
[   27.998046] ACPI: PCI Interrupt Link [LFID] (IRQs 5 7 9 10 *11 14 15)
[   27.998192] ACPI: PCI Interrupt Link [APC1] (IRQs 16) *0
[   27.998333] ACPI: PCI Interrupt Link [APC2] (IRQs 17) *0, disabled.
[   27.998474] ACPI: PCI Interrupt Link [APC3] (IRQs 18) *0
[   27.998614] ACPI: PCI Interrupt Link [APC4] (IRQs 19) *0, disabled.
[   27.998755] ACPI: PCI Interrupt Link [APC5] (IRQs 16) *0
[   27.998894] ACPI: PCI Interrupt Link [APC6] (IRQs 16) *0
[   27.999034] ACPI: PCI Interrupt Link [APC7] (IRQs 16) *0, disabled.
[   27.999174] ACPI: PCI Interrupt Link [APC8] (IRQs 16) *0, disabled.
[   27.999314] ACPI: PCI Interrupt Link [APCF] (IRQs 20 21 22 23) *0
[   27.999455] ACPI: PCI Interrupt Link [APCG] (IRQs 20 21 22 23) *0, disabled.
[   27.999596] ACPI: PCI Interrupt Link [APCH] (IRQs 20 21 22 23) *0
[   27.999737] ACPI: PCI Interrupt Link [APCJ] (IRQs 20 21 22 23) *0, disabled.
[   27.999878] ACPI: PCI Interrupt Link [APMU] (IRQs 20 21 22 23) *0, disabled.
[   28.000018] ACPI: PCI Interrupt Link [AAZA] (IRQs 20 21 22 23) *0
[   28.000159] ACPI: PCI Interrupt Link [APCK] (IRQs 20 21 22 23) *0, disabled.
[   28.000300] ACPI: PCI Interrupt Link [APCS] (IRQs 20 21 22 23) *0
[   28.000441] ACPI: PCI Interrupt Link [APCL] (IRQs 20 21 22 23) *0
[   28.000583] ACPI: PCI Interrupt Link [APCM] (IRQs 20 21 22 23) *0, disabled.
[   28.000724] ACPI: PCI Interrupt Link [APCZ] (IRQs 20 21 22 23) *0, disabled.
[   28.000866] ACPI: PCI Interrupt Link [APSI] (IRQs 20 21 22 23) *0
[   28.001008] ACPI: PCI Interrupt Link [APSJ] (IRQs 20 21 22 23) *0
[   28.001096] Linux Plug and Play Support v0.97 (c) Adam Belay
[   28.001113] pnp: PnP ACPI init
[   28.001118] ACPI: bus type pnp registered
[   28.004361] pnp: PnP ACPI: found 14 devices
[   28.004363] ACPI: ACPI bus type pnp unregistered
[   28.004365] PnPBIOS: Disabled by ACPI PNP
[   28.004489] PCI: Using ACPI for IRQ routing
[   28.004491] PCI: If a device doesn't work, try "pci=routeirq".  If it helps, post a report
[   28.073040] NET: Registered protocol family 8
[   28.073042] NET: Registered protocol family 20
[   28.073062] hpet0: at MMIO 0xfeff0000, IRQs 2, 8, 31
[   28.073065] hpet0: 3 32-bit timers, 25000000 Hz
[   28.074086] AppArmor: AppArmor Filesystem Enabled
[   28.076950] Time: tsc clocksource has been installed.
[   28.076955] Switched to high resolution mode on CPU 0
[   28.077028] Switched to high resolution mode on CPU 1
[   28.089898] system 00:01: ioport range 0x1000-0x107f has been reserved
[   28.089901] system 00:01: ioport range 0x1080-0x10ff has been reserved
[   28.089903] system 00:01: ioport range 0x1400-0x147f has been reserved
[   28.089904] system 00:01: ioport range 0x1480-0x14ff has been reserved
[   28.089906] system 00:01: ioport range 0x1800-0x187f has been reserved
[   28.089907] system 00:01: ioport range 0x1880-0x18ff has been reserved
[   28.089909] system 00:01: iomem range 0x0-0x0 could not be reserved
[   28.089913] system 00:02: ioport range 0x4d0-0x4d1 has been reserved
[   28.089915] system 00:02: ioport range 0x800-0x87f has been reserved
[   28.089916] system 00:02: ioport range 0x290-0x297 has been reserved
[   28.089918] system 00:02: ioport range 0x880-0x88f has been reserved
[   28.089924] system 00:0c: iomem range 0xf0000000-0xf1ffffff could not be reserved
[   28.089928] system 00:0d: iomem range 0xda000-0xdbfff has been reserved
[   28.089930] system 00:0d: iomem range 0xf0000-0xf7fff could not be reserved
[   28.089931] system 00:0d: iomem range 0xf8000-0xfbfff could not be reserved
[   28.089933] system 00:0d: iomem range 0xfc000-0xfffff could not be reserved
[   28.089935] system 00:0d: iomem range 0xfeff0000-0xfeff00ff could not be reserved
[   28.089937] system 00:0d: iomem range 0x7fef0000-0x7fefffff could not be reserved
[   28.089938] system 00:0d: iomem range 0xffff0000-0xffffffff could not be reserved
[   28.089940] system 00:0d: iomem range 0x0-0x9ffff could not be reserved
[   28.089942] system 00:0d: iomem range 0x100000-0x7feeffff could not be reserved
[   28.089943] system 00:0d: iomem range 0xfec00000-0xfec00fff could not be reserved
[   28.089945] system 00:0d: iomem range 0xfee00000-0xfee00fff could not be reserved
[   28.089947] system 00:0d: iomem range 0xfeff0000-0xfeff03ff could not be reserved
[   28.120122] PCI: Bridge: 0000:00:03.0
[   28.120124]   IO window: e000-efff
[   28.120127]   MEM window: f8000000-fbffffff
[   28.120129]   PREFETCH window: e0000000-efffffff
[   28.120131] PCI: Bridge: 0000:00:07.0
[   28.120132]   IO window: c000-cfff
[   28.120134]   MEM window: fdd00000-fddfffff
[   28.120136]   PREFETCH window: fdc00000-fdcfffff
[   28.120139] PCI: Bridge: 0000:00:10.0
[   28.120140]   IO window: d000-dfff
[   28.120143]   MEM window: fdf00000-fdffffff
[   28.120145]   PREFETCH window: fde00000-fdefffff
[   28.120155] PCI: Setting latency timer of device 0000:00:03.0 to 64
[   28.120162] PCI: Setting latency timer of device 0000:00:07.0 to 64
[   28.120169] PCI: Setting latency timer of device 0000:00:10.0 to 64
[   28.120175] NET: Registered protocol family 2
[   28.157735] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[   28.157870] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[   28.158129] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[   28.158252] TCP: Hash tables configured (established 131072 bind 65536)
[   28.158254] TCP reno registered
[   28.169743] checking if image is initramfs... it is
[   28.589931] Freeing initrd memory: 7322k freed
[   28.590488] audit: initializing netlink socket (disabled)
[   28.590502] audit(1225007285.156:1): initialized
[   28.590652] highmem bounce pool size: 64 pages
[   28.591827] VFS: Disk quotas dquot_6.5.1
[   28.591874] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[   28.591966] io scheduler noop registered
[   28.591968] io scheduler anticipatory registered
[   28.591969] io scheduler deadline registered
[   28.591975] io scheduler cfq registered (default)
[   28.592099] pci 0000:00:03.0: Quirk disabling HT MSI mapping<6>pci 0000:00:07.0: Quirk disabling HT MSI mapping<6>pci 0000:00:09.0: Quirk disabling HT MSI mapping<6>pci 0000:00:0e.0: Quirk disabling HT MSI mapping<6>pci 0000:00:0f.0: Quirk disabling HT MSI mapping<6>pci 0000:00:10.0: Quirk disabling HT MSI mapping<6>pci 0000:00:10.1: Quirk disabling HT MSI mapping<7>Boot video device is 0000:01:00.0
[   28.607705] PCI: Setting latency timer of device 0000:00:03.0 to 64
[   28.607733] assign_interrupt_mode Found MSI capability
[   28.607755] Allocate Port Service[0000:00:03.0:pcie00]
[   28.607806] PCI: Setting latency timer of device 0000:00:07.0 to 64
[   28.607833] assign_interrupt_mode Found MSI capability
[   28.607852] Allocate Port Service[0000:00:07.0:pcie00]
[   28.607997] isapnp: Scanning for PnP cards...
[   28.960176] isapnp: No Plug & Play device found
[   28.974811] Real Time Clock Driver v1.12ac
[   28.974967] hpet_resources: 0xfeff0000 is busy
[   28.975006] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[   28.975112] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   28.975518] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   28.975980] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[   28.976022] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[   28.976081] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[   28.976384] serio: i8042 KBD port at 0x60,0x64 irq 1
[   28.976387] serio: i8042 AUX port at 0x60,0x64 irq 12
[   28.990547] mice: PS/2 mouse device common for all mice
[   28.990614] EISA: Probing bus 0 at eisa.0
[   28.990618] Cannot allocate resource for EISA slot 1
[   28.990635] EISA: Detected 0 cards.
[   28.990637] cpuidle: using governor ladder
[   28.990638] cpuidle: using governor menu
[   28.990699] NET: Registered protocol family 1
[   28.990719] Using IPI No-Shortcut mode
[   28.990742] registered taskstats version 1
[   28.990837]   Magic number: 12:506:825
[   28.990853]   hash matches device ptyt5
[   28.990870] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[   28.990871] EDD information not available.
[   28.991112] Freeing unused kernel memory: 368k freed
[   29.008740] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[   30.118540] fuse init (API version 7.9)
[   30.128247] ACPI: Fan [FAN] (on)
[   30.131642] ACPI Exception (processor_core-0822): AE_NOT_FOUND, Processor Device is not present [20070126]
[   30.131649] ACPI Exception (processor_core-0822): AE_NOT_FOUND, Processor Device is not present [20070126]
[   30.132727] ACPI: Thermal Zone [THRM] (40 C)
[   30.507908] SCSI subsystem initialized
[   30.524142] libata version 3.00 loaded.
[   30.526193] usbcore: registered new interface driver usbfs
[   30.526207] usbcore: registered new interface driver hub
[   30.526586] ahci 0000:02:00.0: version 3.0
[   30.526857] ACPI: PCI Interrupt Link [APC6] enabled at IRQ 16
[   30.526862] ACPI: PCI Interrupt 0000:02:00.0[A] -> Link [APC6] -> GSI 16 (level, low) -> IRQ 16
[   30.531443] usbcore: registered new device driver usb
[   30.595151] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   31.527767] ahci 0000:02:00.0: AHCI 0001.0000 32 slots 1 ports 3 Gbps 0x1 impl SATA mode
[   31.527769] ahci 0000:02:00.0: flags: 64bit ncq pm led clo pmp pio slum part
[   31.527774] PCI: Setting latency timer of device 0000:02:00.0 to 64
[   31.527875] scsi0 : ahci
[   31.527909] ata1: SATA max UDMA/133 abar m8192@0xfddfe000 port 0xfddfe100 irq 16
[   31.846911] ata1: SATA link down (SStatus 0 SControl 300)
[   31.847225] ACPI: PCI Interrupt Link [APCL] enabled at IRQ 23
[   31.847231] ACPI: PCI Interrupt 0000:00:0b.1[b] -> Link [APCL] -> GSI 23 (level, low) -> IRQ 17
[   31.847241] PCI: Setting latency timer of device 0000:00:0b.1 to 64
[   31.847243] ehci_hcd 0000:00:0b.1: EHCI Host Controller
[   31.847487] ehci_hcd 0000:00:0b.1: new USB bus registered, assigned bus number 1
[   31.847508] ehci_hcd 0000:00:0b.1: debug port 1
[   31.847511] PCI: cache line size of 32 is not supported by device 0000:00:0b.1
[   31.847517] ehci_hcd 0000:00:0b.1: irq 17, io mem 0xfe02e000
[   31.858869] ehci_hcd 0000:00:0b.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[   31.858955] usb usb1: configuration #1 chosen from 1 choice
[   31.858970] hub 1-0:1.0: USB hub found
[   31.858973] hub 1-0:1.0: 8 ports detected
[   31.962711] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[   31.962940] ACPI: PCI Interrupt Link [APCH] enabled at IRQ 22
[   31.962943] ACPI: PCI Interrupt 0000:00:14.0[A] -> Link [APCH] -> GSI 22 (level, low) -> IRQ 18
[   31.962947] PCI: Setting latency timer of device 0000:00:14.0 to 64
[   32.441320] usb 1-8: new high speed USB device using ehci_hcd and address 3
[   32.481577] forcedeth 0000:00:14.0: ifname eth0, PHY OUI 0x5043 @ 1, addr 00:1d:60:ca:f3:d9
[   32.481580] forcedeth 0000:00:14.0: highdma pwrctl timirq gbit lnktim desc-v3
[   32.481835] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
[   32.481838] ACPI: PCI Interrupt 0000:03:08.0[A] -> Link [APC3] -> GSI 18 (level, low) -> IRQ 19
[   32.534416] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[19]  MMIO=[fdffe000-fdffe7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[   32.541633] ACPI: PCI Interrupt Link [APCF] enabled at IRQ 21
[   32.541637] ACPI: PCI Interrupt 0000:00:0b.0[A] -> Link [APCF] -> GSI 21 (level, low) -> IRQ 20
[   32.541644] PCI: Setting latency timer of device 0000:00:0b.0 to 64
[   32.541646] ohci_hcd 0000:00:0b.0: OHCI Host Controller
[   32.541663] ohci_hcd 0000:00:0b.0: new USB bus registered, assigned bus number 2
[   32.541673] ohci_hcd 0000:00:0b.0: irq 20, io mem 0xfe02f000
[   32.575809] usb 1-8: configuration #1 chosen from 1 choice
[   32.584272] usbcore: registered new interface driver libusual
[   32.587356] Initializing USB Mass Storage driver...
[   32.587887] scsi1 : SCSI emulation for USB Mass Storage devices
[   32.588232] usbcore: registered new interface driver usb-storage
[   32.588234] USB Mass Storage support registered.
[   32.588275] usb-storage: device found at 3
[   32.588276] usb-storage: waiting for device to settle before scanning
[   32.595961] usb usb2: configuration #1 chosen from 1 choice
[   32.595976] hub 2-0:1.0: USB hub found
[   32.595981] hub 2-0:1.0: 8 ports detected
[   32.697780] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   32.698022] ACPI: PCI Interrupt Link [APSI] enabled at IRQ 20
[   32.698025] ACPI: PCI Interrupt 0000:00:0e.0[A] -> Link [APSI] -> GSI 20 (level, low) -> IRQ 21
[   32.698038] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   32.698045] ACPI: PCI interrupt for device 0000:00:0e.0 disabled
[   32.698257] ACPI: PCI Interrupt Link [APSJ] enabled at IRQ 23
[   32.698258] ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [APSJ] -> GSI 23 (level, low) -> IRQ 17
[   32.698271] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[   32.698277] ACPI: PCI interrupt for device 0000:00:0f.0 disabled
[   32.700839] sata_nv 0000:00:0e.0: version 3.5
[   32.700844] ACPI: PCI Interrupt 0000:00:0e.0[A] -> Link [APSI] -> GSI 20 (level, low) -> IRQ 21
[   32.700859] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   32.701949] scsi2 : sata_nv
[   32.703057] scsi3 : sata_nv
[   32.703159] ata2: SATA max UDMA/133 cmd 0x9f0 ctl 0xbf0 bmdma 0xf800 irq 21
[   32.703161] ata3: SATA max UDMA/133 cmd 0x970 ctl 0xb70 bmdma 0xf808 irq 21
[   33.003820] usb 2-3: new full speed USB device using ohci_hcd and address 2
[   33.167395] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[   33.218351] usb 2-3: configuration #1 chosen from 1 choice
[   33.331092] ata2.00: ATAPI: TSSTcorp CDDVDW SH-S203B, SB00, max UDMA/100
[   33.503636] ata2.00: configured for UDMA/100
[   33.806743] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[0011d800018aa713]
[   33.969259] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   33.993422] ata3.00: ATA-8: SAMSUNG HD321KJ, CP100-12, max UDMA7
[   33.993424] ata3.00: 625142448 sectors, multi 1: LBA48 NCQ (depth 0/32)
[   34.002402] ata3.00: configured for UDMA/133
[   34.003145] scsi 2:0:0:0: CD-ROM            TSSTcorp CDDVDW SH-S203B  SB00 PQ: 0 ANSI: 5
[   34.003225] scsi 3:0:0:0: Direct-Access     ATA      SAMSUNG HD321KJ  CP10 PQ: 0 ANSI: 5
[   34.003265] ACPI: PCI Interrupt 0000:00:0f.0[A] -> Link [APSJ] -> GSI 23 (level, low) -> IRQ 17
[   34.003291] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[   34.003317] scsi4 : sata_nv
[   34.003342] scsi5 : sata_nv
[   34.003445] ata4: SATA max UDMA/133 cmd 0x9e0 ctl 0xbe0 bmdma 0xf300 irq 17
[   34.003447] ata5: SATA max UDMA/133 cmd 0x960 ctl 0xb60 bmdma 0xf308 irq 17
[   34.312337] ata4: SATA link down (SStatus 0 SControl 300)
[   34.631486] ata5: SATA link down (SStatus 0 SControl 300)
[   34.641954] pata_amd 0000:00:0d.0: version 0.3.10
[   34.641979] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   34.642180] scsi6 : pata_amd
[   34.642416] scsi7 : pata_amd
[   34.642735] ata6: PATA max UDMA/133 cmd 0x1f0 ctl 0x3f6 bmdma 0xfd00 irq 14
[   34.642736] ata7: PATA max UDMA/133 cmd 0x170 ctl 0x376 bmdma 0xfd08 irq 15
[   34.648292] Driver 'sd' needs updating - please use bus_type methods
[   34.648340] sd 3:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
[   34.648347] sd 3:0:0:0: [sda] Write Protect is off
[   34.648349] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   34.648359] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.648388] sd 3:0:0:0: [sda] 625142448 512-byte hardware sectors (320073 MB)
[   34.648394] sd 3:0:0:0: [sda] Write Protect is off
[   34.648395] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   34.648405] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.648407]  sda:<4>Driver 'sr' needs updating - please use bus_type methods
[   34.654916] sr0: scsi3-mmc drive: 48x/48x writer dvd-ram cd/rw xa/form2 cdda tray
[   34.654918] Uniform CD-ROM driver Revision: 3.20
[   34.654943] sr 2:0:0:0: Attached scsi CD-ROM sr0
[   34.698545]  sda1 < sda5 sda6 sda7 >
[   34.713816] sd 3:0:0:0: [sda] Attached SCSI disk
[   34.716854] sr 2:0:0:0: Attached scsi generic sg0 type 5
[   34.716865] sd 3:0:0:0: Attached scsi generic sg1 type 0
[   35.017930] Attempting manual resume
[   35.017932] swsusp: Resume From Partition 8:6
[   35.017933] PM: Checking swsusp image.
[   35.018063] PM: Resume from disk failed.
[   35.058140] kjournald starting.  Commit interval 5 seconds
[   35.058144] EXT3-fs: mounted filesystem with ordered data mode.
[   37.572853] usb-storage: device scan complete
[   37.574848] scsi 1:0:0:0: Direct-Access     Multi    Flash Reader     1.00 PQ: 0 ANSI: 0
[   38.044606] sd 1:0:0:0: [sdb] 3932160 512-byte hardware sectors (2013 MB)
[   38.047723] sd 1:0:0:0: [sdb] Write Protect is on
[   38.047725] sd 1:0:0:0: [sdb] Mode Sense: 03 00 80 00
[   38.047726] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[   38.057571] sd 1:0:0:0: [sdb] 3932160 512-byte hardware sectors (2013 MB)
[   38.060690] sd 1:0:0:0: [sdb] Write Protect is on
[   38.060691] sd 1:0:0:0: [sdb] Mode Sense: 03 00 80 00
[   38.060692] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[   38.060694]  sdb: sdb1
[   38.062722] sd 1:0:0:0: [sdb] Attached SCSI removable disk
[   38.062744] sd 1:0:0:0: Attached scsi generic sg2 type 0
[   40.731003] ip_tables: (C) 2000-2006 Netfilter Core Team
[   40.754043] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   41.359151] input: Power Button (FF) as /devices/virtual/input/input2
[   41.386495] ACPI: Power Button (FF) [PWRF]
[   41.386550] input: Power Button (CM) as /devices/virtual/input/input3
[   41.418411] ACPI: Power Button (CM) [PWRB]
[   41.430759] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   41.466363] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   42.263844] i2c-adapter i2c-0: nForce2 SMBus adapter at 0x1c00
[   42.263868] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x1c80
[   42.538507] Linux agpgart interface v0.102
[   42.590679] input: PC Speaker as /devices/platform/pcspkr/input/input4
[   42.682010] Linux video capture interface: v2.00
[   42.711941] nvidia: module license 'NVIDIA' taints kernel.
[   42.964491] ACPI: PCI Interrupt Link [APC5] enabled at IRQ 16
[   42.964494] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [APC5] -> GSI 16 (level, low) -> IRQ 16
[   42.964500] PCI: Setting latency timer of device 0000:01:00.0 to 64
[   42.964779] NVRM: loading NVIDIA UNIX x86 Kernel Module  169.12  Thu Feb 14 17:53:07 PST 2008
[   42.972623] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04A9 pid 0x108D
[   42.972635] usbcore: registered new interface driver usblp
[   43.157744] saa7130/34: v4l2 driver version 0.2.14 loaded
[   43.158034] ACPI: PCI Interrupt Link [APC1] enabled at IRQ 16
[   43.158036] ACPI: PCI Interrupt 0000:03:06.0[A] -> Link [APC1] -> GSI 16 (level, low) -> IRQ 16
[   43.158042] saa7133[0]: found at 0000:03:06.0, rev: 209, irq: 16, latency: 32, mmio: 0xfdfff000
[   43.158046] saa7133[0]: subsystem: 0070:6701, board: Hauppauge WinTV-HVR1110 DVB-T/Hybrid [card=104,autodetected]
[   43.158053] saa7133[0]: board init: gpio is 6400000
[   43.268611] input: HVR 1110 as /devices/virtual/input/input5
[   43.328344] ir-kbd-i2c: HVR 1110 detected at i2c-2/2-0071/ir0 [saa7133[0]]
[   43.360237] saa7133[0]: i2c eeprom 00: 70 00 01 67 54 20 1c 00 43 43 a9 1c 55 d2 b2 92
[   43.360245] saa7133[0]: i2c eeprom 10: ff ff ff 0e ff 20 ff ff ff ff ff ff ff ff ff ff
[   43.360251] saa7133[0]: i2c eeprom 20: 01 40 01 32 32 01 01 33 88 ff 00 aa ff ff ff ff
[   43.360257] saa7133[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   43.360262] saa7133[0]: i2c eeprom 40: ff 21 00 c2 96 10 03 32 15 60 ff ff ff ff ff ff
[   43.360268] saa7133[0]: i2c eeprom 50: ff 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   43.360274] saa7133[0]: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   43.360279] saa7133[0]: i2c eeprom 70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
[   43.452988] tuner 2-004b: chip found @ 0x96 (saa7133[0])
[   43.499864] tda8290 2-004b: setting tuner address to 61
[   43.598091] input: ImPS/2 Logitech Wheel Mouse as /devices/platform/i8042/serio1/input/input6
[   43.604588] tuner 2-004b: type set to tda8290+75a
[   43.630406] parport_pc 00:09: reported by Plug and Play ACPI
[   43.630432] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE,EPP]
[   43.660434] tda8290 2-004b: setting tuner address to 61
[   43.764162] tuner 2-004b: type set to tda8290+75a
[   43.766448] saa7133[0]: registered device video0 [v4l2]
[   43.766461] saa7133[0]: registered device vbi0
[   43.766472] saa7133[0]: registered device radio0
[   43.766893] ACPI: PCI Interrupt Link [AAZA] enabled at IRQ 22
[   43.766896] ACPI: PCI Interrupt 0000:00:10.1[b] -> Link [AAZA] -> GSI 22 (level, low) -> IRQ 18
[   43.766914] PCI: Setting latency timer of device 0000:00:10.1 to 64
[   43.792241] saa7134 ALSA driver for DMA sound loaded
[   43.792263] saa7133[0]/alsa: saa7133[0] at 0xfdfff000 irq 16 registered as card -2
[   43.895375] DVB: registering new adapter (saa7133[0])
[   43.895379] DVB: registering frontend 0 (Philips TDA10046H DVB-T)...
[   43.944689] loop: module loaded
[   43.967615] tda1004x: setting up plls for 48MHz sampling clock
[   43.968128] lp0: using parport0 (interrupt-driven).
[   44.040892] it87: Found IT8718F chip at 0x290, revision 2
[   44.040901] it87: in3 is VCC (+5V)
[   44.040902] it87: in7 is VCCH (+5V Stand-By)
[   44.052016] coretemp coretemp.0: Using undocumented features, absolute temperature might be wrong!
[   44.052044] coretemp coretemp.1: Using undocumented features, absolute temperature might be wrong!
[   44.135804] Adding 1951856k swap on /dev/sda6.  Priority:-1 extents:1 across:1951856k
[   44.668707] EXT3 FS on sda5, internal journal
[   45.363520] kjournald starting.  Commit interval 5 seconds
[   45.363784] EXT3 FS on sda7, internal journal
[   45.363787] EXT3-fs: mounted filesystem with ordered data mode.
[   46.055415] No dock devices found.
[   46.205654] tda1004x: timeout waiting for DSP ready
[   46.248541] tda1004x: found firmware revision 0 -- invalid
[   46.248544] tda1004x: trying to boot from eeprom
[   47.005068] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
[   47.005070] apm: disabled - APM is not SMP safe.
[   47.106122] ppdev: user-space parallel port driver
[   47.158150] tda1004x: found firmware revision 0 -- invalid
[   47.158154] tda1004x: waiting for firmware upload...
[   47.232930] NET: Registered protocol family 10
[   47.233116] lo: Disabled Privacy Extensions
[   47.335490] audit(1225007305.460:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=5534 profile="/usr/sbin/cupsd" namespace="default"
[   49.387941] vboxdrv: Trying to deactivate the NMI watchdog permanently...
[   49.387945] vboxdrv: Successfully done.
[   49.387946] vboxdrv: Found 2 processor cores.
[   49.387954] vboxdrv: fAsync=0 u64DiffCores=1320.
[   49.387986] vboxdrv: TSC mode is 'synchronous', kernel timer mode is 'normal'.
[   49.387987] vboxdrv: Successfully loaded version 1.6.2 (interface 0x00070002).
[   59.740602] tda1004x: found firmware revision 20 -- ok
[   64.101706] Bluetooth: Core ver 2.11
[   64.101764] NET: Registered protocol family 31
[   64.101765] Bluetooth: HCI device and connection manager initialized
[   64.101767] Bluetooth: HCI socket layer initialized
[   64.110629] Bluetooth: L2CAP ver 2.9
[   64.110632] Bluetooth: L2CAP socket layer initialized
[   64.113107] Bluetooth: RFCOMM socket layer initialized
[   64.113114] Bluetooth: RFCOMM TTY layer initialized
[   64.113115] Bluetooth: RFCOMM ver 1.8
[   66.229361] NET: Registered protocol family 17
[   79.436140] eth0: no IPv6 routers present
[ 3535.760207] Inbound IN=eth0 OUT= MAC=00:1d:60:ca:f3:d9:00:07:cb:27:03:51:08:00 SRC=79.89.181.87 DST=192.168.0.10 LEN=1452 TOS=0x00 PREC=0x00 TTL=55 ID=39814 DF PROTO=TCP SPT=19044 DPT=33518 WINDOW=63703 RES=0x00 ACK PSH URGP=0
[ 6536.313447] Inbound IN=eth0 OUT= MAC=00:1d:60:ca:f3:d9:00:07:cb:27:03:51:08:00 SRC=78.49.137.145 DST=192.168.0.10 LEN=1452 TOS=0x00 PREC=0x00 TTL=117 ID=45323 DF PROTO=TCP SPT=14554 DPT=60744 WINDOW=31502 RES=0x00 ACK URGP=0
[ 6655.807933] Inbound IN=eth0 OUT= MAC=00:1d:60:ca:f3:d9:00:07:cb:27:03:51:08:00 SRC=78.49.137.145 DST=192.168.0.10 LEN=1452 TOS=0x00 PREC=0x00 TTL=117 ID=18808 DF PROTO=TCP SPT=14554 DPT=60744 WINDOW=31502 RES=0x00 ACK URGP=0
[ 6777.558003] Inbound IN=eth0 OUT= MAC=00:1d:60:ca:f3:d9:00:07:cb:27:03:51:08:00 SRC=75.179.49.251 DST=192.168.0.10 LEN=1452 TOS=0x00 PREC=0x00 TTL=112 ID=10000 DF PROTO=TCP SPT=49665 DPT=53558 WINDOW=65195 RES=0x00 ACK URGP=0
[ 6897.106119] Inbound IN=eth0 OUT= MAC=00:1d:60:ca:f3:d9:00:07:cb:27:03:51:08:00 SRC=75.179.49.251 DST=192.168.0.10 LEN=1452 TOS=0x00 PREC=0x00 TTL=112 ID=11332 DF PROTO=TCP SPT=49665 DPT=53558 WINDOW=65195 RES=0x00 ACK URGP=0
[ 8163.700383] Inbound IN=eth0 OUT= MAC=00:1d:60:ca:f3:d9:00:07:cb:27:03:51:08:00 SRC=83.226.196.5 DST=192.168.0.10 LEN=1452 TOS=0x00 PREC=0x00 TTL=116 ID=37770 DF PROTO=TCP SPT=56557 DPT=48904 WINDOW=16944 RES=0x00 ACK URGP=0
[ 8283.256586] Inbound IN=eth0 OUT= MAC=00:1d:60:ca:f3:d9:00:07:cb:27:03:51:08:00 SRC=83.226.196.5 DST=192.168.0.10 LEN=1452 TOS=0x00 PREC=0x00 TTL=116 ID=10993 DF PROTO=TCP SPT=56557 DPT=48904 WINDOW=16944 RES=0x00 ACK URGP=0
[10310.774860] sd 1:0:0:0: [sdb] 3932160 512-byte hardware sectors (2013 MB)
[10310.777974] sd 1:0:0:0: [sdb] Write Protect is on
[10310.777976] sd 1:0:0:0: [sdb] Mode Sense: 03 00 80 00
[10310.777978] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[10310.781839] sd 1:0:0:0: [sdb] 3932160 512-byte hardware sectors (2013 MB)
[10310.784956] sd 1:0:0:0: [sdb] Write Protect is on
[10310.784959] sd 1:0:0:0: [sdb] Mode Sense: 03 00 80 00
[10310.784960] sd 1:0:0:0: [sdb] Assuming drive cache: write through
[10310.784963]  sdb: sdb1

Hors ligne

#21 Le 26/10/2008, à 12:55

twinsen93

Re : mettre des fichiers sur une carte SD

$ ls -l
total 1792
-rwx------ 1 berserk root 1817707 2008-10-25 12:30 IMAG0283.jpg

Il appartient au groupe root mais bien à l'utilisateur berserk qui a les droits d'écriture dessus.

Par contre, pour créer et supprimer des fichiers, c'est les droits du dossier qui comptent. Fais un

ls -la

dans ce même dossier pour voir les droits de '.'

[10310.784956] sd 1:0:0:0: [sdb] Write Protect is on

On dirait que le petit taquet lock sur le coté de la SD card a été bougé.

Fais un

mount

pour voir comment cette partition est montée.

J'ai eu un pb de taquet lock, il avait été mis en position verrouillé une fois, et il refusait de monter par carte en lecture/ecriture. J'ai résolu en remettant le taquet lock, en mettant puis en enlevant correctement ma carte, puis en enlevant à nouveau le taquet lock. Je vois pas pourquoi ca ferait quelque chose, mais ca a marché pour moi, ca coute rien d'essayer.

Hors ligne

#22 Le 26/10/2008, à 13:20

berserk

Re : mettre des fichiers sur une carte SD

$ ls -la
total 36
drwx------ 2 berserk root 16384 1970-01-01 01:00 .
drwxr-xr-x 4 root  root  4096 2008-10-26 11:57 ..

je t'assure que je n'ai pas bougé le taquet de la carte, la preuve c'est qu'en mettant la carte dans un autre PC j'arrive à mettre des fichiers dessus


/media/disk$ mount
/dev/sda5 on / type ext3 (rw,relatime,errors=remount-ro)
proc on /proc type proc (rw,noexec,nosuid,nodev)
/sys on /sys type sysfs (rw,noexec,nosuid,nodev)
varrun on /var/run type tmpfs (rw,noexec,nosuid,nodev,mode=0755)
varlock on /var/lock type tmpfs (rw,noexec,nosuid,nodev,mode=1777)
udev on /dev type tmpfs (rw,mode=0755)
devshm on /dev/shm type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
lrm on /lib/modules/2.6.24-21-generic/volatile type tmpfs (rw)
/dev/sda7 on /home type ext3 (rw,relatime)
securityfs on /sys/kernel/security type securityfs (rw)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,noexec,nosuid,nodev)
gvfs-fuse-daemon on /home/karim/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=karim)
/dev/sdb1 on /media/disk type vfat (ro,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)

je vais essayer ta petite astuce pour le taquet

Hors ligne

#23 Le 26/10/2008, à 13:25

twinsen93

Re : mettre des fichiers sur une carte SD

/dev/sdb1 on /media/disk type vfat (ro,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush)

Ta carte est bel et bien montée en lecture seule.


berserk a écrit :

je t'assure que je n'ai pas bougé le taquet de la carte, la preuve c'est qu'en mettant la carte dans un autre PC j'arrive à mettre des fichiers dessus

J'aavais exactement ce comportement :
- la même carte sur un autre PC : pas de pb
- un autre carte sur le même PC : pas de pb
- je n'avais pas bougé le taquet (en tout cas pas volontairement)
- et j'avais bien vérifié 3 fois la position du taquet

berserk a écrit :

je vais essayer ta petite astuce pour le taquet

Je croise les doigts pour toi. Si ca marche pas, je sais absolument pas ce qui cloche.

Hors ligne

#24 Le 26/10/2008, à 13:31

berserk

Re : mettre des fichiers sur une carte SD

malheureusement ton astuce n'a pas fonctionné, j'ai essayé 2 fois hmm


Ta carte est bel et bien montée en lecture seule.

comment remédier à ça ?

Hors ligne

#25 Le 26/10/2008, à 13:58

twinsen93

Re : mettre des fichiers sur une carte SD

Essaye de la monter à la main, pour voir si c'est le montage automatique qui ne met pas les bonnes options, ou si ca vient d'une réelle impossibilité.

sudo umount /dev/sdb1
sudo mount /dev/sdb1 /mnt
sudo cp /home/berserk/unfichierquelconque /mnt

Hors ligne