ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] ReiserFS
@ 2001-12-28 13:08 alex
  2001-12-28 14:47 ` Peter V.Saveliev
  0 siblings, 1 reply; 2+ messages in thread
From: alex @ 2001-12-28 13:08 UTC (permalink / raw)
  To: mandrake-russian

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

Можно ли прикрутить квоты к ReiserFS?
Ядро 2.4.17-smp-alt1
Если вдруг можно, то какие пакеты ставить и с какими опциями монтировать
fs?


Алекс.

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

* Re: [mdk-re] ReiserFS
  2001-12-28 13:08 [mdk-re] ReiserFS alex
@ 2001-12-28 14:47 ` Peter V.Saveliev
  0 siblings, 0 replies; 2+ messages in thread
From: Peter V.Saveliev @ 2001-12-28 14:47 UTC (permalink / raw)
  To: mandrake-russian

On 28 Dec 2001 13:22:15 +0300
"alex" <bee@fbm.msu.ru> wrote:

> Здравствуйте!
> 
> Можно ли прикрутить квоты к ReiserFS?
> Ядро 2.4.17-smp-alt1
> Если вдруг можно, то какие пакеты ставить и с какими опциями монтировать
> fs?

Универсальный механизм квотирования, хотя и самый приблудный:

# dd if=/dev/zero of=/home/quoted/user_1 bs=1M count=10
# losetup -e none /dev/loop0 /home/quoted/user_1
# mkfs.ext2 /dev/loop0
# losetup -d /dev/loop0
# echo -e "/home/quoted/user_1\t/home/user_1 ext2\tuser,nodev,noexec\t0\t0\n" >> /etc/fstab
# adduser user_1
# passwd user_1
# echo -e "/bin/mount $HOME\tcd" >> /home/user_1/.bashrc


Вот такая комбинация из лихого свиста и пляски с бубном дает квоту на 10 метров юзеру user_1.
Недостатки такого способа очевидны, также, как и достоинства.

Петр.



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

end of thread, other threads:[~2001-12-28 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-28 13:08 [mdk-re] ReiserFS alex
2001-12-28 14:47 ` Peter V.Saveliev

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