Hallo Ronny,
ich habe folgendes Problem:
Wenn ich ein Partition an einen Ordner anhänge, verändern sich
die Rechte für den Ordner von User auf Root. Ich brauche aber
Userrechte für die Partition. Wie kann ich verhindern das sich
die Rechte ändern.
Du willst eine Windows-Vfat-Partition mounten?
IF(QUESTION_ANSWER == „YES“) read on;
ELSE stop reading;
O.K. aalso, die man-page zum mount Befehl sagt in diesem Falle folgendes:
**Mount options for fat**
(Note: _fat_ is not a separate filesystem, but a common part of the
_msdos_, _umsdos_ and _vfat_ filesystems.)
**blocksize=512** / **blocksize=1024** / **blocksize=2048**
Set blocksize (default 512).
**uid=** _value_ and **gid=** _value_
Set the owner and group of all files. (Default: the uid and gid of the current process.)
**umask=** _value_
Set the umask (the bitmask of the permissions that are **not** present).
The default is the umask of the current process. The value is given in octal.
das kannst Du dann in Deinem Mount Befehl angeben…eventuell sagt dir ein
man mount
etwas anderes, schau halt mal nach…
Vielen Dank für Ihre Hilfe,
wenns geholfen hat, bitte schön
micha