[ntfs-3g] Problem beim kopieren von Verzeichnisse > 15MB

S

Siassei

Jungspund
Servus,

der Titel ist meine Frage. Ich habe eine exteren Festplatte mit 250GB speicher und möchte ein Verzeichnis, mit Unterordner, was ca. 9GB groß ist auf meinen Rechner kopieren. Die externe Platte ist mit NTFS (unter Windows XP SP3 oder Vista SP1, wei ich leider nicht mehr genau) formatiert worden.

Nach 15MB hängt sich das komplette System auf. Es lassen sich nur noch Programme starten, jedoch kann man diese nicht mehr arbeiten und OpenSolaris lässt sich nicht mehr Ordnungsgemäß beenden. Da hilft nur noch der Hammer :( Dies ist im grafischen Modus genau so wie im Terminal mit "cp". Zurzeit hänge ich die Platte mit "pfexec ntfs-3g /dev/dsk/c6t0d0p1 /mnt/Samsung" ein.

Kennt jemand dieses Problem und wie kann man es lösen? NTFS-3G müsste doch stabil sein, da es in fast allen Linux-Dist. eingesetzt wird.

Gruß,
Thomas
 
Was passiert wenn du die Platte mit:
Code:
mount -t ntfs-3g <Platte> <Mountpoint>
einhängst?
 
Das gleiche Problem. Die Befehle mit mount funktionieren nicht und ohne mount hängt er die Platte ein und bleibt bei 15.9 MB stehen :(

Ich bin auf einem OpenSolaris 2008.11 unterwegs

Code:
Siassei@Siassei_Laptop_1:~# mount -t ntfs-3g /dev/dsk/c6t0d0p1 /mnt/Samsung
mount: illegal option -- t
Usage:
mount [-v | -p]
mount [-F FSType] [-V] [current_options] [-o specific_options]
	{special | mount_point}
mount [-F FSType] [-V] [current_options] [-o specific_options]
	special mount_point
mount -a [-F FSType ] [-V] [current_options] [-o specific_options]
	[mount_point ...]
Siassei@Siassei_Laptop_1:~# mount ntfs-3g /dev/dsk/c6t0d0p1 /mnt/Samsung
Usage:
mount [-v | -p]
mount [-F FSType] [-V] [current_options] [-o specific_options]
	{special | mount_point}
mount [-F FSType] [-V] [current_options] [-o specific_options]
	special mount_point
mount -a [-F FSType ] [-V] [current_options] [-o specific_options]
	[mount_point ...]
Siassei@Siassei_Laptop_1:~# mount ntfs-3g -t /dev/dsk/c6t0d0p1 /mnt/Samsung
Usage:
mount [-v | -p]
mount [-F FSType] [-V] [current_options] [-o specific_options]
	{special | mount_point}
mount [-F FSType] [-V] [current_options] [-o specific_options]
	special mount_point
mount -a [-F FSType ] [-V] [current_options] [-o specific_options]
	[mount_point ...]
Siassei@Siassei_Laptop_1:~# mount -F ntfs-3g /dev/dsk/c6t0d0p1 /mnt/Samsung
mount: Operation not applicable to FSType ntfs-3g
Siassei@Siassei_Laptop_1:~# ntfs-3g /dev/dsk/c6t0d0p1 /mnt/Samsung
 
Zurück
Oben