Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Apr 1995 17:09:37 -0400 (EDT)
From:      DEEPAK KUMAR JAIN <dkjain@welchlink.welch.jhu.edu>
To:        questions@FreeBSD.org
Subject:   File Systems and Quotas
Message-ID:  <Pine.SOL.3.91.950429170256.11784A-100000@welchlink.welch.jhu.edu>

next in thread | raw e-mail | index | archive | help

	I have a 04/12 system that originally started out as a 
february-snap system. I am trying to enable quotas on it, but quotacheck 
isn't creating quota files with the -av option. So I tried manually 
trying to run it on a file system in fstab to see what it does.

lines in my fstab [for example]

/dev/sd0a	/ ufs rw 1 1 grpquota, usrquota
/dev/sd0b	none swap  sw 0 0 
/dev/sd1g	/home  ufs rw 1 1 grpquota, usrquota
/dev/sd1f	/usr   ufs   rw 1 1  grpquota, usrquota

quotacheck -g /usr
/usr not found in /etc/fstab

quotacheck -v /home
/home not found in /etc/fstab

quotacheck -g /dev/sd0a
/dev/sd0a not found in /etc/fstab

What am I missing?

[quotas are enabled in the kernel]

On a relatively unrelated issue, I just recompiled the kerenl I had been 
running [which was a feb-snap created one] with the april-snap one. And 
everything is fine except that the file systems are "NOT MATCHED IN 
label] it looks like it excepts the file systems 1 cluster/sector shorter 
than the previous kernel wanted. Is there any non-destructive way I can 
fix this, short of trying to find february-snap source?

Thanks,

Deepak



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.3.91.950429170256.11784A-100000>