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 ?