From owner-freebsd-questions Sat Apr 29 14:10:36 1995 Return-Path: questions-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id OAA15390 for questions-outgoing; Sat, 29 Apr 1995 14:10:36 -0700 Received: from welchlink.welch.jhu.edu (welchlink.welch.jhu.EDU [128.220.59.78]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id OAA15384 for ; Sat, 29 Apr 1995 14:10:33 -0700 Received: by welchlink.welch.jhu.edu (5.0/SMI-SVR4) id AA12273; Sat, 29 Apr 1995 17:09:37 +0500 Date: Sat, 29 Apr 1995 17:09:37 -0400 (EDT) From: DEEPAK KUMAR JAIN To: questions@FreeBSD.org Subject: File Systems and Quotas Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII content-length: 1120 Sender: questions-owner@FreeBSD.org Precedence: bulk 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