Date: Tue, 17 Feb 2004 17:10:47 -0600 From: "Joel Eddy" <rjeddy@iowaconnect.com> To: <freebsd-questions@freebsd.org> Subject: RE: Disk Quota Question Message-ID: <004601c3f5ab$479e5f40$0200a8c0@ici6>
next in thread | raw e-mail | index | archive | help
I've followed the manual on FreeBsd 5.1. Recompiled the kernel with quota options. It is on the /usr file system. everything appears to be running correctly. I've made entries to fstab by the manual also. mail# cat /etc/fstab # Device Mountpoint FStype Options Dump Pass# /dev/da0s1b none swap sw 0 0 /dev/da0s1a / ufs rw 1 1 /dev/da0s1e /tmp ufs rw 2 2 /dev/da0s1f /usr ufs rw 2 2 /dev/da0s1d /var ufs rw 2 2 /dev/cd0 /cdrom cd9660 ro,noauto 0 0 /dev/da0s1f /usr ufs rw,userquota,groupquota 1 2 But when I quota -u USERID I get mail# quota -u USERID Disk quotas for user USERID (uid 1001): none Either I'm missing something or something isn't working. Where do I look next. Sincerely, Joel Eddy Iowa Connect, Inc. http://www.iowaconnect.com Ph. 641-456-5964 Fax 641-456-5912
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004601c3f5ab$479e5f40$0200a8c0>