Montando reiserfs
Alvaro Herrera
alvherre en alvh.no-ip.org
Lun Nov 13 09:47:29 CLST 2006
Guillermo Parada escribió:
> No he podido comprender como funcionan exactamente los atributos con los
> que se indica al sistema de archivos que monte otras particiones.
> Particularmente no he podido montar una partición reisrfs con permiso de
> escritura para usuarios no root.
Montalo normalmente, y luego creas un directorio que sea de propiedad
del usuario (mkdir, chown). Eso no se hace en opciones al momento de
montarla.
Otra cosa que puedes hacer es permitir que cualquier usuario monte la
particion y luego pueda escribir en ella. Para eso, da la opcion "user"
o "users" o bien "owner" o "group". Dice el manual mount(8):
(iii) Normally, only the superuser can mount file systems. However,
when fstab contains the user option on a line, anybody can mount the
corresponding system.
Thus, given a line
/dev/cdrom /cd iso9660 ro,user,noauto,unhide
any user can mount the iso9660 file system found on his CDROM using the
command
mount /dev/cdrom
or
mount /cd
For more details, see fstab(5). Only the user that mounted a filesys-
tem can unmount it again. If any user should be able to unmount, then
use users instead of user in the fstab line. The owner option is simi-
lar to the user option, with the restriction that the user must be the
owner of the special file. This may be useful e.g. for /dev/fd if a
login script makes the console user owner of this device. The group
option is similar, with the restriction that the user must be member of
the group of the special file.
Usa la opcion "umask" _solo_ si lo que quieres es que cualquier usuario
escriba en cualquier parte (en particular para que puedan borrar cosas
que otros usuarios hayan escrito, etc). Yo diria que esta opcion es
bastante mala.
Ojala te ayude.
--
Alvaro Herrera http://www.amazon.com/gp/registry/5ZYLFMCVHXC
"In a specialized industrial society, it would be a disaster
to have kids running around loose." (Paul Graham)
Más información sobre la lista de distribución Linux