View previous topic :: View next topic |
Author |
Message |
flammenflitzer Advocate
Joined: 25 Nov 2003 Posts: 3541 Location: Berlin
|
Posted: Wed Oct 12, 2005 4:54 pm Post subject: tmp mounten |
|
|
Hallo
Ich wollte tmp auf einer eigenen Partition mounten.
Mit
Code: | /dev/sda6 /tmp ext3 auto,defaults 0 4 |
wird die Partition engebunden, ich kann mich aber als user nicht einloggen.
Mit
Code: | /dev/sda6 /tmp ext3 auto,user,exec,umask=022,rw 0 4 |
wird die Partition nicht eingebunden. |
|
Back to top |
|
|
Raistlin l33t
Joined: 17 May 2004 Posts: 691 Location: Boston, MA
|
Posted: Wed Oct 12, 2005 5:55 pm Post subject: |
|
|
Hi,
vielleicht liegts daran:
man mount wrote: | 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.
... |
Gruss, R. _________________ Zwei Was Eins Initially
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." |
|
Back to top |
|
|
Fauli l33t
Joined: 24 Apr 2004 Posts: 760 Location: Moers, Germany
|
Posted: Wed Oct 12, 2005 9:28 pm Post subject: |
|
|
Wahrscheinlich musst du nach dem Mounten von /tmp einmal ein "chmod 1777 /tmp" machen. _________________ Do your part to beautify the web! Turn off link underlining! |
|
Back to top |
|
|
|
|
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
|
|