"I disagree with what you are saying, but I will defend to the death your right to say it." -- not clear who
Neuh is niet raar. Je mount geen ext2 filesystem, maar een FAT filesystem, en dat werkt niet met het rechtensysteem wat je probeert toe te passen.
helaas,Op maandag 13 augustus 2001 18:43 schreef RemcoX het volgende:
Je kan wel gewoon mounten als user, dan is de owner van de hele /mnt/c user.
al gebrobeerd,
krijg deze melding:
mount: only root can do that
wat nu te doen?
"I disagree with what you are saying, but I will defend to the death your right to say it." -- not clear who
Euh, je moet die mount in je /etc/fstab zetten met een of andere parameter die ik zo niet precies meer weet. En dan moet het wel kunnen.Op maandag 13 augustus 2001 19:37 schreef GiLuX het volgende:
[..]
helaas,
al gebrobeerd,
krijg deze melding:
mount: only root can do that
wat nu te doen?
(of klets ik nou
Gevonden op Google:
DO>
DO> Is there a way to allow a non root user access to a directory on a win95
DO> partition? Or, failing that, is there a way to mount the partition with
DO> permissions for someone other than root?
YES. You set the 'ownership' and 'permissions' on a bulk (whole file
system) basis on mount. Use the mount options 'uid=', 'gid=', and
'umask=' (from 'man 8 mount'):
Mount options for fat
(Note: fat is not a separate filesystem, but a common part
of the msdos, umsdos and vfat filesystems.)
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.
Include 'uid=', 'gid=', and 'umask=' on either your mount command or in
your /etc/fstab file.
DO>
DO> Is there a way to allow a non root user access to a directory on a win95
DO> partition? Or, failing that, is there a way to mount the partition with
DO> permissions for someone other than root?
YES. You set the 'ownership' and 'permissions' on a bulk (whole file
system) basis on mount. Use the mount options 'uid=', 'gid=', and
'umask=' (from 'man 8 mount'):
Mount options for fat
(Note: fat is not a separate filesystem, but a common part
of the msdos, umsdos and vfat filesystems.)
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.
Include 'uid=', 'gid=', and 'umask=' on either your mount command or in
your /etc/fstab file.
bash: exec: /bin/Laden: cannot execute: No such file or directory
ok...
dat is al iets duidelijker,
maar wat is "value"?
volgens de manpage moet daar een getal komen..
ik heb geen idee
dat is al iets duidelijker,
maar wat is "value"?
volgens de manpage moet daar een getal komen..
ik heb geen idee
"I disagree with what you are saying, but I will defend to the death your right to say it." -- not clear who
Bij uid en gid dus resp. user id en group id (te vinden in /etc/passwd). Bij umask dus de permissies.
Voor een uitleg over permissies als getal, zie 'man chmod' en de NWOS FAQ.
Pagina: 1