Kalle: Linux: Kein Schreibzugriff auf DOS-Partition

Warum kann ich unter Linux nicht mal als root auf die erweiterete DOS-Partition /mnt/d schreiben ?

Problem (Eingabe als root):
---------------------------
linux:/mnt/d # echo hallo>hallo
bash: hallo: Keine Berechtigung

Datei /etc/fstab:
-----------------
/dev/hda5  /mnt/d  ntfs rw,auto,users,uid=kalle,gid=users,umask=755,posix=0

Datei /etc/mtab:
-----------------
/dev/hda5  /mnt/d  ntfs rw,noexec,nosuid,nodev,uid=500,gid=100,umask=755,posix=0 0 0

Eingaben (als root):
--------------------
EINGABE: linux:/ # chmod 777 mnt
ANZEIGE: drwxrwxrwx    5 root     root          120 Sep 10 16:52 mnt

EINGABE: linux:/ # chmod 777 mnt/d
ANZEIGE: drwxrwxrwx    1 kalle    users        8192 Aug 28 16:12 d

EINGABE: linux:/ # echo hallo>/mnt/d/hallo
ANZEIGE: bash: /mnt/d/hallo: Keine Berechtigung

??? Kalle

P.S. Gibt es ein gutes Linux-Forum ?

  1. Sup!

    Ich denke, daß installierte NTFS Filesystem-Modul kann einfach nicht auf NTFS schreiben, weil schreiben auf NTFS hochexperimentell und potentiell gefährlich ist (jedenfalls war das bisher so).
    Schreiben muß man möglicherweise extra aktivieren, möglicherweise beim kompilieren oder beim Modul-Laden.

    Gruesse,

    Bio

  2. Hallo!

    Warum kann ich unter Linux nicht mal als root auf die erweiterete DOS-Partition /mnt/d schreiben ?

    Mit Linux kannst du problemlos auf DOS-Partitionen schreiben

    Problem (Eingabe als root):

    linux:/mnt/d # echo hallo>hallo
    bash: hallo: Keine Berechtigung

    Datei /etc/fstab:

    /dev/hda5  /mnt/d  ntfs rw,auto,users,uid=kalle,gid=users,umask=755,posix=0

    Datei /etc/mtab:

    /dev/hda5  /mnt/d  ntfs rw,noexec,nosuid,nodev,uid=500,gid=100,umask=755,posix=0 0 0

    Eingaben (als root):

    EINGABE: linux:/ # chmod 777 mnt
    ANZEIGE: drwxrwxrwx    5 root     root          120 Sep 10 16:52 mnt

    EINGABE: linux:/ # chmod 777 mnt/d
    ANZEIGE: drwxrwxrwx    1 kalle    users        8192 Aug 28 16:12 d

    EINGABE: linux:/ # echo hallo>/mnt/d/hallo
    ANZEIGE: bash: /mnt/d/hallo: Keine Berechtigung

    ehem...DOS-Partition != NTFS-Partition !!!
    Und Linux kann imho mit Kernel 2.4.xx auf NTFS4 nicht aber auf 5 schreiben!

    Für vfat-Partitionen hab ich unten nen Link angesetzt.

    P.S. Gibt es ein gutes Linux-Forum ?

    .oO( Linux-Chat ist das beste Forum )

    Robert