All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* another quota problem
@ 2004-01-12 22:29 Jakub Neumann
  2004-01-13 11:18 ` Bostjan Skufca (at) domenca.si
  2004-01-15 18:03 ` Jan Kara
  0 siblings, 2 replies; 4+ messages in thread
From: Jakub Neumann @ 2004-01-12 22:29 UTC (permalink / raw
  To: reiserfs-list

I compiled the 2.4.23 kernel with reiserFS, quota patches for
it form <somewhere on the suse mirror> and grsecurity.
But when I booted it, I got a "unknown option usrquota" error on
my /home (which is the only fs with quota enabled)...
Used 2.4.20 with ReiserFS quota before, and there was no such
problem.
my line from /etc/fstab:
/dev/sda7	/home	reiserfs	nosuid,nodev,usrquota  0  2

I'd be happy if anybody could help me :)


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

* Re: another quota problem
  2004-01-12 22:29 another quota problem Jakub Neumann
@ 2004-01-13 11:18 ` Bostjan Skufca (at) domenca.si
  2004-01-13 18:54   ` Jakub Neumann
  2004-01-15 18:03 ` Jan Kara
  1 sibling, 1 reply; 4+ messages in thread
From: Bostjan Skufca (at) domenca.si @ 2004-01-13 11:18 UTC (permalink / raw
  To: Jakub Neumann; +Cc: reiserfs-list

Beside your problem your /etc/fstab entry should look like this (mark last 
zero):
/dev/sda7	/home	reiserfs	nosuid,nodev,usrquota  0  0

Can you paste in here your kernel options under "File systems" from .config?


On Monday 12 of January 2004 23:29, Jakub Neumann wrote:
> I compiled the 2.4.23 kernel with reiserFS, quota patches for
> it form <somewhere on the suse mirror> and grsecurity.
> But when I booted it, I got a "unknown option usrquota" error on
> my /home (which is the only fs with quota enabled)...
> Used 2.4.20 with ReiserFS quota before, and there was no such
> problem.
> my line from /etc/fstab:
> /dev/sda7	/home	reiserfs	nosuid,nodev,usrquota  0  2
>
> I'd be happy if anybody could help me :)

-- 
Z lepimi pozdravi,

Bostjan Skufca
sistemski administrator

Domenca d.o.o. 
Tel: +386 4 5835444
Fax: +386 4 5831999
http://www.domenca.si


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

* Re: another quota problem
  2004-01-13 11:18 ` Bostjan Skufca (at) domenca.si
@ 2004-01-13 18:54   ` Jakub Neumann
  0 siblings, 0 replies; 4+ messages in thread
From: Jakub Neumann @ 2004-01-13 18:54 UTC (permalink / raw
  To: reiserfs-list

These are the settings from my .config.

#
# File systems
#
CONFIG_QUOTA=y
CONFIG_QFMT_V2=y
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
CONFIG_REISERFS_FS=y
# CONFIG_REISERFS_CHECK is not set
CONFIG_REISERFS_PROC_INFO=y
# CONFIG_ADFS_FS is not set
# CONFIG_ADFS_FS_RW is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BEFS_DEBUG is not set
# CONFIG_BFS_FS is not set
# CONFIG_EXT3_FS is not set
# CONFIG_JBD is not set
# CONFIG_JBD_DEBUG is not set
CONFIG_FAT_FS=m
CONFIG_MSDOS_FS=m
# CONFIG_UMSDOS_FS is not set
CONFIG_VFAT_FS=m
# CONFIG_EFS_FS is not set
# CONFIG_JFFS_FS is not set
# CONFIG_JFFS2_FS is not set
# CONFIG_CRAMFS is not set
CONFIG_TMPFS=y
CONFIG_RAMFS=y
CONFIG_ISO9660_FS=m
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
# CONFIG_JFS_FS is not set
# CONFIG_JFS_DEBUG is not set
# CONFIG_JFS_STATISTICS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NTFS_RW is not set
# CONFIG_HPFS_FS is not set
CONFIG_PROC_FS=y
# CONFIG_DEVFS_FS is not set
# CONFIG_DEVFS_MOUNT is not set
# CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_QNX4FS_FS is not set
# CONFIG_QNX4FS_RW is not set
# CONFIG_ROMFS_FS is not set
CONFIG_EXT2_FS=y
# CONFIG_SYSV_FS is not set
# CONFIG_UDF_FS is not set
# CONFIG_UDF_RW is not set
# CONFIG_UFS_FS is not set
# CONFIG_UFS_FS_WRITE is not set


On Tue, 13 Jan 2004, Bostjan Skufca (at) domenca.si wrote:

> Beside your problem your /etc/fstab entry should look like this (mark last
> zero):
> /dev/sda7	/home	reiserfs	nosuid,nodev,usrquota  0  0
>
> Can you paste in here your kernel options under "File systems" from .config?


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

* Re: another quota problem
  2004-01-12 22:29 another quota problem Jakub Neumann
  2004-01-13 11:18 ` Bostjan Skufca (at) domenca.si
@ 2004-01-15 18:03 ` Jan Kara
  1 sibling, 0 replies; 4+ messages in thread
From: Jan Kara @ 2004-01-15 18:03 UTC (permalink / raw
  To: Jakub Neumann; +Cc: linux-fsdevel

> I compiled the 2.4.23 kernel with reiserFS, quota patches for
> it form <somewhere on the suse mirror> and grsecurity.
  Hmm.. Any chance the changes from quota patch were lost somewhere?
Because the message looks like the patch (or at least part of it) was
not applied (provided Chris didn't forget to change option parsing but
that would make the patch unusable for anyone so I guess we'd hear about
that).

> But when I booted it, I got a "unknown option usrquota" error on
> my /home (which is the only fs with quota enabled)...
> Used 2.4.20 with ReiserFS quota before, and there was no such
> problem.
> my line from /etc/fstab:
> /dev/sda7	/home	reiserfs	nosuid,nodev,usrquota  0  2
> 
> I'd be happy if anybody could help me :)


								Honza

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

end of thread, other threads:[~2004-01-15 18:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-12 22:29 another quota problem Jakub Neumann
2004-01-13 11:18 ` Bostjan Skufca (at) domenca.si
2004-01-13 18:54   ` Jakub Neumann
2004-01-15 18:03 ` Jan Kara

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.