PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : NTFS-Schreibzugriff



Beinhart63
17.03.07, 19:02
Moin, Moin zusammen,

da ich auf Linux umgestiegen bin, möchte ich natürlich auch die Dateien und Prorgamme für Linux, welche ich vorher auf eine externe USB-Festplatte (NTFS) ab gespeichert habe, benutzen oder installieren. Habe aber keinen Schreibzugriff auf diese Platte.
Die Laufwerke erscheinen in /media/... unter /dev/sda5 - sda9.
Das ist ja sozusagen "auto-mount". Muss ich die Festplatte zu "Fuß" mounten damit ich NTFS-Zugriff habe? D-Bus und ntfs-3g sind installiert. :confused:

Danke schon mal...:o

towo2099
17.03.07, 19:04
Muss ich die Festplatte zu "Fuß" mounten damit ich NTFS-Zugriff habe?

Ja.

*zehnzeichen*

stefan.becker
17.03.07, 19:13
Manuell geht das aber auch, falls du mit dem dicken Zeh die Enter-Taste nicht treffen solltest :)

Beinhart63
19.03.07, 12:59
Moin,

das Problem ist, dass die Laufwerke unter /media auto-gemountet werden, sodass die Meldung kommt, dass die Laufwerke schon gemountet sind.
Also ich umounte die Laufwerke und will sie mit "ntfsfix" oder "ntfs-3g" wieder mounten, aber es klappt nicht. Das "ntfsfix" wird garnicht erst erkannt und bei "ntfs-3g" werden mir dann die mount-Optionen angezeigt

marce
19.03.07, 13:09
"es geht nicht" ist keine Fehlermeldung.

Und ohne die komplette Befehlszeile von Dir, die Du verwendest können wir hier leider nur im Nebel herumstochern, was Du denn nun falsch machst...

Beinhart63
19.03.07, 13:57
...hast recht...so

1.
noname:~ # mount -t /dev/sde5 -o force /ext-festpl/mp3
Usage: mount -V : print version
mount -h : print this help
mount : list mounted filesystems
mount -l : idem, including volume labels
So far the informational part. Next the mounting.
The command is `mount [-t fstype] something somewhere'.
Details found in /etc/fstab may be omitted.
mount -a [-t|-O] ... : mount all stuff from /etc/fstab
mount device : mount device at the known place
mount directory : mount known device here
mount -t type dev dir : ordinary mount command
Note that one does not really mount a device, one mounts
a filesystem (of the given type) found on the device.
One can also mount an already visible directory tree elsewhere:
mount --bind olddir newdir
or move a subtree:
mount --move olddir newdir
A device can be given by name, say /dev/hda1 or /dev/cdrom,
or by label, using -L label or by uuid, using -U uuid .
Other options: [-nfFrsvw] [-o options] [-p passwdfd].
For many more details, say man 8 mount .

2.noname:~ # mount -t ntfsfix /dev/sde5 -o force /ext_festpl/mp3
mount: unknown filesystem type 'ntfsfix'

3.noname:~ # mount -t ntfs-3g /dev/sde5 -o force /ext_festpl/mp3
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sde5': Operation not supported
Mount is denied because NTFS logfile is unclean. Choose one action:
Boot Windows and shutdown it cleanly, or if you have a removable
device then click the 'Safely Remove Hardware' icon in the Windows
taskbar notification area before disconnecting it.
Or
Run 'ntfsfix' on Linux unless you have Vista, then mount NTFS with
the 'force' option read-write, or with the 'ro' option read-only.
Or
Mount the NTFS volume with the 'ro' option in read-only mode.

..sde5 ist nur eine von 5 Laufwerken auf der USB-Platte.
Es sind sicherlich meine Fehler die ich mache, aber ich weiß nicht mehr weiter.
Es ist ja nicht nur das "mounten" der Platte, ich brauche auch noch den Schreibzugriff auf die NTFS-Partitionen.

Danke schon mal für's "Kopfzerbrechen"...:o

towo2099
19.03.07, 14:17
Die Manpage zu mount hast auch noch nie gelesen, oder?


mount -t ntfs-3g /dev/sde5 /ext_festpl -o defaults,force
so wird ein Schuh draus.

Beinhart63
20.03.07, 13:15
Moin towo2099,

[QUOTE=towo2099;1514734]Die Manpage zu mount hast auch noch nie gelesen, oder?

ich habs versucht (man siehe das Ergebnis), aber mein Englisch ist nicht das beste, ergo bin ich nicht so richtig schlau draus geworden...

Deshalb gibt es Leute wie euch, die einem mit kompetenten Fachwissen weiterhelfen!

Gruß Jan

Beinhart63
20.03.07, 13:19
@towo2099

mount -t ntfs-3g /dev/sdf5 /ext_festpl -o defaults,force
$LogFile indicates unclean shutdown (0, 0)
Failed to mount '/dev/sdf5': Operation not supported
Mount is denied because NTFS logfile is unclean. Choose one action:
Boot Windows and shutdown it cleanly, or if you have a removable
device then click the 'Safely Remove Hardware' icon in the Windows
taskbar notification area before disconnecting it.
Or
Run 'ntfsfix' on Linux unless you have Vista, then mount NTFS with
the 'force' option read-write, or with the 'ro' option read-only.
Or
Mount the NTFS volume with the 'ro' option in read-only mode.

...haut immer noch nicht hin...:(

marce
20.03.07, 13:21
Or
Run 'ntfsfix' on Linux unless you have Vista, then mount NTFS with
the 'force' option read-write, or with the 'ro' option read-only.
... und was ist daran unklar?

Beinhart63
20.03.07, 13:33
@marce,

...ntfsfix wird garnicht erst erkannt...

Grß Jan

marce
20.03.07, 13:34
... dann installiere es.

kreol
20.03.07, 13:45
Wenn Deine Paketverwaltung ntfsfix nicht findet such nach ntfsprogs...

Alternativ probier doch:
Boot Windows and shutdown it cleanly


Kreol

Beinhart63
20.03.07, 14:30
@kreol,

nix Windows installiert...

ThorstenHirsch
20.03.07, 15:00
...und warum nutzt Du dann überhaupt NTFS?!

Beinhart63
20.03.07, 19:03
@ThorstenHirsch


...und warum nutzt Du dann überhaupt NTFS?!

... weil das noch ein Überbleibsel von Windows ist, da sind alle meine Daten und Musik drauf. Ich glaub nicht, dass ich die Platte von NTFS in ext2 oder so umwandeln kann ohne das meine Daten verloren gehen.

kreol
20.03.07, 19:07
Dann brauchst Du aber keinen Schreibzugriff...Reicht nicht
mount -t ntfs -o gid=users,umask=002,nls=utf8 /dev/sda5 media//dein/mountpoint


Kreol

stefan.becker
20.03.07, 19:12
Leih dir eine externe Platte. Mach partitionsweise eine Sicherung, neu formatieren mit ext3, wieder umkopieren.

So ist das der größte Unfug aller Zeiten.

Beinhart63
20.03.07, 19:18
Leih dir eine externe Platte. Mach partitionsweise eine Sicherung, neu formatieren mit ext3, wieder umkopieren.

So ist das der größte Unfug aller Zeiten.

Wird wohl das Beste sein...:o

Beinhart63
20.03.07, 19:20
Dann brauchst Du aber keinen Schreibzugriff...Reicht nicht
mount -t ntfs -o gid=users,umask=002,nls=utf8 /dev/sda5 media//dein/mountpoint


Kreol

... doch, wollte noch einige id3-Tags ändern oder schreiben...