• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

[Erledigt] Problem mit ntfs-3g und USB-Platte

A

Anonymous

Gast
Guten Morgen.

ich habe meine NTFS-USB-Platte nach dieser Anleitung http://de.opensuse.org/NTFS auf Schreibzugriff gesetzt. Die Platte war nach dem Einstöpseln immer in /media drinne.
Neuerdings geht das aber nicht mehr.
Ich bekomme folgenden Fehler:
Code:
sudo tail -f /var/log/messages
May 15 07:37:06 RossTheBoss kernel: usb 1-6: new high speed USB device using ehci_hcd and address 3
May 15 07:37:06 RossTheBoss kernel: usb 1-6: configuration #1 chosen from 1 choice
May 15 07:37:06 RossTheBoss kernel: usb 1-6: New USB device found, idVendor=0c0b, idProduct=b136
May 15 07:37:06 RossTheBoss kernel: usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=3
May 15 07:37:06 RossTheBoss kernel: usb 1-6: Product: HDT725040VLAT80
May 15 07:37:06 RossTheBoss kernel: usb 1-6: Manufacturer: TrekStor
May 15 07:37:06 RossTheBoss kernel: usb 1-6: SerialNumber: 000000000009A3F9W
May 15 07:37:06 RossTheBoss kernel: Initializing USB Mass Storage driver...
May 15 07:37:06 RossTheBoss kernel: scsi8 : SCSI emulation for USB Mass Storage devices
May 15 07:37:06 RossTheBoss kernel: usb-storage: device found at 3
May 15 07:37:06 RossTheBoss kernel: usb-storage: waiting for device to settle before scanning
May 15 07:37:06 RossTheBoss kernel: usbcore: registered new interface driver usb-storage
May 15 07:37:06 RossTheBoss kernel: USB Mass Storage support registered.
May 15 07:37:07 RossTheBoss kernel: scsi 8:0:0:0: Direct-Access     TrekStor HDT725040VLAT80  1.05 PQ: 0 ANSI: 0
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] 781422768 512-byte hardware sectors (400088 MB)
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] Write Protect is off
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] Mode Sense: 23 00 00 00
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] Assuming drive cache: write through
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] 781422768 512-byte hardware sectors (400088 MB)
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] Write Protect is off
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] Mode Sense: 23 00 00 00
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] Assuming drive cache: write through
May 15 07:37:07 RossTheBoss kernel:  sdd: sdd1 sdd2 < sdd5 >
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: [sdd] Attached SCSI disk
May 15 07:37:07 RossTheBoss kernel: sd 8:0:0:0: Attached scsi generic sg5 type 0
May 15 07:37:07 RossTheBoss kernel: usb-storage: device scan complete
May 15 07:37:08 RossTheBoss kernel: NTFS-fs error (device sdd5): parse_options(): Unrecognized mount option locale.
May 15 07:37:08 RossTheBoss kernel: NTFS-fs warning (device sdd5): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel.
May 15 07:37:08 RossTheBoss kernel: NTFS-fs error (device sdd1): parse_options(): Unrecognized mount option locale.
May 15 07:37:08 RossTheBoss kernel: NTFS-fs warning (device sdd1): parse_options(): Option utf8 is no longer supported, using option nls=utf8. Please use option nls=utf8 in the future and make sure utf8 is compiled either as a module or into the kernel.

Also hab ich in /sbin das Skript mount.ntfs-3g.sh so abgeändert:
Code:
#!/bin/bash

/usr/bin/ntfs-3g $1 $2 -o nls=utf8
Dann noch neu verlinkt.

Der Fehler bleibt aber bestehen. Irgendwo muss noch die "locale=..."-Option stehen, aber ich weiss nicht wo.

Könnt ihr mir helfen?

Schöne Grüsse
 
OP
A

Anonymous

Gast
Ups, da hab ich mich doch total verlesen. Danke.
 
OP
A

Anonymous

Gast
Ich habe die Ursache jetzt gefunden. Die Platte war nicht mehr auf Schreibzugriff gesetzt.
Jetzt geht es wieder.
 
Oben