/bin/mount : wie NTFS partition richtig mounten

N

NullDevice

Hallo,

Wenn ich meine NTFS partition ohne charset= oder nls= parameter mounte, kommen gelegentlich Fehlermeldungen dass zeichen nicht richtig umgewandelt werden können.

Code:
NTFS-fs error (device hdc1): ntfs_ucstonls(): 
Unicode name contains characters that cannot be 
converted to character set iso8859-1.

Also versuche ich die partition als UTF8 zu mounten, allerdings funktioniert das nicht:
Code:
# mount -t ntfs -o nls=utf8 /dev/hda1 /mnt/c
mount: wrong fs type, bad option, bad superblock on /dev/hda1,
       missing codepage or other error
       In some cases useful info is found in syslog - try
       dmesg | tail  or so

Warum geht das nicht? Und was muss ich machen damit es funktioniert?
 

Ähnliche Themen

Medien mounten

squashfs 4.0 mounten

Festplatte stirbt, dd funktioniert nicht

Mount USB-Disk Openuse 11.0 - Fehler

Festplatte kaputt?

Zurück
Oben