Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
quota's,reiserfs & kernel-2.6.2 gentoo-dev-sources
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
InAt!QuE
Apprentice
Apprentice


Joined: 02 Jan 2004
Posts: 257
Location: The Netherlands

PostPosted: Mon Feb 09, 2004 9:56 am    Post subject: quota's,reiserfs & kernel-2.6.2 gentoo-dev-sources Reply with quote

weird,

my fstab:
Code:
/dev/sda2      /boot    ext3    noauto,noatime                                             1 2
/dev/sda5      /    reiserfs notail,noatime                                               0 1
/dev/sda3      none    swap    sw                                                      0 0
/dev/sda6      /home    reiserfs notail,noatime,nodev,nosuid,usrquota,grpquota                            0 0
/dev/sda7      /usr    reiserfs notail,noatime,nodev,ro                                    0 0
/dev/sda8      /var    reiserfs notail,noatime,nodev,                                    0 0
/dev/sda9      /tmp    reiserfs notail,noatime,nodev,nosuid,noexec,usrquota,grpquota                0 0
/dev/sda10    /opt    reiserfs notail,noatime,nodev,usrquota,grpquota                               0 0
/dev/cdroms/cdrom0 /mnt/cdrom  iso9660 noauto,ro                        0 0


and when I boot I got failure messages by mounting sda6,sda9 & sda10.
Code:
mount: wrong fs type, bad option, bad superblock on /dev/sdaX, or too many mounted file systems


When I remove the quota's in fstab the system boots and mounts everything ok.

What am I doing wrong??
_________________
...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly).


Last edited by InAt!QuE on Mon Feb 09, 2004 4:24 pm; edited 2 times in total
Back to top
View user's profile Send private message
jonaswidarsson
Apprentice
Apprentice


Joined: 16 Jan 2004
Posts: 273
Location: Göteborg, Sweden

PostPosted: Mon Feb 09, 2004 12:04 pm    Post subject: Reply with quote

I remember from my kernel config that something needs to be explicitly enabled in the kernel to allow quotas for reiserfs.

I don't recall what it is called, but search those filesystem options and read the help sections.

please try:
http://www.google.com/search?q=quotas+reiserfs+kernel
Back to top
View user's profile Send private message
InAt!QuE
Apprentice
Apprentice


Joined: 02 Jan 2004
Posts: 257
Location: The Netherlands

PostPosted: Mon Feb 09, 2004 1:46 pm    Post subject: Reply with quote

Well,

I set quota support in the kernel but didn't knew that there we're more functions to do in the kernel....

I'm checking right now but can't find any more options...

The Kernel Options
_________________
...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly).
Back to top
View user's profile Send private message
jonaswidarsson
Apprentice
Apprentice


Joined: 16 Jan 2004
Posts: 273
Location: Göteborg, Sweden

PostPosted: Mon Feb 09, 2004 1:54 pm    Post subject: Reply with quote

How about:
Quote:
Do you compiled support for generic quotas and for the quota version (V2) you seem to be using (module quota_v2) ?.

found here:
http://www.ussg.iu.edu/hypermail/linux/kernel/0312.2/0081.html
Back to top
View user's profile Send private message
jonaswidarsson
Apprentice
Apprentice


Joined: 16 Jan 2004
Posts: 273
Location: Göteborg, Sweden

PostPosted: Mon Feb 09, 2004 2:11 pm    Post subject: Reply with quote

Hmmm...
I might be off track. Maybe this only relates to the 2.4 kernels?

http://www.namesys.com/faq.html#quota
Back to top
View user's profile Send private message
InAt!QuE
Apprentice
Apprentice


Joined: 02 Jan 2004
Posts: 257
Location: The Netherlands

PostPosted: Mon Feb 09, 2004 2:24 pm    Post subject: Reply with quote

I've installed the 2.6.2 kernel gentoo-dev-sources...

But I'll take a look... wish me luck :wink:
_________________
...Unix, MS-DOS, and Windows NT (also known as the Good, the Bad, and the Ugly).
Back to top
View user's profile Send private message
Woolong
n00b
n00b


Joined: 03 Feb 2004
Posts: 62
Location: Hong Kong

PostPosted: Mon Mar 08, 2004 11:43 am    Post subject: Quota support in 2.6 Reply with quote

Hiya!

I've been looking for quota support in 2.6.3 myself!
Quote:

> I'm using kernel 2.6.0test9 and quota-3.09-1
> and I can't turn them on,
>
Did you mount the filesystem with "-o usrquota,grpquota" ?. Do you
compiled support for generic quotas and for the quota version (V2) you
seem to be using (module quota_v2) ?.


Looks like kernel 2.6 has support for quota! :-) I think you'll also need
Code:

emerge quota
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum