ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Eugene Prokopiev <enp@altlinux.org>
To: community@lists.altlinux.org
Subject: [Comm] Каталог с общими данными
Date: Wed, 21 Oct 2009 12:12:56 +0400
Message-ID: <f7a739430910210112l4af28c65p74a8f3c9f6540f92@mail.gmail.com> (raw)

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

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

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

Гарантированно работающих варианта вроде бы 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

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

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

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

             reply	other threads:[~2009-10-21  8:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-21  8:12 Eugene Prokopiev [this message]
2009-10-21  9:41 ` Eugene Prokopiev
2009-10-21 10:15 ` Sergey Shilov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f7a739430910210112l4af28c65p74a8f3c9f6540f92@mail.gmail.com \
    --to=enp@altlinux.org \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

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