ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] Каталог с общими данными
@ 2009-10-21  8:12 Eugene Prokopiev
  2009-10-21  9:41 ` Eugene Prokopiev
  2009-10-21 10:15 ` Sergey Shilov
  0 siblings, 2 replies; 3+ messages in thread
From: Eugene Prokopiev @ 2009-10-21  8:12 UTC (permalink / raw)
  To: community

Здравствуйте!

Вопрос уже неоднократно обсуждался, однако иногда всплывают новые
подробности, потому спрошу еще раз.

Нужен локальный каталог, куда все пользователи системы могли бы
беспрепятственно читать/писать, не заботясь о правах доступа.

Гарантированно работающих варианта вроде бы 2: отдельная файловая
система с vfat/ntfs (со всеми вытекающими отсюда проблемами с
именами/размером файлов и производительностью) и смонтированный
samba-ресурс.

Некогда мне предлагали еще и jfs, которая аналогично vfat/ntfs умеет
опции монтирования umask/uid/gid - сегодня попробовал и оказалось, что
да, умеет, но только после перемонтирования:

# mkfs.jfs -q /dev/lvm/shared
# mount -o umask=0000,uid=0,gid=0 /dev/lvm/shared /shared/
# install -m 750 -o nobody -g nobody -d /shared/0
# ls -l /shared/
total 0
drwxr-x--- 2 nobody nobody 1 Oct 21 12:09 0
# umount /shared/
# mount -o umask=0000,uid=0,gid=0 /dev/lvm/shared /shared/
# ls -l /shared/
total 0
drwxrwxrwx 2 root root 1 Oct 21 12:09 0

Не годится, одним словом.

Нет ли еще вариантов, о которых я не знаю?

-- 
С уважением,
Прокопьев Евгений

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-10-21 10:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-21  8:12 [Comm] Каталог с общими данными Eugene Prokopiev
2009-10-21  9:41 ` Eugene Prokopiev
2009-10-21 10:15 ` Sergey Shilov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git