Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Rechteprobleme mit FAT32-Partition
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Kodiak
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2004
Posts: 104

PostPosted: Fri Oct 15, 2004 5:09 pm    Post subject: [solved] Rechteprobleme mit FAT32-Partition Reply with quote

Hallo an alle,

ich habe ein kleinesRechteproblem mit meiner FAT32-Partition die ich ja eigentlich hauptsächlich angelegt hatte, damit beide Betriebssysteme problemlos auf sie zugreifen können.
Wenn die Partition gemountet ist, setzt das System das Datum des Mount-Verzeichnisses auf 1.1.1970, und nur root hat Zugriffsrechte, was ich auch nicht mit chmod ändern kann. Weiss vieleicht jemand was da los ist und was ich tun kann?


Last edited by Kodiak on Fri Oct 15, 2004 8:37 pm; edited 1 time in total
Back to top
View user's profile Send private message
sirro
Veteran
Veteran


Joined: 20 Jul 2003
Posts: 1472
Location: aachen.nrw.de.eu

PostPosted: Fri Oct 15, 2004 5:20 pm    Post subject: Reply with quote

Sowas in der Art sollte dafuer in deiner /etc/fstab stehen:
Code:
/dev/hdxx  /mnt/C ntfs user,gid=users,umask=0002  0 0
Back to top
View user's profile Send private message
NueX
Apprentice
Apprentice


Joined: 19 Jun 2003
Posts: 196
Location: Germany

PostPosted: Fri Oct 15, 2004 5:20 pm    Post subject: Reply with quote

Du kannst in der /etc/fstab in der Zeile für deine Fat32 Partition Optionen angeben, die festlegen welcher user der Besitzer der gemountetet Partition ist und mit welchem Zugriffsrechten sie läuft.
Mit einem "umask=000" in den Optionen, sollte jeder lesen und schreiben dürfen.
Bsp.:
Code:
/etc/fstab:
[...]
/dev/hdb1 /mnt/win_d vfat auto,users,umask=000 0 0

Gruß, NueX

Edit: /me war wohl zu langsam ;)
Back to top
View user's profile Send private message
Kodiak
Tux's lil' helper
Tux's lil' helper


Joined: 14 Jun 2004
Posts: 104

PostPosted: Fri Oct 15, 2004 5:30 pm    Post subject: Reply with quote

Danke vielmals!

Ist das eine besonderheit bei FAT32? Bei NTFS war das irgendwie nicht nötig.

gruß,
Benjamin
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum