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

Problem mit Externer Festplatte

Hallo an alle.
Ich bin in Linux noch voll der Anfänger und habe das Problem auf meine ext. Festplatte was drauf zu schreiben, da mir dort die Berechtigungen fehlen.
Ich hab versucht das Programm oder Tool 3g... zu installieren, und ich denke es hat soweit geklappt.
Nur der Haken ist, Wie setze ich dieses tool ein, ohne meine Festplatte zu formatieren?

Ich hab eine Maxtor 400GB ext. Festplatte und einen IBM ThinkPad T30

Mein Freund der mir Linux empfohlen hat, versteht mein Problem auch nicht, da er mit seiner Festplatte auch keine Probleme hatte.

Ich habe mal den o.g. code versucht "/dev/sda8 /home/becksta/NTFS ntfs-3g users,umask=000,utf8 0 0 "

linux-6psu:/home/KillaHBabe # /dev/sda1 /home/KillaHBabe/NTFS ntfs-3g users,umask=000,utf8 0 0
bash: /dev/sda1: Keine Berechtigung


und das war die Antwort...

Wäre voll net wenn ihr mir helfen könntet
THX!! KillaH
 
1. ist es unhöflich einen fremden Thread zu "kapern" :evil:

Mastakillah schrieb:
Ich habe mal den o.g. code versucht "/dev/sda8 /home/becksta/NTFS ntfs-3g users,umask=000,utf8 0 0 "
2. ist das ein Eintrag für die /etc/fstab und kein Kommando für die Shell.
Hier lesen:
http://wiki.linux-club.de/Zugriff_auf_Windows-Partitionen_von_Linux_aus#NTFS-3g_verwenden
 
Sorry, wollte nicht stören ist aber voll wichtig!

hab jetzt deinen link ausprobiert und den Befehl als root ausgeführt.

jetzt kommt aber diese Fehlermeldung:
linux-6psu:/home/KillaHBabe # mount -t ntfs-3g -o ro,gid=users,umask=0002 /dev/sda1 /mnt
WARNING: Deficient Linux kernel detected. Some driver features are
not available (swap file on NTFS, boot from NTFS by LILO), and
unmount is not safe unless it's made sure the ntfs-3g process
naturally terminates after calling 'umount'. If you wish this
message to disappear then you should upgrade to at least kernel
version 2.6.20, or request help from your distribution to fix
the kernel problem. The below web page has more information:
http://ntfs-3g.org/support.html#fuse26
 
Oben